To see macro debug output during compilation, set -Dizumi.reflect.debug.macro.rtti=true system property
To see macro debug output during compilation, set -Dizumi.reflect.debug.macro.rtti=true system property
sbt -Dizumi.reflect.debug.macro.rtti=true compileDefault: false
To enable sanity checking assertions during compilation, set -Dizumi.reflect.debug.macro.rtti=true system property
To enable sanity checking assertions during compilation, set -Dizumi.reflect.debug.macro.rtti=true system property
sbt -Dizumi.reflect.debug.macro.rtti.assertions=true compileDefault: false
Add compiler option -Xmacro-settings:izumi.reflect.rtti.cache.compile=false to disable compile-time caching of computed
LightTypeTags.
Add compiler option -Xmacro-settings:izumi.reflect.rtti.cache.compile=false to disable compile-time caching of computed
LightTypeTags. Caching is enabled by default for compile-time light type tag creation.
scalacOptions += "-Xmacro-settings:izumi.reflect.rtti.cache.compile=false"Default: true
Set system property -Dizumi.reflect.rtti.cache.runtime=false to disable caching for runtime creation of LightTypeTags.
Set system property -Dizumi.reflect.rtti.cache.runtime=false to disable caching for runtime creation of LightTypeTags.
Caching is enabled by default for runtime light type tag creation.
sbt -Dizumi.reflect.rtti.cache.runtime=falseDefault: true
Set system property -Dizumi.reflect.rtti.optimized.equals=false to disable optimized equals comparison for
monomorphic izumi.reflect.macrortti.LightTypeTags (instances of izumi.reflect.macrortti.LightTypeTag.ParsedLightTypeTag210).
Set system property -Dizumi.reflect.rtti.optimized.equals=false to disable optimized equals comparison for
monomorphic izumi.reflect.macrortti.LightTypeTags (instances of izumi.reflect.macrortti.LightTypeTag.ParsedLightTypeTag210).
Try this if you're experiencing "impossible" false negatives. While we believe that such false negatives are impossible,
even between tags generated by different versions of izumi-reflect, they could still be possible in actuality.
sbt -Dizumi.reflect.rtti.optimized.equals=falseDefault: true
(Since version ) see corresponding Javadoc for more information.
Java properties and macro settings that control behavior and debug output of Lightweight Reflection macros
DebugProperties