Skip to content

Quick fixes 4.x#1651

Merged
kmvanbrunt merged 2 commits intomainfrom
quick_fixes_4.x
Apr 24, 2026
Merged

Quick fixes 4.x#1651
kmvanbrunt merged 2 commits intomainfrom
quick_fixes_4.x

Conversation

@kmvanbrunt
Copy link
Copy Markdown
Member

  • Fixed ArgparseCompleter.print_help() not passing file stream to recursive call.
  • Fixed issue where constants.REDIRECTION_TOKENS was being mutated.

Fixes #1649

@kmvanbrunt kmvanbrunt requested a review from tleonhardt as a code owner April 24, 2026 15:32
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 24, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 99.49%. Comparing base (0abaeab) to head (b7376b3).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1651      +/-   ##
==========================================
+ Coverage   99.47%   99.49%   +0.01%     
==========================================
  Files          21       21              
  Lines        4759     4747      -12     
==========================================
- Hits         4734     4723      -11     
+ Misses         25       24       -1     
Flag Coverage Δ
unittests 99.49% <100.00%> (+0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@kmvanbrunt kmvanbrunt merged commit 12a7d5e into main Apr 24, 2026
33 checks passed
@kmvanbrunt kmvanbrunt deleted the quick_fixes_4.x branch April 24, 2026 15:43
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.

REDIRECTION_TOKENS mutated by alias/macro create+list (4 locations) -- compounding cross-instance state corruption

2 participants