We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
While some error could come from other files.
How to reproduce:
gno precompile . # returns b.gno: precompile: parse: tmp.gno:1:1: expected 'package', found z -- a.gno -- package main func main(){} -- b.gno -- z
Open a.gno, gnols will return the error from b.gno (because it runs gno precompile) but associated with a.gno :
a.gno
b.gno
gno precompile
The text was updated successfully, but these errors were encountered:
No branches or pull requests
While some error could come from other files.
How to reproduce:
Open

a.gno
, gnols will return the error fromb.gno
(because it runsgno precompile
) but associated witha.gno
:The text was updated successfully, but these errors were encountered: