Add splitTestsCompilation solidity setting (11): closing PR#8138
Add splitTestsCompilation solidity setting (11): closing PR#8138alcuadrado merged 15 commits intodont-split-compilationsfrom
splitTestsCompilation solidity setting (11): closing PR#8138Conversation
|
There was a problem hiding this comment.
Pull request overview
Completes the splitTestsCompilation effort by removing the internal spec document and adding a plugin-facing migration guide describing the shipped behavior and integration impact.
Changes:
- Removed
SPLIT_TESTS_COMPILATION_SPEC.md(previous internal spec). - Added
PLUGIN_MIGRATION_GUIDE.mddocumenting plugin migration considerations. - Added a temporary internal placeholder file intended to trigger full CI.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
SPLIT_TESTS_COMPILATION_SPEC.md |
Removes the internal spec document from the repo. |
PLUGIN_MIGRATION_GUIDE.md |
Adds migration guidance for plugin authors regarding unified vs split compilation behavior. |
packages/hardhat/src/internal/to-be-deleted.ts |
Introduces a CI-trigger placeholder file (should not be merged as-is). |
cc2c74c to
9be26a9
Compare
99ca483 to
01b6cc4
Compare
9be26a9 to
99fb930
Compare
01b6cc4 to
1f89c15
Compare
99fb930 to
c968c91
Compare
1f89c15 to
b0bbef7
Compare
c968c91 to
cd08cc6
Compare
b0bbef7 to
633a7fb
Compare
cd08cc6 to
7a1cec5
Compare
633a7fb to
badace1
Compare
7a1cec5 to
a042299
Compare
badace1 to
f8138c5
Compare
a042299 to
db11bbe
Compare
f8138c5 to
2b8bbc1
Compare
db11bbe to
bc64d7a
Compare
2b8bbc1 to
8c2c275
Compare
bc64d7a to
bea3c22
Compare
8c2c275 to
cee9ebc
Compare
bea3c22 to
70b4ec1
Compare
0602ff6 to
64cbf4c
Compare
c3ec0c9 to
24ef213
Compare
64cbf4c to
3d2cb10
Compare
Co-authored-by: Luis Schaab <schaable@gmail.com>
Co-authored-by: Luis Schaab <schaable@gmail.com>
This PR has the last few changes to complete the effort, and do some cleanup work without having to rebase everything.
The PLUGIN_MIGRATION_GUIDE.md is committed so it can be reviewed, but will be delated.
The file
packages/hardhat/src/internal/to-be-deleted.tswas added so that this PR triggers the full CI, but it should be deleted.This PR is expected to pass all the checks.