Skip to content
This repository has been archived by the owner on May 23, 2023. It is now read-only.

move the _solidity binding to the JSON compiler input output format #738

Open
konradkonrad opened this issue Jun 1, 2017 · 1 comment
Open

Comments

@konradkonrad
Copy link
Contributor

Problem description

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.

@axic
Copy link
Member

axic commented Dec 9, 2017

Please do this move :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants