8000 compile_code: raise exception when solc missing by gsalgado · Pull Request #431 · ethereum/pyethereum · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on May 23, 2023. It is now read-only.

compile_code: raise exception when solc missing #431

Merged

Conversation

gsalgado
Copy link
Contributor

When solc is not installed, compile_code() would end up using None as the first element in the args list passed to subprocess.Popen(), causing it to crash with an AttributeError. This fixes that

When solc is not installed, compile_code() would end up using None as the
first element in the args list passed to subprocess.Popen(), causing it to
crash with an AttributeError. This fixes that
@konradkonrad konradkonrad merged commit a9f27d3 into ethereum:develop Mar 3, 2017
konradkonrad added a commit that referenced this pull request Mar 3, 2017
Changelog/PRs:
  - #423: "State snapshot module"
  - #425: "Wrap encode_hex to support changes to pyrlp 0.4.7"
  - #428: "fix memory leak in vm"
  - #431: "compile_code: raise exception when solc missing"
  - #433: "fix genesis timestamp"
  - #434: "Adjust to pysha3 breaking changes"
  - #435: "Fix solidity combinedjson"
  - #438: "Install solc from zip"
  - #439: "Shouldn't have a number equal to 2^256 in EVM"
  - #441: "Always install solidity dependencies"
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0