Skip to content
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

Fix Frax Test inheritance for child repo #21

Merged
merged 1 commit into from
Jun 3, 2024

Conversation

tom2o17
Copy link
Collaborator

@tom2o17 tom2o17 commented Jun 3, 2024

Fix relative vs strict import for use in inheriting repo.

Compiler run failed:
Error (6275): Source "src/StringsHelper.sol" not found: File not found. Searched the following locations: "/Users/tc/Documents/GitHub/demo/frax-flashloan".
ParserError: Source "src/StringsHelper.sol" not found: File not found. Searched the following locations: "/Users/tc/Documents/GitHub/demo/frax-flashloan".
 --> node_modules/frax-standard-solidity/src/FraxTest.sol:6:1:
  |
6 | import { Strings } from "src/StringsHelper.sol";
  | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

tc@TCs-MacBook-Pro frax-flashloan % 

Fix relative vs strict import for use in inheriting repo
@FortisFortuna FortisFortuna merged commit 0f40dca into master Jun 3, 2024
1 check passed
Copy link
Contributor

@pegahcarter pegahcarter left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@pegahcarter pegahcarter deleted the relativeImports-FraxTests branch June 4, 2024 16:17
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.

3 participants