We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
forge 0.2.0 (b51c057 2024-01-18T00:16:27.187876269Z)
chisel
Linux
when using solc version 0.4.24, chisel reports error on simple statement
0.4.24
❯ 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); ^ ➜
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Component
Chisel
Have you ensured that all of these are up to date?
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 statementThe text was updated successfully, but these errors were encountered: