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

[c++] Corner-case bug in extend-enumeration logic #2897

Merged
merged 4 commits into from
Aug 16, 2024
Merged

Conversation

johnkerl
Copy link
Member

@johnkerl johnkerl commented Aug 14, 2024

Issue and/or context: Fixes issue #2896.

Changes: Remap indices whether or not the enumeration is extended, as shown in the unit-test example added here.

Notes for Reviewer:

Base automatically changed from kerl/schevo-stamp to main August 16, 2024 14:34
Copy link

codecov bot commented Aug 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.03%. Comparing base (7241fef) to head (0ecb3fc).
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2897      +/-   ##
==========================================
+ Coverage   89.88%   90.03%   +0.15%     
==========================================
  Files          37       37              
  Lines        3925     3925              
==========================================
+ Hits         3528     3534       +6     
+ Misses        397      391       -6     
Flag Coverage Δ
python 90.03% <ø> (+0.15%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Components Coverage Δ
python_api 90.03% <ø> (+0.15%) ⬆️
libtiledbsoma ∅ <ø> (∅)

@johnkerl johnkerl merged commit bdba3c3 into main Aug 16, 2024
14 of 15 checks passed
@johnkerl johnkerl deleted the kerl/subset-enum-fix branch August 16, 2024 15:42
github-actions bot pushed a commit that referenced this pull request Aug 16, 2024
* Add Python unit-test coverage

* run `make format`

* [c++] Corner-case bug in extend-enumeration logic

* lint
johnkerl added a commit that referenced this pull request Aug 16, 2024
* Add Python unit-test coverage

* run `make format`

* [c++] Corner-case bug in extend-enumeration logic

* lint

Co-authored-by: John Kerl <[email protected]>
jp-dark pushed a commit that referenced this pull request Aug 21, 2024
* Add Python unit-test coverage

* run `make format`

* [c++] Corner-case bug in extend-enumeration logic

* lint
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants