Skip to content

Normalize Solidity imports to public prefixes#141

Open
eric-ships wants to merge 1 commit into
base:mainfrom
Willyham:will/test-import-fix
Open

Normalize Solidity imports to public prefixes#141
eric-ships wants to merge 1 commit into
base:mainfrom
Willyham:will/test-import-fix

Conversation

@eric-ships
Copy link
Copy Markdown
Collaborator

Use base-std/ and base-std-test/ for base-std's internal Solidity imports so downstream consumers can import base-std-test helpers with the two public remappings only, instead of carrying compatibility remappings for raw src/ and test/ paths. Add matching local Foundry remappings so the same public prefixes resolve inside this repo.

Validation: forge fmt --check; forge test; raw src/test import scan.

Use base-std/ and base-std-test/ for base-std's internal Solidity imports so downstream consumers can import base-std-test helpers with the two public remappings only, instead of carrying compatibility remappings for raw src/ and test/ paths. Add matching local Foundry remappings so the same public prefixes resolve inside this repo.

Validation: forge fmt --check; forge test; raw src/test import scan.
@eric-ships eric-ships requested a review from amiecorso June 5, 2026 16:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants