Skip to content
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

[Conditional Formatter] Use invariant decimal parsing #456

Merged
merged 2 commits into from
Dec 18, 2024

Conversation

karljj1
Copy link
Collaborator

@karljj1 karljj1 commented Dec 17, 2024

Small bug one of our users flagged.
The decimal was being parsed using the current culture which could cause parsing issues.

@karljj1 karljj1 requested a review from axunonb December 17, 2024 11:17
@karljj1 karljj1 added the Bug label Dec 17, 2024
Copy link

codecov bot commented Dec 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97%. Comparing base (b4fd639) to head (2a94672).
Report is 1 commits behind head on main.

Additional details and impacted files
@@         Coverage Diff         @@
##           main   #456   +/-   ##
===================================
  Coverage    97%    97%           
===================================
  Files        96     96           
  Lines      3434   3434           
===================================
  Hits       3317   3317           
  Misses      117    117           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@karljj1 karljj1 changed the title [Choose Formatter] Use invariant decimal parsing [Conditional Formatter] Use invariant decimal parsing Dec 17, 2024
Copy link
Member

@axunonb axunonb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thank you for the fix

@axunonb axunonb merged commit 22ddd82 into axuno:main Dec 18, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants