-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Editorial: extract StringNumericValue from MV and add/use RoundStringMVResult helper #2435
Conversation
Note that this races with #1554. |
@jmdyck Thanks for the review. I've made another major refactoring to split this AO from MV. Please review again. |
(Hm, that's weird. I meant to submit a reply and a review separately, but GitHub seems to have merged them. I think it still makes sense.) |
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, though I'd like to hear the reasoning for not expanding SV, TV, and TRV in prose.
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.
I believe this PR is now semantics-preserving.
(Hrmph. GitHub took my comment about |
3d0c24c
to
7a79833
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.
This LGTM other than the outstanding comments.
This is ready for review again. |
@michaelficarra should i wait to merge this until there's a stamp after your latest comment, or is it good to go now? |
@ljharb It's good to go. |
reword some things that read like initialisms fix linting error accept some changes extract StringNumericValue from MV on the string grammar use StringNumericValue further describe "the mathematical value denoted by" address review comments don't round NonDecimalIntegerLiteral
…2435) reword some things that read like initialisms fix linting error accept some changes extract StringNumericValue from MV on the string grammar use StringNumericValue further describe "the mathematical value denoted by" address review comments don't round NonDecimalIntegerLiteral
No description provided.