| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-07-03 | Replace ComparableSet with a Requirements collection | Jack Nagel | |
| 2014-07-01 | Replace find_all + each with grep | Jack Nagel | |
| 2012-10-25 | ComparableSet#merge returns self | Jack Nagel | |
| Set#merge is supposed to return self, and Formula#recursive_requirements depended on this being true. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2012-10-15 | Manage Requirements using ComparableSet | Misty De Meo | |
| ComparableSet only allows a single object of a given class, choosing the object with the greatest value. This was mainly created for Requirements, so that, e.g., two X11Dependencies of differing strictness don't both end up in the same requirement set. Fixes Homebrew/homebrew#15240. | |||
