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
+1
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,7 @@ Bugfixes:
16
16
* Code Generator: Fix internal compiler error when calling functions bound to calldata structs and arrays.
17
17
* Code Generator: Fix internal compiler error when passing a 32-byte hex literal or a zero literal to ``bytes.concat()`` by disallowing such literals.
18
18
* Commandline Interface: Fix crash when a directory path is passed to ``--standard-json``.
19
+
* Commandline Interface: Fix resolution of paths whitelisted with ``--allowed-paths`` or implicitly due to base path, remappings and files being compiled. Correctly handle paths that do not match imports exactly due to being relative, non-normalized or empty.
19
20
* Commandline Interface: Read JSON from standard input when ``--standard-json`` gets ``-`` as a file name.
20
21
* Standard JSON: Include source location for errors in files with empty name.
21
22
* Type Checker: Fix internal error and prevent static calls to unimplemented modifiers.
0 commit comments