Skip to content

Swift: add generic type parameters to AST children #10237

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

Merged
merged 4 commits into from
Aug 31, 2022

Conversation

redsun82
Copy link
Contributor

This required a fix in codegen, as order of bases as written in schema.yml was not preserved, so the order of children coming from different bases was off in the AST printer. This implied changing the type of bases in schema.Class from Set to List, and removing sorting of bases in ql.Class.

Commit by commit review is encouraged.

@redsun82 redsun82 requested a review from MathiasVP August 31, 2022 09:06
@redsun82 redsun82 requested a review from a team as a code owner August 31, 2022 09:06
@github-actions github-actions bot added the Swift label Aug 31, 2022
@redsun82 redsun82 force-pushed the redsun82/swift-generate-printast branch from 2e4d05c to 281cd79 Compare August 31, 2022 09:09
Copy link
Contributor

@MathiasVP MathiasVP left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@redsun82 redsun82 merged commit 1f0ca6b into main Aug 31, 2022
@redsun82 redsun82 deleted the redsun82/swift-generate-printast branch August 31, 2022 09:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants