Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chisel not working on old versions of solc #6850

Closed
2 tasks done
sify21 opened this issue Jan 19, 2024 · 0 comments · Fixed by #6854
Closed
2 tasks done

chisel not working on old versions of solc #6850

sify21 opened this issue Jan 19, 2024 · 0 comments · Fixed by #6854
Labels
T-bug Type: bug

Comments

@sify21
Copy link

sify21 commented Jan 19, 2024

Component

Chisel

Have you ensured that all of these are up to date?

  • Foundry
  • Foundryup

What version of Foundry are you on?

forge 0.2.0 (b51c057 2024-01-18T00:16:27.187876269Z)

What command(s) is the bug in?

chisel

Operating System

Linux

Describe the bug

when using solc version 0.4.24, chisel reports error on simple statement

❯ chisel --use 0.4.24 --evm-version constantinople
Welcome to Chisel! Type `!help` to show available commands.
➜ !clear
Cleared session!
➜ uint256 a = 115792089237316195423570985008687907853269984665640564039457584007913129639935;
Compiler errors:
Error: Expected ';' but got '('
    error CheatcodeError(string message);
                        ^
➜ 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T-bug Type: bug
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant