Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
MNT: rename internal variable#16425
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Uh oh!
There was an error while loading.Please reload this page.
49b95c4
to6d99af6
Comparecodecovbot commentedFeb 6, 2020 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Codecov Report
@@ Coverage Diff @@## master #16425 +/- ##==========================================- Coverage 80.85% 80.54% -0.31%========================================== Files 307 307 Lines 75745 74407 -1338 Branches 9690 9688 -2 ==========================================- Hits 61245 59933 -1312+ Misses 11961 11934 -27- Partials 2539 2540 +1
Continue to review full report at Codecov.
|
When I wrote this code ~4.5 years ago I was a bit cranky and used avery sarcastic variable name (snowflake) to handle a class of specialcases when parsing math text. It has recently come to light that thisname can make it into user visible error messages. This renames thevariable to a less sarcastic and more descriptive variable name (ithandles the case of symbols who's names start with a valid accent; weshould parse it as the symbol, not an accent on the rest of the symbolname).
6d99af6
to9a7ddd3
CompareThere 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.
if CI passes
PR Summary
When I wrote this code ~4.5 years ago I was a bit cranky and used a
very sarcastic variable name (snowflake) to handle a class of special
cases when parsing math text. It has recently come to light that this
name can make it into user visible error messages. This renames the
variable to a less sarcastic and more descriptive variable name (it
handles the case of symbols who's names start with a valid accent; we
should parse it as the symbol, not an accent on the rest of the symbol
name).
PR Checklist