-
Notifications
You must be signed in to change notification settings - Fork 816
[22972] Support sequences in IDL Parser #5763
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
Conversation
ace02d4
to
32a7bbe
Compare
Everything looks good, and the CI has pass green. I leave some proposed minor changes to comments and a little on code. Also, please add the milestone and put N/A on the checklist values that doesn't apply |
cc65f91
to
7dc4084
Compare
Changes applied on 7dc4084 |
856b9ac
to
0350779
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
…d names Signed-off-by: Carlosespicur <[email protected]>
Signed-off-by: Carlosespicur <[email protected]>
Signed-off-by: Carlosespicur <[email protected]>
Signed-off-by: Carlosespicur <[email protected]>
Signed-off-by: Carlosespicur <[email protected]>
Signed-off-by: Carlosespicur <[email protected]>
0350779
to
9df88b3
Compare
Description
This PR adds support for parsing sequence types in IDL Parser. It also moves state["type"] updates to scope_name action to parse scoped types correctly. Union types parsing has been refactored to be similar to array types parsing.
Contributor Checklist
versions.md
file (if applicable).Related documentation PR:
Reviewer Checklist