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
I'm trying to compile the code with forge test but I get this error:
Error: Compiler run failed:
Error: Yul exception:Variable expr_mpos_2 is 1 too deep in the stack [ _10 expr_14 expr_15 expr_mpos_2 expr expr_13 expr_component expr_6 expr_5 expr_14 expr_mpos_1 expr_mpos expr_address_1 _10 expr_13 _10 _11 _11 _12 expr_18 ]
No memoryguard was present. Consider using memory-safe assembly only and annotating it via 'assembly ("memory-safe") { ... }'.
YulException: Variable expr_mpos_2 is 1 too deep in the stack [ _10 expr_14 expr_15 expr_mpos_2 expr expr_13 expr_component expr_6 expr_5 expr_14 expr_mpos_1 expr_mpos expr_address_1 _10 expr_13 _10 _11 _11 _12 expr_18 ]
No memoryguard was present. Consider using memory-safe assembly only and annotating it via 'assembly ("memory-safe") { ... }'.
Expected Behavior
Should compile successfully
To Reproduce
I have simply cloned the repository and run forge test
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
I'm trying to compile the code with
forge test
but I get this error:Expected Behavior
Should compile successfully
To Reproduce
I have simply cloned the repository and run
forge test
Additional context
No response
The text was updated successfully, but these errors were encountered: