Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Use only contract name for resolver intercept cache #1763

Merged
merged 1 commit into from
Feb 26, 2019
Merged

Conversation

gnidan
Copy link
Contributor

@gnidan gnidan commented Feb 26, 2019

Ref: #1738

Strip off all leading path information, so that, e.g., "./Migrations.sol" resolves to the "Migrations".

This relies on the existing limitation that contracts may not share the same name. See #1087 for related issue about this limitation.

Rely on existing limitation that contracts may not share the same name.

Strip off all leading path information, so that, e.g., `"./Migrations.sol"` resolves to the `"Migrations"`.
Copy link
Contributor

@CruzMolina CruzMolina left a comment

Choose a reason for hiding this comment

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

🏁

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants