-
-
Notifications
You must be signed in to change notification settings - Fork 63
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
Cannot define locals in def in namespace #109
Labels
Milestone
Comments
Michael Bayer (@zzzeek) wrote: thats a bug alright..... |
Michael Bayer (@zzzeek) wrote: tentatively putting this on 0.3 depending on how hard it is |
Changes by Michael Bayer (@zzzeek):
|
Philip Jenvey (@pjenvey) wrote: Here's the compiled version, oddly enough there's 2 add functions
|
Changes by Michael Bayer (@zzzeek):
|
Changes by Michael Bayer (@zzzeek):
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Migrated issue, originally created by Anonymous
Maybe I shouldn't be doing this or I'm doing something wrong BUT I'm trying to define a local variable in a template function that is nested within a namespace. The error goes away if I do not try to define a local variable.
Here is a cooked up example of the offending code:
Here is the resulting traceback:
The text was updated successfully, but these errors were encountered: