-
Notifications
You must be signed in to change notification settings - Fork 2k
chore: fix compilation warnings in Foundry's Solidity test suite #10744
New issue
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
base: master
Are you sure you want to change the base?
Conversation
@zerosnacks Please look into this PR and let me know if it resolves #10577 |
Hi @knelsondev unfortunately these changes do not resolve the compilation warnings; please see the instructions in the ticket on how to iteratively fix them |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@knelsondev please check the ticket comment and how you could reproduce warnings that needs to be fixed, the current changes doesn't address any of these. Thank you
@zerosnacks @grandizzy I need a bit of your help. In the master branch, when I I get a list of warnings that look like this, and not like the one mentioned in the original issue:
|
Hi @knelsondev, ah yes - in the latest nightly we have enabled the running of You can disable this by setting:
in the You can ignore these warnings raised by the linting; this PR relates to warnings raised by the Solidity compiler. |
Motivation
This PR aims to close #10577
Solution
PR Checklist