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 0827d4b commit a69fd1cCopy full SHA for a69fd1c
CHANGELOG.md
@@ -37,3 +37,7 @@
37
- Fixed a bug where the formatter would not remove the right number of double
38
negations from literal integers.
39
([Giacomo Cavalieri](https://github.com/giacomocavalieri))
40
+
41
+- Fixed a bug where useless comparison warnings for floats compared literal
42
+ strings, claiming for example that `1.0 == 1.` was always false.
43
+ ([fruno](https://github.com/fruno-bulax/))
0 commit comments