Hi everyone!
Macro gurus I need your help :)
I have a weird issue with getting an int value in macro called from template. For simplicity I've made a small example in the Nim Playground: https://play.nim-lang.org/#ix=3AWc
If it's not a bug then what is the nature of how it works in the example above?
Inside the macro arg is a:
Conv
Sym "int"
Conv
Sym "ContextId"
IntLit 2
The working version passes the converters along with it