Skip to content

refactor!: TableCollection::simplify now takes &[NodeId] #485

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Merged
merged 1 commit into from
Mar 16, 2023

Conversation

molpopgen
Copy link
Member

Previous implementation took &[N] where N: Into,
which was unsound in this case.

Previous implementation took &[N] where N: Into<NodeId>,
which was unsound in this case.
@molpopgen molpopgen merged commit 77b5b47 into main Mar 16, 2023
@molpopgen molpopgen deleted the into_nodeid_soundness branch March 16, 2023 12:47
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant