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 you try to compile invalid code like:
let a = #roil:{abc;
You get an error from here:
#7 0x00046281 in Kelement_range_errorVKeI () #8 0x00ddbe79 in Kmake_hash_literalVdfmc_readerMM0I ()
The text was updated successfully, but these errors were encountered:
With version 2023.1pre compiler does not shows an error, so this issue should be closed.
Open Dylan 2023.1pre Processing library play-d782189b83c5 ...play-d782189b83c5/main.dylan:4.9-10: Serious warning - Invalid token beginning "#" encountered. - let a = #roil:{abc; - Build of 'play-d782189b83c5' completed in 2.021981 seconds
Sorry, something went wrong.
Fixed in #1486
No branches or pull requests
If you try to compile invalid code like:
let a = #roil:{abc;
You get an error from here:
The text was updated successfully, but these errors were encountered: