You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Getting some errors from solparse being used by Solium (duaraghav8/Ethlint#58), and they should be reported in the solparse repo (or the solidity-parser repo, if we move to that).
e.g.
Error: An error occured while parsing the source code:
SyntaxError: Expected identifier but "," found. Line: 45, Column: 14
at EventEmitter.lint (/home/travis/.atom/packages/linter-solium/node_modules/solium/lib/solium.js:88:10)
at Object.<anonymous> (/home/travis/.atom/packages/linter-solium/lib/main.js:66:30)
at next (<anonymous>)
at step (/home/travis/.atom/packages/linter-solium/lib/main.js:10:273)
The text was updated successfully, but these errors were encountered:
Getting some errors from
solparse
being used by Solium (duaraghav8/Ethlint#58), and they should be reported in thesolparse
repo (or thesolidity-parser
repo, if we move to that).e.g.
The text was updated successfully, but these errors were encountered: