We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Function echo outputs the wrong string.
echo
proc foo = var x: seq[int] inc x[0] foo()
Uncaught TypeError: Cannot read property 'length' of null at foo_42003 (x.js:531) at x.js:536
Information that no element of such index exists
$ nim -v Nim Compiler Version 1.0.2
The text was updated successfully, but these errors were encountered:
Now gives index out of bounds, the container is empty
index out of bounds, the container is empty
Sorry, something went wrong.
fixes #14112, tests for #12892, #12671, #11697 (#14125)
76ffa4f
Successfully merging a pull request may close this issue.
Function
echo
outputs the wrong string.Example
Current Output
Expected Output
Information that no element of such index exists
Additional Information
The text was updated successfully, but these errors were encountered: