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

Clone and modify data sets of all kind #237

Merged
merged 3 commits into from
Apr 28, 2024

Conversation

ChristopherRabotin
Copy link
Member

Summary

Allows in-place modification, renaming, removal, and partial removal of dataset entries from ID or name.

Closes #200

Architectural Changes

DataSetT, i.e. the entries to a DataSet, must now implement Default. This is requires so we can "zero out" the underlying bytes that represent the data to be removed.

New Features

No change

Improvements

No change

Bug Fixes

No change

Testing and validation

Test renaming, removing, accessibility of the renamed and removed data, using both ID and name.

Documentation

This PR does not primarily deal with documentation changes.

@ChristopherRabotin ChristopherRabotin merged commit 563ac66 into master Apr 28, 2024
21 checks passed
@ChristopherRabotin ChristopherRabotin deleted the 200-clone-and-modify-data-sets-of-all-kind branch April 28, 2024 05:21
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.

Clone and modify data sets of all kind
1 participant