Skip to content

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

Closed
chriseth opened this issue Jun 14, 2016 · 0 comments
Closed

Exception on compilation from stdin #651

chriseth opened this issue Jun 14, 2016 · 0 comments
Assignees
Labels

Comments

@chriseth
Copy link
Contributor

# echo '' | solc 
Unknown exception during compilation.
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.
@chriseth chriseth self-assigned this Jun 14, 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
Labels
Projects
None yet
Development

No branches or pull requests

1 participant