-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Open
Labels
T-bugType: bugType: bugT-needs-triageType: this issue needs to be labelledType: this issue needs to be labelled
Description
Component
Chisel
Have you ensured that all of these are up to date?
- Foundry
- Foundryup
What version of Foundry are you on?
forge Version: 1.5.1-stable Commit SHA: b0a9dd9 Build Timestamp: 2025-12-22T11:41:09.812070000Z (1766403669) Build Profile: maxperf
What version of Foundryup are you on?
foundryup: 1.3.0
What command(s) is the bug in?
chisel
Operating System
macOS (Apple Silicon)
Describe the bug
➜ eigenlayer-contracts git:(feat/deploy-incentives-council) ✗ chisel
Welcome to Chisel! Type `!help` to show available commands.
➜ 1 + 2
➜
➜
➜ uint a = 1 + 2;
Error: Compiler run failed:
Warning (2072): Unused local variable.
--> ReplContract.sol:16:9:
|
16 | uint a = 1 + 2;
| ^^^^^^
Warning (2018): Function state mutability can be restricted to pure
--> ReplContract.sol:15:5:
|
15 | function run() public {
| ^ (Relevant source part starts here and spans across multiple lines).
➜ Metadata
Metadata
Assignees
Labels
T-bugType: bugType: bugT-needs-triageType: this issue needs to be labelledType: this issue needs to be labelled
Type
Projects
Status
Backlog