-
Notifications
You must be signed in to change notification settings - Fork 277
Replace `<stuff>' with '<stuff>' #4875
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
Replace `<stuff>' with '<stuff>' #4875
Conversation
That's probably intentional as the pattern with left hand |
4331c99
to
c1a0002
Compare
Thanks for pointing that out @danpoe , on closer inspection I see that you are right. In that case, I'm expanding the scope of this PR to replace ` with ' everywhere where the closing delimiter is '. I think this is a much more common usage of punctuation. |
@owen-jones-diffblue Why is this a desirable change? |
This is certainly a very unimportant point one could get very excited about. |
@tautschnig As the link that @kroening posted says, the convention of quoting `text like this' looks odd in most modern fonts. I appreciate this is not a majorly important change, but it's something that annoys me. I think it makes the output look unprofessional. It was a treat I gave myself after doing some very tedious work I didn't really want to do. The prompt was someone asking about an error message, and they obviously thought it was a mistake that there was a ` instead of a '. |
@owen-jones-diffblue Thank you for elaborating - it would be really helpful to have the "Why?" answered in commit messages (always, not just here). That settled, we are probably very inconsistent about our quoting and thus this is a really good step forward! My only reservation is that there may be users parsing warnings and thus we'd (negatively) surprise them, but arguably no one should rely on formatting of plain-text messages so I'm ok to ignore this one. |
10878d2
to
db75f0c
Compare
Codecov Report
@@ Coverage Diff @@
## develop #4875 +/- ##
===========================================
- Coverage 69.09% 69.09% -0.01%
===========================================
Files 1298 1298
Lines 106944 106951 +7
===========================================
Hits 73895 73895
- Misses 33049 33056 +7
Continue to review full report at Codecov.
|
These will permit custom formatting of quoting for each message handler, See diffblue#4875 for discussion.
This continues the work of diffblue#4875, but now using quote_begin/quote_end stream modifiers.
This is in the spirit of diffblue#4875, but now using quote_begin/quote_end stream modifiers.
These will permit custom formatting of quoting for each message handler, See diffblue#4875 for discussion.
This continues the work of diffblue#4875, but now using quote_begin/quote_end stream modifiers.
This is in the spirit of diffblue#4875, but now using quote_begin/quote_end stream modifiers.
These will permit custom formatting of quoting for each message handler, See diffblue#4875 for discussion.
This continues the work of diffblue#4875, but now using quote_begin/quote_end stream modifiers.
This is in the spirit of diffblue#4875, but now using quote_begin/quote_end stream modifiers.
These will permit custom formatting of quoting for each message handler, See diffblue#4875 for discussion.
This continues the work of diffblue#4875, but now using quote_begin/quote_end stream modifiers.
This is in the spirit of diffblue#4875, but now using quote_begin/quote_end stream modifiers.
These will permit custom formatting of quoting for each message handler, See diffblue#4875 for discussion.
This continues the work of diffblue#4875, but now using quote_begin/quote_end stream modifiers.
This is in the spirit of diffblue#4875, but now using quote_begin/quote_end stream modifiers.
These will permit custom formatting of quoting for each message handler, See diffblue#4875 for discussion.
This continues the work of diffblue#4875, but now using quote_begin/quote_end stream modifiers.
This is in the spirit of diffblue#4875, but now using quote_begin/quote_end stream modifiers.
These will permit custom formatting of quoting for each message handler, See diffblue#4875 for discussion.
This continues the work of diffblue#4875, but now using quote_begin/quote_end stream modifiers.
This is in the spirit of diffblue#4875, but now using quote_begin/quote_end stream modifiers.
This continues the work of diffblue#4875, but now using quote_begin/quote_end stream modifiers.
This is in the spirit of diffblue#4875, but now using quote_begin/quote_end stream modifiers.
These will permit custom formatting of quoting for each message handler, See diffblue#4875 for discussion.
This continues the work of diffblue#4875, but now using quote_begin/quote_end stream modifiers.
This is in the spirit of diffblue#4875, but now using quote_begin/quote_end stream modifiers.
This is in the spirit of diffblue#4875, but now using quote_begin/quote_end stream modifiers.
These will permit custom formatting of quoting for each message handler, See diffblue#4875 for discussion.
This continues the work of diffblue#4875, but now using quote_begin/quote_end stream modifiers.
This is in the spirit of diffblue#4875, but now using quote_begin/quote_end stream modifiers.
This changes the error message from
failed to load class `java.nio.file.Path'
to
failed to load class 'java.nio.file.Path'