mario-eth/soldeer

Chisel doesn't work

ZeroEkkusu opened this issue · 3 comments

Chisel relies on the default Forge Std remapping forge-std. Soldeer uses @forge-std by default.

Trying to use Chisel CLI (chisel) results in the following error:

zeroekkusu soldeer-minimal % chisel 
Welcome to Chisel! Type `!help` to show available commands.
➜ uint256 a = 5
Compiler errors:
Error (6275): Source "forge-std/Vm.sol" not found: File not found. Searched the following locations: "".
ParserError: Source "forge-std/Vm.sol" not found: File not found. Searched the following locations: "".
 --> ReplContract.sol:5:1:
  |
5 | import {Vm} from "forge-std/Vm.sol";
  | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Hey, the new version will have a more straightforward way of dealing with remappings!

Ok, you can close the issue if you want.

It will be improved in v0.3.0, closing for now