trufflesuite / truffle-compile

Compiler helper and artifact manager
22 stars 46 forks source link

Fix `compile()` to callback original path mappings #55

Closed gnidan closed 6 years ago

gnidan commented 6 years ago

Ref: trufflesuite/truffle#885

Because solc outputs os-independent paths like /c/Users/gnidan/.../ConvertLib.sol, we need to convert these back to whatever path was originally specified instead.