Chisel doesn't work
ZeroEkkusu opened this issue · 3 comments
ZeroEkkusu commented
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";
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
mario-eth commented
Hey, the new version will have a more straightforward way of dealing with remappings!
ZeroEkkusu commented
Ok, you can close the issue if you want.
mario-eth commented
It will be improved in v0.3.0, closing for now