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

Make CowArray an owned storage array, require Clone bound for into_shared #1028

Merged
merged 2 commits into from
Aug 2, 2024

Conversation

jturner314
Copy link
Member

@jturner314 jturner314 commented Jun 5, 2021

Add A: Clone bound to into_shared and implement DataOwned for CowRepr

See #1027 regarding the A: Clone bound for into_shared.

I've marked this PR as a draft because it would be good to add some tests using CowArray for methods with a S: DataOwned bound.

@bluss
Copy link
Member

bluss commented Aug 2, 2024

rebased

@bluss bluss force-pushed the cowrepr-dataowned branch from de793b3 to 9681aba Compare August 2, 2024 19:49
@bluss bluss changed the title Add A: Clone bound to into_shared and implement DataOwned for CowRepr Make CowArray an owned storage array, require Clone bound for into_shared Aug 2, 2024
@bluss bluss changed the title Make CowArray an owned storage array, require Clone bound for into_shared Make CowArray an owned storage array, require Clone bound for into_shared Aug 2, 2024
@bluss bluss marked this pull request as ready for review August 2, 2024 20:30
@bluss
Copy link
Member

bluss commented Aug 2, 2024

Thanks for this. Accepting without new tests 😉

@bluss bluss added this pull request to the merge queue Aug 2, 2024
Merged via the queue into rust-ndarray:master with commit e29a524 Aug 2, 2024
11 checks passed
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