| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-09-18 | Replace CompilerQueue with predetermined priority lists | Jack Nagel | |
| 2014-08-13 | Drop unnecessary parens in tests | Jack Nagel | |
| 2014-06-18 | Use a custom test class so we can avoid monkeypatching | Jack Nagel | |
| 2014-06-11 | Use assert_empty | Jack Nagel | |
| 2013-03-16 | Use a priority queue to select compilers | Jack Nagel | |
| The existing case-statement with nested if-statements is gross and hard to extend. Replacing it with a priority queue simplifies the logic and makes it very easy to add new compilers to the fails_with system, which we will likely want to do in the future. | |||
