Skip to content

binary-search-tree: avoid panic on test fail - #528

Merged
kotp merged 1 commit into
exercism:mainfrom
keiravillekode:binary-search-tree-update
Oct 30, 2025
Merged

kotp merged 1 commit into
exercism:mainfrom
keiravillekode:binary-search-tree-update

Conversation

@keiravillekode

Copy link
Copy Markdown
Contributor

If a student solution attempt builds incomplete trees, we now run all test cases and report failures,
instead of crashing with a panic.

If a student solution attempt builds incomplete trees,
we now run all test cases and report failures,
instead of crashing with a panic.
@github-actions

Copy link
Copy Markdown
Contributor

This PR touches files which potentially affect the outcome of the tests of an exercise. This will cause all students' solutions to affected exercises to be re-tested.

If this PR does not affect the result of the test (or, for example, adds an edge case that is not worth rerunning all tests for), please add the following to the merge-commit message which will stops student's tests from re-running. Please copy-paste to avoid typos.

[no important files changed]

For more information, refer to the documentation. If you are unsure whether to add the message or not, please ping @exercism/maintainers-admin in a comment. Thank you!

@kotp
kotp merged commit 2f73c06 into exercism:main Oct 30, 2025
10 checks passed
@keiravillekode
keiravillekode deleted the binary-search-tree-update branch October 30, 2025 08:59
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