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

When finding solidity version, appears to look at any version number #246

Open
treeder opened this issue Feb 9, 2022 · 2 comments
Open
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@treeder
Copy link
Contributor

treeder commented Feb 9, 2022

eg:

// SPDX-License-Identifier: NONE
// File @openzeppelin/contracts/utils/introspection/[email protected]

// OpenZeppelin Contracts v4.4.1 (utils/introspection/IERC165.sol)

pragma solidity ^0.8.0;

...

It tries to use solc 4.4.1.

@treeder treeder added bug Something isn't working good first issue Good for newcomers labels Feb 9, 2022
@luizhenridev
Copy link
Contributor

luizhenridev commented Nov 4, 2024

Was it already fixed? Because I want to fix if not

@treeder
Copy link
Contributor Author

treeder commented Nov 4, 2024

I don't think it was fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants
@treeder @luizhenridev and others