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 parenthesis handling on ranges and type2 #92

Merged
merged 2 commits into from
Nov 3, 2022

Conversation

SebastienGllmt
Copy link
Collaborator

This PR fixes two different issues related to parenthesis usage:

  1. Use of parenthesis in .size notations was broken (ex: uint .size (1))
  2. Handling of Type2::ParenthesizedType was missing

I still need to write tests for these two, but I'm waiting for #91

@SebastienGllmt SebastienGllmt added the bug Something isn't working label Sep 2, 2022
@SebastienGllmt SebastienGllmt self-assigned this Sep 2, 2022
@SebastienGllmt
Copy link
Collaborator Author

I'm going to merge this so that the tests can be added in #112 because right now the two PRs depend on each other in some cases so I'd like to get this one merged first

@SebastienGllmt SebastienGllmt merged commit 3f34fb4 into master Nov 3, 2022
@SebastienGllmt SebastienGllmt deleted the fix-parenthesis branch November 3, 2022 04:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant