Skip to content

feat: Default to union operator for type hints#2703

Merged
koxudaxi merged 23 commits intomainfrom
feat/default-union-operator
Dec 19, 2025
Merged

feat: Default to union operator for type hints#2703
koxudaxi merged 23 commits intomainfrom
feat/default-union-operator

Conversation

@koxudaxi
Copy link
Copy Markdown
Owner

Closes: #1523

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Dec 19, 2025

Important

Review skipped

More than 25% of the files skipped due to max files limit. The review is being skipped to prevent a low-quality review.

193 files out of 300 files are above the max files limit of 100. Please upgrade to Pro plan to get higher limits.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

✨ Finishing touches
  • 📝 Generate docstrings
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch feat/default-union-operator

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

🤖 Generated by GitHub Actions
Comment thread tests/data/expected/main/openapi/typed_dict_nullable_strict_nullable.py Dismissed
Comment thread tests/data/expected/main/openapi/typed_dict_nullable_strict_nullable.py Dismissed
Comment thread tests/data/expected/main/openapi/typed_dict_nullable_strict_nullable.py Dismissed
Comment thread tests/data/expected/main/openapi/typed_dict_nullable.py Dismissed
Comment thread tests/data/expected/main/openapi/typed_dict_nullable.py Dismissed
Comment thread tests/data/expected/main/openapi/msgspec_mutual_type_alias.py Dismissed
Comment thread tests/data/expected/main/openapi/msgspec_anyof.py Dismissed
Comment thread tests/data/expected/main/openapi/msgspec_anyof.py Dismissed
@codspeed-hq
Copy link
Copy Markdown

codspeed-hq Bot commented Dec 19, 2025

CodSpeed Performance Report

Merging #2703 will not alter performance

Comparing feat/default-union-operator (bec6c81) with main (1b5d3fb)

Summary

✅ 52 untouched
⏩ 10 skipped1

Footnotes

  1. 10 benchmarks were skipped, so the baseline results were used instead. If they were deleted from the codebase, click here and archive them to remove them from the performance reports.

koxudaxi and others added 20 commits December 19, 2025 18:05
🤖 Generated by GitHub Actions
🤖 Generated by GitHub Actions
🤖 Generated by GitHub Actions
🤖 Generated by GitHub Actions
@codecov
Copy link
Copy Markdown

codecov Bot commented Dec 19, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 99.33%. Comparing base (1b5d3fb) to head (bec6c81).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2703      +/-   ##
==========================================
- Coverage   99.44%   99.33%   -0.11%     
==========================================
  Files          81       81              
  Lines       11449    11478      +29     
  Branches     1363     1367       +4     
==========================================
+ Hits        11385    11402      +17     
- Misses         38       45       +7     
- Partials       26       31       +5     
Flag Coverage Δ
unittests 99.33% <100.00%> (-0.11%) ⬇️

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.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@koxudaxi koxudaxi merged commit daa85a9 into main Dec 19, 2025
37 of 38 checks passed
@koxudaxi koxudaxi deleted the feat/default-union-operator branch December 19, 2025 23:05
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.

Effect of target-python-version

2 participants