| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-02-18 | Don't shadow outer local variables | Jack Nagel | |
| 2013-01-07 | Remove Array subclassing | Jack Nagel | |
| Inheriting from Array (and other core types) is problematic: - It exposes a very wide interface with many methods that are not really relevant to the subclass. - It can cause some weird side effects, as many Array operations are in C and have hardcoded return values; for example, combining two array subclasses returns a new Array instead of the subclass. Avoid these problems using delegation and the Enumerable module where applicable. | |||
| 2012-08-11 | Don't warn uses on :fails_with compiler blocks. | Mike McQuaid | |
| Fixes #14121. | |||
| 2012-04-01 | New fails_with infrastructure | Jack Nagel | |
| - Formulae can now declare failures on any compiler. - FailsWithLLVM and associated formula elements have been moved to compat. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
