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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
var
# e.nim var b{.compileTime.}: int b=0
when targeting JavaScript backend, compilation aborts with:
e.nim(3, 1) Error: internal error: symbol has no generated name: b
Nim Compiler Version 2.3.1 [Linux: amd64] Compiled at 2025-02-13 Copyright (c) 2006-2025 by Andreas Rumpf
git hash: 1a7bc6d active boot switches: -d:release -d:nimUseLinenoise
(compilation aborts)
(none)
No response
The text was updated successfully, but these errors were encountered:
!nim js
var b{.compileTime.}: int b=0
Sorry, something went wrong.
No branches or pull requests
Description
when targeting JavaScript backend,
compilation aborts with:
e.nim(3, 1) Error: internal error: symbol has no generated name: b
Nim Version
Nim Compiler Version 2.3.1 [Linux: amd64]
Compiled at 2025-02-13
Copyright (c) 2006-2025 by Andreas Rumpf
git hash: 1a7bc6d
active boot switches: -d:release -d:nimUseLinenoise
Current Output
Expected Output
Known Workarounds
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: