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

Nimsuggest warning on routes: 'cb' is not GC-safe as it accesses 'nameIterVar' which is a global using GC'ed memory [GcUnsafe2] jester.routes: proc (body: stmt): stmt{.noSideEffect, gcsafe, locks: <unknown>.} #108

Open
moigagoo opened this issue Apr 4, 2017 · 1 comment

Comments

@moigagoo
Copy link
Contributor

moigagoo commented Apr 4, 2017

Nimsuggest shows this warning on routes invocation:

'cb' is not GC-safe as it accesses 'nameIterVar' which is a global using GC'ed memory [GcUnsafe2]
jester.routes: proc (body: stmt): stmt{.noSideEffect, gcsafe, locks: <unknown>.}

The program does compile, it's just annoying.

@dom96
Copy link
Owner

dom96 commented May 26, 2018

Fixed?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants