File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -40,12 +40,12 @@ function gnosis_safe_test
40
40
local config_file=" truffle-config.js"
41
41
42
42
local compile_only_presets=(
43
- legacy-no-optimize # "Error: while migrating GnosisSafe: Returned error: base fee exceeds gas limit"
43
+ legacy-no-optimize # Compiles but migrations run out of gas: "Error: while migrating GnosisSafe: Returned error: base fee exceeds gas limit"
44
44
)
45
45
local settings_presets=(
46
46
" ${compile_only_presets[@]} "
47
- # ir-no-optimize # "YulException: Variable var_call_430_mpos is 1 slot(s) too deep inside the stack."
48
- # ir-optimize-evm-only # "YulException: Variable var_call_430_mpos is 1 slot(s) too deep inside the stack."
47
+ # ir-no-optimize # Compilation fails with "YulException: Variable var_call_430_mpos is 1 slot(s) too deep inside the stack."
48
+ # ir-optimize-evm-only # Compilation fails with "YulException: Variable var_call_430_mpos is 1 slot(s) too deep inside the stack."
49
49
ir-optimize-evm+yul
50
50
legacy-optimize-evm-only
51
51
legacy-optimize-evm+yul
Original file line number Diff line number Diff line change @@ -42,11 +42,11 @@ function gnosis_safe_test
42
42
local compile_only_presets=()
43
43
local settings_presets=(
44
44
" ${compile_only_presets[@]} "
45
- # ir-no-optimize # "YulException: Variable var_call_430_mpos is 1 slot(s) too deep inside the stack."
46
- # ir-optimize-evm-only # "YulException: Variable var_call_430_mpos is 1 slot(s) too deep inside the stack."
45
+ # ir-no-optimize # Compilation fails with "YulException: Variable var_call_430_mpos is 1 slot(s) too deep inside the stack."
46
+ # ir-optimize-evm-only # Compilation fails with "YulException: Variable var_call_430_mpos is 1 slot(s) too deep inside the stack."
47
47
ir-optimize-evm+yul
48
- # legacy-no-optimize # "Stack too deep" error
49
- # legacy-optimize-evm-only # "Stack too deep" error
48
+ # legacy-no-optimize # Compilation fails with "Stack too deep" error
49
+ # legacy-optimize-evm-only # Compilation fails with "Stack too deep" error
50
50
legacy-optimize-evm+yul
51
51
)
52
52
Original file line number Diff line number Diff line change @@ -44,8 +44,8 @@ function zeppelin_test
44
44
)
45
45
local settings_presets=(
46
46
" ${compile_only_presets[@]} "
47
- # ir-no-optimize # "YulException: Variable var_account_852 is 4 slot(s) too deep inside the stack."
48
- # ir-optimize-evm-only # "YulException: Variable var_account_852 is 4 slot(s) too deep inside the stack."
47
+ # ir-no-optimize # Compilation fails with "YulException: Variable var_account_852 is 4 slot(s) too deep inside the stack."
48
+ # ir-optimize-evm-only # Compilation fails with "YulException: Variable var_account_852 is 4 slot(s) too deep inside the stack."
49
49
legacy-no-optimize
50
50
legacy-optimize-evm-only
51
51
legacy-optimize-evm+yul
You can’t perform that action at this time.
0 commit comments