scala-commons icon indicating copy to clipboard operation
scala-commons copied to clipboard

Issue a warning when macro inspects a type from another file

Open ghik opened this issue 7 years ago • 0 comments

Macro-based compile time reflection should be always confined to the same file where inspected classes are defined. This avoids problems with incremental compilation and possible duplication of macro generated code.

ghik avatar Jun 26 '18 14:06 ghik