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

Improve solc detection for glob targets #15

Merged
merged 2 commits into from
Jul 28, 2022
Merged

Improve solc detection for glob targets #15

merged 2 commits into from
Jul 28, 2022

Conversation

elopez
Copy link
Member

@elopez elopez commented Jun 16, 2022

This adjusts the solc detection behaviour to the following:

  • if the target is a file or directory, the existing behavior is retained;
  • otherwise, the target is assumed to be a glob expression and expanded
    before attempting to guess the solc version.

Fixes: #2

elopez added 2 commits June 16, 2022 18:25
This adjusts the solc detection behaviour to the following:

  * if the target is a file or directory, the existing behavior is retained;
  * otherwise, the target is assumed to be a glob expression and expanded
    before attempting to guess the solc version.

Fixes: #2
@elopez elopez changed the base branch from main to dev July 28, 2022 21:57
@elopez elopez merged commit df7985c into dev Jul 28, 2022
@elopez elopez deleted the dev-glob-target branch July 28, 2022 21:58
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.

SOLCVER detection process breaks when using globs
1 participant