mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Remove old compatibility patch to soljson.js.
This commit is contained in:
parent
735550b734
commit
8e87c17671
@ -31,6 +31,10 @@ Bugfixes:
|
|||||||
* Yul IR Generator: Do not output empty switches/if-bodies for empty contracts.
|
* Yul IR Generator: Do not output empty switches/if-bodies for empty contracts.
|
||||||
|
|
||||||
|
|
||||||
|
Build System:
|
||||||
|
* Remove obsolete compatibility workaround for emscripten builds.
|
||||||
|
|
||||||
|
|
||||||
Important Bugfixes in Experimental Features:
|
Important Bugfixes in Experimental Features:
|
||||||
* Yul IR Generator: Changes to function return variables referenced in modifier invocation arguments were not properly forwarded if there was more than one return variable.
|
* Yul IR Generator: Changes to function return variables referenced in modifier invocation arguments were not properly forwarded if there was more than one return variable.
|
||||||
|
|
||||||
|
@ -68,10 +68,6 @@ emcmake cmake \
|
|||||||
-DTESTS=0 \
|
-DTESTS=0 \
|
||||||
..
|
..
|
||||||
make soljson
|
make soljson
|
||||||
# Patch soljson.js for backwards compatibility.
|
|
||||||
# TODO: remove this with 0.7.
|
|
||||||
# "viiiii" encodes the signature of the callback function.
|
|
||||||
sed -i -e 's/addFunction(func,sig){/addFunction(func,sig){sig=sig||"viiiii";/' libsolc/soljson.js
|
|
||||||
|
|
||||||
cd ..
|
cd ..
|
||||||
mkdir -p upload
|
mkdir -p upload
|
||||||
|
Loading…
Reference in New Issue
Block a user