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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,15 +17,15 @@ Compiler Features:
17
17
Bugfixes:
18
18
* Code Generator: Fix a crash when using ``@use-scr`` and compiling from yul to ewasm
19
19
* Code Generator: Fix constructor source mappings for immutables.
20
+
* Commandline Interface: Disallow ``--error-recovery`` option outside of the compiler mode.
21
+
* Commandline Interface: Don't return zero exit code when writing linked files to disk fails.
20
22
* Commandline Interface: Fix extra newline character being appended to sources passed through standard input, affecting their hashes.
21
23
* Commandline Interface: Report output selection options unsupported by the selected input mode instead of ignoring them.
22
-
* Commandline Interface: Don't return zero exit code when writing linked files to disk fails.
23
-
* Commandline Interface: Disallow ``--error-recovery`` option outside of the compiler mode.
24
+
* Commandline Interface: When linking only accept exact matches for library names passed to the ``--libraries`` option. Library names not prefixed with a file name used to match any library with that name.
24
25
* SMTChecker: Fix internal error in magic type access (``block``, ``msg``, ``tx``).
25
26
* TypeChecker: Fix internal error when using user defined value types in public library functions.
26
27
* Yul Assembler: Fix internal error when function names are not unique.
27
28
* Yul IR Generator: Do not output empty switches/if-bodies for empty contracts.
28
-
* Commandline Interface: When linking only accept exact matches for library names passed to the ``--libraries`` option. Library names not prefixed with a file name used to match any library with that name.
0 commit comments