-
-
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
VM fails when returning var char
via var string
#15464
Labels
VM
see also `const` label
Comments
timotheecour
added a commit
to timotheecour/Nim
that referenced
this issue
Nov 16, 2020
…[ind])` (index + index assignment), var char return etc
timotheecour
added a commit
to timotheecour/Nim
that referenced
this issue
Nov 16, 2020
1 task
timotheecour
added a commit
to timotheecour/Nim
that referenced
this issue
Nov 25, 2020
…[ind])` (index + index assignment), var char return etc
timotheecour
added a commit
to timotheecour/Nim
that referenced
this issue
Nov 25, 2020
Maybe related? #16226 |
mildred
pushed a commit
to mildred/Nim
that referenced
this issue
Jan 11, 2021
nim-lang#16226 VM now supports `addr(mystring[ind])` (index + index assignment) (nim-lang#15987) * fix nim-lang#15939, fix nim-lang#15464 VM now supports `addr(mystring[ind])` (index + index assignment), var char return etc * cleanups * cstring tests * add test for bug nim-lang#15464 * improve test coverage
ardek66
pushed a commit
to ardek66/Nim
that referenced
this issue
Mar 26, 2021
nim-lang#16226 VM now supports `addr(mystring[ind])` (index + index assignment) (nim-lang#15987) * fix nim-lang#15939, fix nim-lang#15464 VM now supports `addr(mystring[ind])` (index + index assignment), var char return etc * cleanups * cstring tests * add test for bug nim-lang#15464 * improve test coverage
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Example
Current Output
Expected Output
compiles
Additional Information
result
for lent or var annotations to work #14420The text was updated successfully, but these errors were encountered: