-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
addr
doesn't work inside static at proc scope
#18641
Closed
timotheecour opened this issue
Aug 3, 2021
· 0 comments
· Fixed by #19902 · May be fixed by timotheecour/Nim#795
Closed
addr
doesn't work inside static at proc scope
#18641
timotheecour opened this issue
Aug 3, 2021
· 0 comments
· Fixed by #19902 · May be fixed by timotheecour/Nim#795
Labels
const
`const x=expr` or `static: stmt`
Comments
timotheecour
added a commit
to timotheecour/Nim
that referenced
this issue
Aug 3, 2021
capocasa
pushed a commit
to capocasa/Nim
that referenced
this issue
Mar 31, 2023
…im-lang#16780 nim-lang#16613 nim-lang#14553 nim-lang#19909 nim-lang#18641 (nim-lang#19902) [backport] * revert nim-lang#12217 since the root problem seems to have been fixed; fix nim-lang#15974;fix nim-lang#12551; fix nim-lang#19464 * fix nim-lang#16020; fix nim-lang#16780 * fix tests and nim-lang#16613 * fix nim-lang#14553 * fix nim-lang#19909; skip skipRegisterAddr * fix nim-lang#18641
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Example
Current Output
the 2nd
a2.ha1 == 12
(inside fn) failst12680.nim(24, 16)
a2.ha1 == 12
[AssertionDefect]Expected Output
works
Additional Information
1.5.1 6b3c77e
The text was updated successfully, but these errors were encountered: