Skip to content

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

Merged
johnkerl merged 4 commits intomainfrom
kerl/subset-enum-fix
Aug 16, 2024
Merged

[c++] Corner-case bug in extend-enumeration logic#2897
johnkerl merged 4 commits intomainfrom
kerl/subset-enum-fix

Conversation

@johnkerl
Copy link
Copy Markdown
Contributor

@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
@johnkerl johnkerl force-pushed the kerl/subset-enum-fix branch from 9a7583c to 6678073 Compare August 16, 2024 14:37
@codecov
Copy link
Copy Markdown

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
@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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants