-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Exception on compilation from stdin #651
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
Comments
fjl
added a commit
to fjl/go-ethereum
that referenced
this issue
Jun 14, 2016
Support for legacy version 0.9.x is gone. The compiler version is no longer cached. Compilation results (and the version) are read directly from stdout using the --combined-json flag. As a workaround for ethereum/solidity#651, source code is written to a temporary file before compilation. Integration of solc in package ethapi and cmd/abigen is now much simpler because the compiler wrapper is no longer passed around as a pointer.
This was referenced Jun 15, 2016
fjl
added a commit
to fjl/go-ethereum
that referenced
this issue
Aug 17, 2016
Support for legacy version 0.9.x is gone. The compiler version is no longer cached. Compilation results (and the version) are read directly from stdout using the --combined-json flag. As a workaround for ethereum/solidity#651, source code is written to a temporary file before compilation. Integration of solc in package ethapi and cmd/abigen is now much simpler because the compiler wrapper is no longer passed around as a pointer. Fixes ethereum#2806, accidentally
axic
pushed a commit
that referenced
this issue
Nov 20, 2018
reformat EIP-2 in markdown and fix broken links
axic
pushed a commit
to ipsilon/solidity
that referenced
this issue
Apr 22, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The text was updated successfully, but these errors were encountered: