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 623aa9b commit afcd7e9Copy full SHA for afcd7e9
CHANGELOG.md
@@ -45,6 +45,12 @@
45
than stopping at the syntax error.
46
([mxtthias](https://github.com/mxtthias))
47
48
+- Exhaustiveness checks for ints and floats now correctly handle unreachable
49
+ cases in which the numbers contain underscores (i.e. `10` and `1_0`).
50
+ Float exhaustiveness checks also now correctly identify unreachable cases
51
+ containing scientific notation or trailing zeros (i.e. `100` and `1e2`).
52
+ ([ptdewey](https://github.com/ptdewey))
53
+
54
### Build tool
55
56
- The help text displayed by `gleam dev --help`, `gleam test --help`, and
0 commit comments