Closed CJ42 closed 1 year ago
In older version of solc (before 0.8.8), there is a problem with symlink when the paths in the imports include ../ that makes it the solc fail to find the path of the file imported.
../
solc
This is why the matrix in the CI starts at 0.8.8
See this issue for more infos: https://github.com/ethereum/solidity/issues/2742
In older version of solc (before 0.8.8), there is a problem with symlink when the paths in the imports include
../
that makes it thesolc
fail to find the path of the file imported.This is why the matrix in the CI starts at 0.8.8
See this issue for more infos: https://github.com/ethereum/solidity/issues/2742