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

ref(chunks): Make ChunkedDifRequest take Cow<str> for name #2295

Merged
merged 1 commit into from
Dec 4, 2024

Conversation

szokeasaurusrex
Copy link
Member

Also, update the Assemblable trait, so the name function returns Cow<str>

This refactor will allow ChunkedDifRequest to also store owned types for the name, making the type more flexible. We will use this ability when implementing Assemblable for ProguardMapping

Also, update the `Assemblable` trait, so the `name` function returns `Cow<'_, str>`

This refactor will allow `ChunkedDifRequest` to also store owned types for the `name`, making the type more flexible. We will use this ability when implementing `Assemblable` for `ProguardMapping`
@szokeasaurusrex szokeasaurusrex force-pushed the szokeasaurusrex/proguard-upload-4 branch from 90c181b to 2a3565e Compare December 4, 2024 13:27
Base automatically changed from szokeasaurusrex/proguard-upload-3 to master December 4, 2024 13:43
@szokeasaurusrex szokeasaurusrex merged commit 2a3565e into master Dec 4, 2024
13 checks passed
@szokeasaurusrex szokeasaurusrex deleted the szokeasaurusrex/proguard-upload-4 branch December 4, 2024 13:43
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