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
This (admittedly buggy) GSL causes a stack overflow on our production compiler. Please verify of course but pretty sure it's a bug in GslCore
let x = oGAL1 let y = &y ; &x
The text was updated successfully, but these errors were encountered:
There is a primitive check to handle the simple case
let x = &x
here:
GslCore/src/GslCore/AstTypes.fs
Line 474 in c9ae924
Expanding this active pattern could be a fine place to start to handle this case. It is tricky, though.
Sorry, something went wrong.
No branches or pull requests
This (admittedly buggy) GSL causes a stack overflow on our production compiler. Please verify of course but pretty sure it's a bug in GslCore
The text was updated successfully, but these errors were encountered: