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
var a = (s: "a") var b = "a" a.s.setLen 0 b = a.s assert b == ""
Nim Compiler Version 2.0.8 [Linux: amd64] Compiled at 2024-07-03 Copyright (c) 2006-2023 by Andreas Rumpf
git hash: 5935c3b active boot switches: -d:release
assertion error
nothing
No response
The text was updated successfully, but these errors were encountered:
fix string literal assignment with different lengths on ARC
589fc63
fixes nim-lang#24080
cd22560
fix string literal assignment with different lengths on ARC (#24083)
d51236e
fixes #24080 (cherry picked from commit cd22560)
Successfully merging a pull request may close this issue.
Description
Nim Version
Nim Compiler Version 2.0.8 [Linux: amd64]
Compiled at 2024-07-03
Copyright (c) 2006-2023 by Andreas Rumpf
git hash: 5935c3b
active boot switches: -d:release
Current Output
Expected Output
Known Workarounds
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: