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

chore(sdk): Renames and moves chunker as seekable #404

Merged
merged 2 commits into from
Dec 13, 2024

Conversation

dmihalcik-virtru
Copy link
Member

I didn't rename chunker itself though. Seems unnecessary and will require more changes outside of the library. however, this is an excuse to move some code out of tdf3 into src, and unify it with the DataSource type, renamed to just Source, and add some helper/transformer methods.

@dmihalcik-virtru dmihalcik-virtru requested a review from a team as a code owner December 12, 2024 18:23
Copy link

If these changes look good, signoff on them with:

git pull && git commit --amend --signoff && git push --force-with-lease origin

If they aren't any good, please remove them with:

git pull && git reset --hard HEAD~1 && git push --force-with-lease origin

I didn't rename chunker itself though. Seems unnecessary and will require more changes outside of the library. however, this is an excuse to move some code out of tdf3 into src, and unify it with the `DataSource` type, renamed to just `Source`, and add some helper/transformer methods.
@dmihalcik-virtru dmihalcik-virtru merged commit a5c1167 into main Dec 13, 2024
12 checks passed
@dmihalcik-virtru dmihalcik-virtru deleted the feature/seekable branch December 13, 2024 18:03
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