sbt/compile/inc
Grzegorz Kossakowski 39036e7c20 Make recompilation on macro definition optional.
Introduce a new incremental compiler option that controls
incremental compiler's treatment of macro definitions and their clients.
The current strategy is that whenever a source file containing a macro
definition is touched it will cause recompilation of all direct
dependencies of that file.

That strategy has proven to be too conservative for some projects like
Scala compiler of specs2 leading to too many source files being recompiled.
We make this behavior optional by introducing a new option
`recompileOnMacroDef` in `IncOptions` class. The default value is set to
`true` which preserves the previous behavior.
2013-11-12 21:33:19 +01:00
..
src Make recompilation on macro definition optional. 2013-11-12 21:33:19 +01:00
NOTICE - Stuart's improvements to triggered execution 2010-07-05 12:53:37 -04:00
notes - Stuart's improvements to triggered execution 2010-07-05 12:53:37 -04:00