-
Notifications
You must be signed in to change notification settings - Fork 795
fix: rebase to master for onbjerg's ast #1943
Conversation
rebase with master
squash ast test: fix ast test path refactor: some clean up docs: correct some docs fix: ast serde behavior test: add more ast tests Pulled in from https://github.com/ethereum/solidity test: improve ast test error messages fix: more serde behavior fix: more serde behavior test: add documentation tests feat: stronger types fix: more type juggling docs: fix rustdoc links fix: type names for older compilers docs: a bit more docs test: remove legacy tests chore: remove some todos add missing ast correct source uncomment etherscan test yul function call rebase
as discussed #1567 let's try this, but before we merge let's ensure this doesn't cause issues in foundry. can you open a PR on foundry with a patch to check this first? |
see here: foundry-rs/foundry#3899 |
waiting for foundry-rs/foundry#3899 and this to be merged to master in order to create a new PR for the fixes about the coverage on foundry's side |
Bump friends |
Sorry for being late! Vacation time etc., thanks for the understanding :) |
All good ! Merry Christmas ⛄ |
Motivation
Following up on onbjerg's PR: #1567 to make the files play nicely with the master branch, the merge from master to the ast branch was deleting some files on the last commit.
PR Checklist