Arachnid / solidity-stringutils

Basic string utilities for Solidity
Apache License 2.0
1.12k stars 369 forks source link

Not supported for progma solidity >=0.4.22 <0.6.2; #41

Closed denismp closed 4 years ago

denismp commented 4 years ago

Source "github.com/Arachnid/solidity-stringutils/strings.sol" not found: File import callback not supported

pragma solidity >=0.4.22 <0.6.2; import "github.com/Arachnid/solidity-stringutils/strings.sol"

Arachnid commented 4 years ago

I'm sorry, I don't understand the nature of the problem. Can you elaborate?

denismp commented 4 years ago

I tried to import your library, but I got the "File import callback not supported" You can see the pragma solidity that I am attempting to use for the compiler, which is set to 0.6.1.