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

There are sometimes conflicts with procs named run #49

Open
iffy opened this issue Nov 24, 2020 · 0 comments
Open

There are sometimes conflicts with procs named run #49

iffy opened this issue Nov 24, 2020 · 0 comments
Labels
bug Something isn't working

Comments

@iffy
Copy link
Owner

iffy commented Nov 24, 2020

import argparse
proc run(args: varargs[string]) = discard
let p = newParser("foo"):
  run:
    echo $opts
p.run()

Fails to compile:

/private/tmp/samp.nim(6, 18) template/generic instantiation of `newParser` from here
/private/tmp/samp.nim(8, 11) Error: undeclared identifier: 'opts'
@iffy iffy added the bug Something isn't working label Nov 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant