Skip to content

Replace all uses of bytemuck with zerocopy#1210

Merged
davidlattimore merged 1 commit into
wild-linker:mainfrom
TechnoPorg:remove-bytemuck
Oct 14, 2025
Merged

Replace all uses of bytemuck with zerocopy#1210
davidlattimore merged 1 commit into
wild-linker:mainfrom
TechnoPorg:remove-bytemuck

Conversation

@TechnoPorg

@TechnoPorg TechnoPorg commented Oct 14, 2025

Copy link
Copy Markdown
Contributor

Closes #1200. Unwraps have been used where bytemuck would panic on a size mismatch, or where the size is explicitly checked before performing the conversion.

@davidlattimore

Copy link
Copy Markdown
Member

Thanks! One of the failures looks unrelated to your change and likely to be a flake. Hopefully once you run cargo fmt and reupload, the flake won't happen. Not sure how the flake is possible since we're supposed to have file locking to prevent that kind of thing

@davidlattimore davidlattimore merged commit 2dd1dfe into wild-linker:main Oct 14, 2025
20 checks passed
@TechnoPorg TechnoPorg deleted the remove-bytemuck branch October 14, 2025 11:20
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.

Try to drop dependency on bytemuck

2 participants