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
Forge
forge 0.2.0 (fcae63a 2023-10-08T00:28:16.248807500Z)
forge bind
Linux
Steps to reproduce:
However, if you skip draft-* (draft-ERC20.sol & draft-IERC20.so;) forge clean && forge b --skip draft- And then run forge bind- it works correct
forge clean && forge b --skip draft-
The text was updated successfully, but these errors were encountered:
This looks like a parser bug that appears to be fixed.
wasn't able to reproduce this
Sorry, something went wrong.
git clone [https://github.com/Gearbox-protocol/core-v3
yarn
Hi, now it generates new type of error:
Error: failed to parse Abigen from file: "/home/mikael/Coding/tt/core-v3/forge-out/draft-IERC20Permit.sol/draft-IERC20Permit.json"
Successfully merging a pull request may close this issue.
Component
Forge
Have you ensured that all of these are up to date?
What version of Foundry are you on?
forge 0.2.0 (fcae63a 2023-10-08T00:28:16.248807500Z)
What command(s) is the bug in?
forge bind
Operating System
Linux
Describe the bug
Steps to reproduce:
forge bind
However, if you skip draft-* (draft-ERC20.sol & draft-IERC20.so;)
forge clean && forge b --skip draft-
And then run
forge bind
- it works correctThe text was updated successfully, but these errors were encountered: