We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e176fef commit 9e81bf0Copy full SHA for 9e81bf0
changelog.md
@@ -116,8 +116,10 @@ with other backends. see #9125. Use `-d:nimLegacyJsRound` for previous behavior.
116
- `nimscript` now handles `except Exception as e`.
117
118
- The `cstring` doesn't support `[]=` operator in JS backend.
119
+- `nimscript` now handles `except Exception as e`
120
121
- nil dereference is not allowed at compile time. `cast[ptr int](nil)[]` is rejected at compile time.
122
+- The `cstring` doesn't support `[]=` operator in JS backend.
123
124
- `const` now works with types containing `ref`, see `tests/vm/tconstrefs.nim`
125
0 commit comments