mirror of
https://github.com/sbt/sbt.git
synced 2026-09-01 02:27:13 +02:00
- Read macro modifier from method definition. - Always recompile downstream files after a file containing macro defs is recompiled. - Source is extended with a hasMacro attribute. Mark suggests that this might be better tracked in Relations, but I'm not sure how to make that change.