Skip to content
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

Anything after the first expression in one file is ignored #503

Closed
Aleksanaa opened this issue May 18, 2024 · 1 comment
Closed

Anything after the first expression in one file is ignored #503

Aleksanaa opened this issue May 18, 2024 · 1 comment
Labels
bug Something isn't working libnixf:parse The nixf parser

Comments

@Aleksanaa
Copy link
Collaborator

For example:

{

}闷声发大财

doesn't report any error. This can be a problem when the user forgot to remove the last bracket or semicolon:

{

})
{

};
@inclyc inclyc added bug Something isn't working libnixf:sema Semantic analysis in libnixf libnixf:parse The nixf parser and removed libnixf:sema Semantic analysis in libnixf labels May 18, 2024
@inclyc
Copy link
Member

inclyc commented May 18, 2024

Just noticed this is duplicated to #483 ;)

@inclyc inclyc closed this as not planned Won't fix, can't repro, duplicate, stale May 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working libnixf:parse The nixf parser
Projects
None yet
Development

No branches or pull requests

2 participants