You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Changelog.md
+2
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,8 @@ Compiler Features:
16
16
17
17
18
18
Bugfixes:
19
+
* Commandline Interface: Report StackTooDeep errors in compiler mode as proper errors instead of printing diagnostic information meant for internal compiler errors.
20
+
* Error Reporting: Fix error locations not being shown for source files with empty names.
19
21
* General: Fix internal compiler error when requesting IR AST outputs for interfaces and abstract contracts.
20
22
* Metadata: Fix custom cleanup sequence missing from metadata when other optimizer settings have default values.
21
23
* SMTChecker: Fix internal compiler error when analyzing overflowing expressions or bitwise negation of unsigned types involving constants.
0 commit comments