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 753a94f + 6ed88d1 commit 76812edCopy full SHA for 76812ed
Changelog.md
@@ -4,7 +4,8 @@ Important Bugfixes:
4
* Code Generator: Properly perform cleanup for exponentiation and non-256 bit types.
5
* Type Checker: Report error when using indexed structs in events with experimental ABIEncoderV2. This used to log wrong values.
6
* Type Checker: Report error when using structs in events without experimental ABIEncoderV2. This used to crash or log the wrong values.
7
- * Parser: Treat unicode line endings as terminating strings and single-line comments.
+ * Parser: Consider all unicode line terminators (LF, VF, FF, CR, NEL, LS, PS) for single-line comments
8
+ and string literals. They are invalid in strings and will end comments.
9
* Parser: Disallow unterminated multi-line comments at the end of input.
10
* Parser: Treat ``/** /`` as unterminated multi-line comment.
11
0 commit comments