-
-
Notifications
You must be signed in to change notification settings - Fork 7.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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
All reactions
-
👍 1 reaction -
😄 2 reactions
49b95c4
to
6d99af6
Compare
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.
|
All reactions
Sorry, something went wrong.
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).
6d99af6
to
9a7ddd3
Compare
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.
if CI passes
Sorry, something went wrong.
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