Improve printing of annotated type variables in error messages#1478
Improve printing of annotated type variables in error messages#1478
Conversation
|
No actionable comments were generated in the recent review. 🎉 WalkthroughThis pull request introduces support for pretty-printing type variables in diagnostic messages within the NullAway generics type processing. It adds a new Suggested reviewers
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches
🧪 Generate unit tests (beta)
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. Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #1478 +/- ##
============================================
+ Coverage 88.46% 88.47% +0.01%
- Complexity 2757 2759 +2
============================================
Files 99 99
Lines 9196 9204 +8
Branches 1847 1848 +1
============================================
+ Hits 8135 8143 +8
Misses 521 521
Partials 540 540 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
您好,邮件已经收到,查阅后会尽快给您回复!
|
Use the simple name for annotations rather than the fully-qualified name. Only changes printing of error messages.
Summary by CodeRabbit
Release Notes
Bug Fixes
Tests