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(proguard): Replace MappingRef with ProguardMapping #2294

Merged
merged 1 commit into from
Dec 4, 2024

Conversation

szokeasaurusrex
Copy link
Member

@szokeasaurusrex szokeasaurusrex commented Dec 4, 2024

The new ProguardMapping type directly references the ByteView of the Proguard file, rather than simply storing the path to the file. This change will enable us to replace ChunkedMapping with Chunked<ProguardMapping>.

Base automatically changed from szokeasaurusrex/proguard-upload-2 to master December 4, 2024 10:50
@szokeasaurusrex szokeasaurusrex marked this pull request as draft December 4, 2024 10:56
@szokeasaurusrex szokeasaurusrex force-pushed the szokeasaurusrex/proguard-upload-3 branch from 32a81fc to a3220cd Compare December 4, 2024 11:03
@szokeasaurusrex szokeasaurusrex marked this pull request as ready for review December 4, 2024 11:03
@szokeasaurusrex szokeasaurusrex changed the title ref(proguard): Create new proguard utils submodule ref(proguard): Replace MappingRef with ProguardMapping Dec 4, 2024
The new `ProguardMapping` type directly references the `ByteView` of the Proguard file, rather than simply storing the path to the file. This change will enable us to replace `ChunkedMapping` with `Chunked<ProguardMapping>`.

ref #2196
@szokeasaurusrex szokeasaurusrex force-pushed the szokeasaurusrex/proguard-upload-3 branch from a3220cd to 543e79e Compare December 4, 2024 11:18
@szokeasaurusrex szokeasaurusrex merged commit 543e79e into master Dec 4, 2024
14 checks passed
@szokeasaurusrex szokeasaurusrex deleted the szokeasaurusrex/proguard-upload-3 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