You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASENOTES-1.4.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -312,4 +312,7 @@
312
312
- `release 6 6313`
313
313
- `release 7 7026`
314
314
- `note 6` The warning message for comparing a value of unsigned type to a negative constant has been improved to also warn for unsigned types shorter than 64 bits.
315
-
- `release 6 6315`
315
+
- `release 6 6315`
316
+
- `note 6` Added warnings for comparing an integer to constant values
317
+
outside the integer's range. E.g., given a variable `x` of type `uint8`,
318
+
warnings will now be reported on expressions like `x >= 256` or `x == 3.14`.
0 commit comments