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 May 23, 2023. It is now read-only.
The _solidity module currently does a lot of input/output parsing "by hand". This is prone to break on changes of solc and does not easily allow to use all new features (e.g. #737#376).
Proposed solution
Instead of replicating the features of the solc command line client, it should be considered to move to the "Compiler Input and Output JSON Description" and just pass through those options.
The text was updated successfully, but these errors were encountered:
Problem description
The
_solidity
module currently does a lot of input/output parsing "by hand". This is prone to break on changes ofsolc
and does not easily allow to use all new features (e.g. #737 #376).Proposed solution
Instead of replicating the features of the
solc
command line client, it should be considered to move to the "Compiler Input and Output JSON Description" and just pass through those options.The text was updated successfully, but these errors were encountered: