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

Eliminate the fractionalHexLiteralsAreNotSupported diagnostic #1372

Open
TwitchBronBron opened this issue Dec 13, 2024 · 0 comments
Open

Eliminate the fractionalHexLiteralsAreNotSupported diagnostic #1372

TwitchBronBron opened this issue Dec 13, 2024 · 0 comments
Milestone

Comments

@TwitchBronBron
Copy link
Member

Let's eliminate this fractionalHexLiteralsAreNotSupported diagnostic entirely. The lexer doesn't do a great job safely detecting this (i.e. it'll show this error for &HFF.asString() (i know it doesn't exist, but still, that's the parser job to say a method doesn't exist), so we shouldn't even show this error (and instead show normal parser errors)

Originally posted by @TwitchBronBron in #1241 (comment)

@TwitchBronBron TwitchBronBron added this to the v1.0.0 milestone Dec 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant