Skip to content

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

Merged
molpopgen merged 1 commit intomainfrom
into_nodeid_soundness
Mar 16, 2023
Merged

refactor!: TableCollection::simplify now takes &[NodeId]#485
molpopgen merged 1 commit intomainfrom
into_nodeid_soundness

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
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.

1 participant