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

Add sorting parameter for show() and save2file() #180

Merged
merged 2 commits into from
Mar 28, 2023
Merged

Add sorting parameter for show() and save2file() #180

merged 2 commits into from
Mar 28, 2023

Conversation

HollowMan6
Copy link
Contributor

Resolve #170 with show(sorting=False) to display the tree while maintaining insertion order.

Signed-off-by: Hollow Man hollowman@hollowman.ml

@caesar0301
Copy link
Owner

More UTs are required

@caesar0301 caesar0301 added the unittests required Tests required for new feature or api. label Mar 27, 2023
@HollowMan6
Copy link
Contributor Author

It's such a surprise to finally see a response for my PR that is opened 2 years ago! I can't remember the details of this PR at all, but still will check to see if I can help contribute to this later anyway.

Signed-off-by: Hollow Man <hollowman@hollowman.ml>
Signed-off-by: Hollow Man <hollowman@opensuse.org>
@HollowMan6
Copy link
Contributor Author

Hey @caesar0301 ! Just add the test case according to the issue description here: #170 (comment)

@caesar0301 caesar0301 merged commit 781e38d into caesar0301:master Mar 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
unittests required Tests required for new feature or api.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

When i create a Tree , its not maintaining the order which in i created the children when i invoke show method
2 participants