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
If a user writes this program:
let foo = "" foo.charAt(0)
Nothing is reported in the LSP, and then when you go to compile the program, the compiler crashes with:
grainc.exe: internal error, uncaught exception: (Failure "Impossible: deprecated error type in typetexp")
I was only able to debug this by changing the compiler to output the identifier name. How should we handle this better?
The text was updated successfully, but these errors were encountered:
I'll take a look at why the LSP is silent
Sorry, something went wrong.
Oh, it will be if the compiler errors. It should indicate there's been a problem though I think,
@marcusroberts it's silent because it's an error that's not handled by the compiler.
marcusroberts
Successfully merging a pull request may close this issue.
If a user writes this program:
Nothing is reported in the LSP, and then when you go to compile the program, the compiler crashes with:
I was only able to debug this by changing the compiler to output the identifier name. How should we handle this better?
The text was updated successfully, but these errors were encountered: