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 67028c9 commit b373611Copy full SHA for b373611
CHANGELOG.md
@@ -103,3 +103,7 @@
103
- Fixed a bug where the "pattern match on variable" code action would generate
104
invalid patterns by repeating a variable name already used in the same pattern.
105
([Giacomo Cavalieri](https://github.com/giacomocavalieri))
106
+
107
+- Fixed a bug where useless comparison warnings for floats compared literal
108
+ strings, claiming for example that `1.0 == 1.` was always false.
109
+ ([fruno](https://github.com/fruno-bulax/))
0 commit comments