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
test_conf.nim(7, 20) Error: Invalid node kind nnkInfix for macros.`$`
Reproduce snippet:
import
confutils
typeExporterCmd*=enum
exportCommand ="This multi "&# This fails"line fails"
printCommand ="""Multi lines with thesetriple quoted strings does work"""ExporterConf*=objectcase cmd* {.
commanddefaultValue: exportCommand .}: ExporterCmd of exportCommand:
discard of printCommand:
discardwhenisMainModule:
let config =ExporterConf.load()
The text was updated successfully, but these errors were encountered:
Compile error:
Reproduce snippet:
The text was updated successfully, but these errors were encountered: