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

fix(compiler): Fix RT type parser: Remove unconditional parsing of prefix "future" #801

Merged
merged 1 commit into from
Apr 24, 2024

Conversation

andidr
Copy link
Contributor

@andidr andidr commented Apr 23, 2024

The type parser of the RT dialect unconditionally attempts to parse the string "future". This breaks the parsing of any RT type. Remove unconditional parsing of this prefix.

…efix "future"

The type parser of the RT dialect unconditionally attempts to parse
the string "future". This breaks the parsing of any RT type. Remove
unconditional parsing of this prefix.
@andidr andidr requested a review from antoniupop April 23, 2024 11:28
@cla-bot cla-bot bot added the cla-signed label Apr 23, 2024
@andidr andidr merged commit 16f0041 into main Apr 24, 2024
29 of 32 checks passed
@BourgerieQuentin BourgerieQuentin deleted the andi/rt-type-parser-fixes branch April 25, 2024 09:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants