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

feat: Add parent order determinism #337

Merged
merged 5 commits into from
Jan 17, 2024

Conversation

eric-nguyen-cs
Copy link
Contributor

@eric-nguyen-cs eric-nguyen-cs commented Jan 17, 2024

What

Currently, when we export back the taxonomy to a .txt file, the parent order is random and not deterministic
To solve this, we are now keeping track of the parent order in the original file
In the future, we may want to impose the parent order (alphabetical order for example) but right now, it would result in too big .txt file diff

Fixes bug(s)

#319

Copy link
Member

@alexgarel alexgarel left a comment

Choose a reason for hiding this comment

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

Cool ! Here you harvest the benefits of a well organized code :-)

Note: Please, add the requested comment before merging.

@eric-nguyen-cs eric-nguyen-cs merged commit 5762d0c into main Jan 17, 2024
7 checks passed
@eric-nguyen-cs eric-nguyen-cs deleted the ericn/add-parent-order-determinism branch January 17, 2024 18:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

2 participants