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

XS-CHECK says "No errors found in file" while showing an error #2

Closed
KSneijders opened this issue Nov 8, 2024 · 1 comment
Closed
Labels
bug Something isn't working

Comments

@KSneijders
Copy link

KSneijders commented Nov 8, 2024

Issue Description

XS-CHECK outputs an error, and on the next line it states: "No errors found in file"

Script (MRE)

void a1() {
    xsCreateFile(true)
}

Result of XS-CHECK:

Error: ParsingError
   ╭─[<file>:3:1]
   │
 3 │ }
   │ ┬
   │ ╰── found } expected '*', '/', '%', '+', '-', '<', '<=', '>', '>=', '==', or '!='
───╯
No errors found in file '<file>'! Your code is free of the pitfalls of XS' quirks =)
Finished analysing '<file>'.
@Divy1211
Copy link
Owner

Divy1211 commented Nov 9, 2024

Thanks for the issue! Fixed in v0.1.1

@Divy1211 Divy1211 closed this as completed Nov 9, 2024
@Divy1211 Divy1211 added the bug Something isn't working label Dec 9, 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
Projects
None yet
Development

No branches or pull requests

2 participants