Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

{.experimental: "ForLoopMacros".} flag needed #109

Closed
mratsim opened this issue Aug 17, 2018 · 0 comments
Closed

{.experimental: "ForLoopMacros".} flag needed #109

mratsim opened this issue Aug 17, 2018 · 0 comments
Labels
bug Something isn't working Config Command line or config file related

Comments

@mratsim
Copy link
Contributor

mratsim commented Aug 17, 2018

See status-im/nim-stint#62 and nim-lang/Nim#8676

Following nim-lang/Nim@da41fc1, the stint dependency now requires the {.experimental: "ForLoopMacros".}.

But {.experimental: "ForLoopMacros".} doesn't work properly with generics. The workaround is to use the compile-time switch --experimental:forLoopMacros.

TODO: add that to nimbus.nimble and nimbus.cfg if needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Config Command line or config file related
Projects
None yet
Development

No branches or pull requests

1 participant