You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 13, 2022. It is now read-only.
this works using solc like so: cat input.json | solc --standard-json --allow-paths /home/insi/Projects/ETHDBG/edb/tests/contracts/solidity/voting
looking through the rust_solc code, it seems adding a 'paths' option to standard_json to specify --allow-paths might be a good solution, at least until file:// url is allowed (which I believe may solve this issue altogether).
Input:
this works using
solc
like so:cat input.json | solc --standard-json --allow-paths /home/insi/Projects/ETHDBG/edb/tests/contracts/solidity/voting
looking through the rust_solc code, it seems adding a 'paths' option to standard_json to specify
--allow-paths
might be a good solution, at least until file:// url is allowed (which I believe may solve this issue altogether).related to:
ethereum/solidity#2266
ethereum/solidity#2157
The text was updated successfully, but these errors were encountered: