-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Import/namespace and test extension handling cleanup in soltest #16013
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: develop
Are you sure you want to change the base?
Conversation
1fd7f7d
to
ce8ca0a
Compare
58795c7
to
ed948c6
Compare
f1723b6
to
fe39551
Compare
This pull request is stale because it has been open for 14 days with no activity. |
This pull request is stale because it has been open for 14 days with no activity. |
This pull request is stale because it has been open for 14 days with no activity. |
This pull request is stale because it has been open for 14 days with no activity. |
Depends on #16012.
This is a bunch of refactors I extracted from #16012:
solidity::test::
prefix forCommonOptions
and other things, in others we don't. Often we do both in the same file. This PR removes it.It's a pure refactor, there are no functionality changes.