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.
2 parents fff56b9 + 463eeee commit b15fbedCopy full SHA for b15fbed
CHANGES.md
@@ -140,6 +140,7 @@ Deprecated / Unstable / Removed Language Features
140
* disabled associative arrays of non-nilable classes
141
* deprecated `.length`/`.numIndices`/`.numElements` queries in favor of `.size`
142
* deprecated `new owned/shared(c)` in favor of `owned/shared.create(c)`
143
+* deprecated postfix-`!` on class types in favor of using casts
144
* deprecated `string` vs. `bytes` comparisons
145
* deprecated `decodePolicy.ignore` in favor of new `decodePolicy.drop`
146
(see https://chapel-lang.org/docs/1.21/builtins/Bytes.html#Bytes.bytes.decode)
0 commit comments