0mkara / etheratom

Solidity compilation and Ethereum contract execution interface for hackable atom editor
https://atom.io/packages/etheratom
GNU General Public License v3.0
252 stars 41 forks source link

line 1:30 Semi-colon statements not allowed. #297

Open 0mkara opened 4 years ago

0mkara commented 4 years ago

Describe the bug Select a vyper file after compiling solidity file. Plugin still tries to compile soldity content from redux store. Produces error. To Reproduce Steps to reproduce the behavior:

  1. Open editor with one solidity file and another vyper file, solidity file selected
  2. Compile solidity file by hitting ctrl+s
  3. Change to vyper file
  4. See error line 1:30 Semi-colon statements not allowed.

Screenshots Screenshot from 2019-12-03 00-51-53