Skip to content

💥Change UnitAbbreviationsCache ctor to not load defaults - #1476

Merged
angularsen merged 1 commit into
release/v6from
agl/unit-ctor
Dec 27, 2024
Merged

💥Change UnitAbbreviationsCache ctor to not load defaults#1476
angularsen merged 1 commit into
release/v6from
agl/unit-ctor

Conversation

@angularsen

Copy link
Copy Markdown
Owner

Ref #1200

  • Remove UnitAbbreviationsCache.CreateEmpty()
  • Change default ctor to NOT load default unit abbreviations, use CreateDefault() instead
  • Fix 2 broken test cases

Ref #1200
- Remove UnitAbbreviationsCache.CreateEmpty()
- Change default ctor to NOT load default unit abbreviations, use `CreateDefault()` instead
- Fix 2 broken test cases
@angularsen
angularsen merged commit d81898a into release/v6Dec 27, 2024
@angularsen
angularsen deleted the agl/unit-ctor branch December 27, 2024 23:08
@angularsenangularsen mentioned this pull request Dec 27, 2024
28 tasks
@codecov

codecovBot commented Dec 27, 2024

Copy link
Copy Markdown

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 86%. Comparing base (a3c32b6) to head (214757b).
Report is 2 commits behind head on release/v6.

Additional details and impacted files
@@ Coverage Diff @@## release/v6 #1476 +/- ##
==========================================
Coverage 86% 86% ==========================================
Files 298 298 Lines 30516 30515 -1 ==========================================
+ Hits 26404 26405 +1 + Misses 4112 4110 -2 

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

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@angularsen