CompilationInfoModule

Methods of the module object val CompilationInfo

Source:
Quotes.scala
class Object
trait Matchable
class Any

Value members

Abstract methods

Expose macro-specific settings as a list of strings. Settings can be set from command line with help of -Xmacro-settings options.

Expose macro-specific settings as a list of strings. Settings can be set from command line with help of -Xmacro-settings options.

These will be used to expand any transparent macros or any non-transparent macro that is forced to expand while expanding the transparent macro. Non-transparent macros are not guaranteed to be expanded with the same set of settings.

Source:
Quotes.scala

Are we expanding a inline macro while typing the program?

Are we expanding a inline macro while typing the program?

This will be true when the macro is used in a transparent inline.

Source:
Quotes.scala