-
-
Notifications
You must be signed in to change notification settings - Fork 377
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
feat(table): deprecate SegmentSize on table #842
feat(table): deprecate SegmentSize on table #842
Conversation
Added new flex method with flex field Changed segment_size method to use flex method Deprecated segment_size method Removeed segment_size field Updated documentation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #842 +/- ##
=====================================
Coverage 92.4% 92.4%
=====================================
Files 60 60
Lines 16185 16214 +29
=====================================
+ Hits 14966 14994 +28
- Misses 1219 1220 +1 ☔ View full report in Codecov by Sentry. |
Thank you for the PR! |
added since ="0.26.0" and changed note of the deprecated removed deprecated note from Table::segment_size method modified Table::flex doc to test the example
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.
Everything seems resolved here and the code looks good. Approved. Thanks for this!
Issue: #835
This PR adds:
for table
-test
fn underconstrained_segment_size()
still uses segment_size to test if it still works.