-
Notifications
You must be signed in to change notification settings - Fork 29.7k
use sentence case in error message titles #35750
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
goderbauer
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Surprised that this doesn't require any changes to tests. Maybe we should have a test covering that this returns what we expect?
Codecov Report
@@ Coverage Diff @@
## master #35750 +/- ##
==========================================
- Coverage 55.25% 55.14% -0.12%
==========================================
Files 188 188
Lines 17426 17320 -106
==========================================
- Hits 9629 9551 -78
+ Misses 7797 7769 -28
Continue to review full report at Codecov.
|
|
@devoncarew will you be able to add a test for this? |
Hey, yeah, planning to. |
|
PTAL: test added, waiting for the bots to cycle green |
Piinks
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
chunhtai
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
* use sentence case in error message titles * add a test
This changes
Exception Caught By $librarytoException caught by $library. For the stdio flutter error reporter, the error title gets uppercased -EXCEPTION CAUGHT BY RENDERING LIBRARY. For the service protocol based flutter error reporter, the case is not manipulated, and as is doesn't agree with the library name -Exception Caught By rendering library.