Skip to content

Print "..." in deep subtrees of a Tree instead of raising RecursionError#7303

Merged
janezd merged 2 commits into
masterfrom
tree-rec-limit
Jun 22, 2026
Merged

Print "..." in deep subtrees of a Tree instead of raising RecursionError#7303
janezd merged 2 commits into
masterfrom
tree-rec-limit

Conversation

@MatejBevec

Copy link
Copy Markdown
Contributor

Fixes #7297.

Includes
  • Code changes

@MatejBevec MatejBevec requested a review from janezd June 22, 2026 07:17
@CLAassistant

CLAassistant commented Jun 22, 2026

Copy link
Copy Markdown

CLA assistant check
All committers have signed the CLA.

@codecov

codecov Bot commented Jun 22, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 50.00000% with 2 lines in your changes missing coverage. Please review.
✅ Project coverage is 89.04%. Comparing base (3d4ddaa) to head (22b58a4).

❌ Your patch check has failed because the patch coverage (50.00%) is below the target coverage (95.00%). You can increase the patch coverage or adjust the target coverage.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #7303   +/-   ##
=======================================
  Coverage   89.04%   89.04%           
=======================================
  Files         336      336           
  Lines       74426    74429    +3     
=======================================
+ Hits        66269    66273    +4     
+ Misses       8157     8156    -1     
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@janezd janezd merged commit f6a9710 into master Jun 22, 2026
26 of 30 checks passed
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.

Tree object sometimes throws error when computing its __repr__

3 participants