Conversation
Also add method that converts OpenMode to string
This is to create a new delete mode. The name `delete` is reserved in C++ and `del` is reserved in Python.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #4125 +/- ##
==========================================
+ Coverage 65.89% 65.96% +0.06%
==========================================
Files 158 160 +2
Lines 20988 21150 +162
Branches 1237 1248 +11
==========================================
+ Hits 13830 13951 +121
- Misses 6745 6782 +37
- Partials 413 417 +4
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
bkmartinjr
reviewed
Jun 16, 2025
bkmartinjr
reviewed
Jun 16, 2025
bkmartinjr
reviewed
Jun 16, 2025
bkmartinjr
reviewed
Jun 16, 2025
bkmartinjr
reviewed
Jun 16, 2025
bkmartinjr
reviewed
Jun 16, 2025
bkmartinjr
reviewed
Jun 16, 2025
mojaveazure
requested changes
Jun 16, 2025
bkmartinjr
approved these changes
Jun 16, 2025
Member
bkmartinjr
left a comment
There was a problem hiding this comment.
A bunch of small stuff, but nothing of major concern. Preemptively approving
Co-authored-by: Paul Hoffman <[email protected]>
mojaveazure
approved these changes
Jun 17, 2025
Member
mojaveazure
left a comment
There was a problem hiding this comment.
LGTM; please remember to bump the R develop version in DESCRIPTION
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issue and/or context:
Changes:
C++ Changes:
SOMAArraycopy constructor the default copy constructor.soma_mode_as a private variable toSOMAArrayandSOMAGroup.OpenMode::soma_deleteoption toOpenModeenum (thesoma_prefix was added sincedeleteis a special keyword.soma_prefix to existingOpenModevalues for consistency.Python Changes:
somacore.options.OpenMode)verify_open_for_deletingto SOMA objects_verify_open_for_readingtoverify_open_for_readingdas a valid mode for opening/reopening SOMA objectsCollectionin write modeCollectionin delete modeR Changes:
Collectionin write modeCollectionin delete modeBefore Merging: