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

Remove a couple uses of the *_List type aliases. #278

Merged
merged 1 commit into from
Aug 1, 2022

Conversation

zenhack
Copy link
Contributor

@zenhack zenhack commented Jul 31, 2022

This is in preparation for removing the aliases entirely. Most
importantly, this patch removes the one use inside the code generator
itself.

We can't actually delete the aliases until the code generator no longer
uses them at call sites, but this is the first step.

This is in preparation for removing the aliases entirely. Most
importantly, this patch removes the one use inside the code generator
itself.

We can't actually delete the aliases until the code generator no longer
uses them at call sites, but this is the first step.
@zenhack
Copy link
Contributor Author

zenhack commented Aug 1, 2022

The failure is one of our known intermittent issues, so I'm going to go ahead and merge.

@zenhack zenhack merged commit 3380165 into capnproto:main Aug 1, 2022
@zenhack zenhack deleted the reduce-List-alias-use branch August 1, 2022 20:43
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

Successfully merging this pull request may close these issues.

2 participants