summaryrefslogtreecommitdiff
path: root/test/files/run/macro-auto-duplicate.check
Commit message (Collapse)AuthorAgeFilesLines
* [nomaster] macro expansions are now auto-duplicatedEugene Burmako2013-08-141-0/+1
The fix still requires macro developers to be careful about sharing trees by references, because attributed DefTrees will still bring trouble. However this is an improvement, because it doesn't make matters worse and automatically fixes situations similar to one in the test. A much more thorough discussion with a number of open questions left: http://groups.google.com/group/scala-internals/browse_thread/thread/492560d941b315cc Was fixed ages ago in master in one of the paradise backports. Never got to 2.10.x, but it's very useful, so I'm backporting it now.