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

DM-34141: clarify DimensionPacker documentation #913

Merged
merged 1 commit into from Nov 30, 2023
Merged

Conversation

kfindeisen
Copy link
Member

@kfindeisen kfindeisen commented Nov 30, 2023

This PR edits the documentation of DimensionPacker and its pack method to clarify what behavior is and isn't guaranteed for all DimensionPacker classes.

Checklist

  • ran Jenkins
  • added a release note for user-visible changes to doc/changes

DimensionPacker's handling of fixed dimensions is not Liskov-compliant,
so it's hard to specify the behavior the user will see when dealing
with a DimensionPacker of unknown type.
Copy link

codecov bot commented Nov 30, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (224f3da) 87.31% compared to head (7f8e4c0) 87.31%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #913   +/-   ##
=======================================
  Coverage   87.31%   87.31%           
=======================================
  Files         286      286           
  Lines       37168    37168           
  Branches     7833     7833           
=======================================
  Hits        32452    32452           
  Misses       3519     3519           
  Partials     1197     1197           

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

@kfindeisen kfindeisen merged commit 54cae75 into main Nov 30, 2023
17 checks passed
@kfindeisen kfindeisen deleted the tickets/DM-34141 branch November 30, 2023 17:43
Sign up for free to 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.

None yet

2 participants