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
After installing Huff through curl -L https://foundry.paradigm.xyz | bash as per the instructions I forked this repo, and pulled.
curl -L https://foundry.paradigm.xyz | bash
Ran:
forge install forge build forge test
Forge test fails with the following error:
Running 1 test for test/SimpleStore.t.sol:SimpleStoreTest [FAIL. Reason: EvmError: Revert Counterexample: calldata=0x1e04f63d0000000000000000000000000000000000000000000000000000000000000000, args=[0]] testSetAndGetValue(uint256) (runs: 0, μ: 0, ~: 0) Test result: FAILED. 0 passed; 1 failed; 0 skipped; finished in 693.30ms Ran 1 test suites: 0 tests passed, 1 failed, 0 skipped (1 total tests)
Trying to run: forge test --debug "testSetAndGetValue" results in:
forge test --debug "testSetAndGetValue"
No files changed, compilation skipped Error: Invalid hex calldata Context: - Invalid character 'x' at position 1
Doesn't look like there has been any changes to this repo in a while, it is out of date with foundry?
forge -V : forge 0.2.0 (56adbe4 2023-07-16T00:27:41.916140071Z) huffc -V : huffc 0.3.2
forge -V
forge 0.2.0 (56adbe4 2023-07-16T00:27:41.916140071Z)
huffc -V
huffc 0.3.2
Many thanks for any assistance.
The text was updated successfully, but these errors were encountered:
I found you had to add:
evm_version = 'shanghai'
To my foundry.toml file to get the tests to work.
Sorry, something went wrong.
No branches or pull requests
After installing Huff through
curl -L https://foundry.paradigm.xyz | bash
as per the instructions I forked this repo, and pulled.Ran:
Forge test fails with the following error:
Trying to run:
forge test --debug "testSetAndGetValue"
results in:Doesn't look like there has been any changes to this repo in a while, it is out of date with foundry?
forge -V
:forge 0.2.0 (56adbe4 2023-07-16T00:27:41.916140071Z)
huffc -V
:huffc 0.3.2
Many thanks for any assistance.
The text was updated successfully, but these errors were encountered: