summaryrefslogtreecommitdiff
path: root/test/files/run/macro-range
Commit message (Collapse)AuthorAgeFilesLines
* Temporarily disabling debug traces in macro testsEugene Burmako2012-01-232-12/+22
|
* Progress with macrosEugene Burmako2012-01-202-0/+188
A short recap: * Macro expansion now works finely for instance macro invocations * Macros are now hidden behind -Xmacros * Bodies of macros now have "import _context._" in their preamble * Macros are now loaded from classpath, much like regular libraries * Macros can now override methods (in that case macro expansion does not crash if macro is not found, it just falls back to super) Review by @odersky.