You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ haxe --macro "ExprMacro.traceExpr(macro 1)"
--macro:1: character 0 : { min : Int, max : Int, file : String } should be haxe.macro.Position
--macro:1: character 0 : Parameter should be a constant
The text was updated successfully, but these errors were encountered:
Atry
changed the title
--macro should be parsed in macro context
Expressions passed by --macro should be parsed in macro context with -D macro
Sep 13, 2015
That would cause a lot of issues with macro-in-macro could. I think we even specifically made it so that --macro and --interp would not be interpreted in macro context for this reason.
The text was updated successfully, but these errors were encountered: