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 130892c commit 1649f24Copy full SHA for 1649f24
Changelog.md
@@ -15,6 +15,12 @@ Compiler Features:
15
16
Bugfixes:
17
* Type Checker: Fix internal compiler error on tuple assignments with invalid left-hand side.
18
+ * Yul IR Code Generation: Fix internal compiler error when accessing the ``.slot`` member of a mapping through a storage reference in inline assembly.
19
+
20
21
+Build System:
22
+ * Allow disabling pedantic warnings and do not treat warnings as errors during compiler build when ``-DPEDANTIC=OFF`` flag is passed to CMake.
23
+ * Update emscripten to version 3.1.19.
24
25
26
### 0.8.16 (2022-08-08)
0 commit comments