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

asm: avoid propagating arbitrary #10217

Merged
merged 1 commit into from
Feb 11, 2025

Conversation

abrown
Copy link
Contributor

@abrown abrown commented Feb 11, 2025

This is something that @alexcrichton already fixed over in the assembler crate--no need to implement Arbitrary unnecessarily. It's unclear how this stayed in here in cranelift-codegen but this change removes it.

This is something that @alexcrichton already fixed over in the assembler
crate--no need to implement `Arbitrary` unnecessarily. It's unclear how
this stayed in here in `cranelift-codegen` but this change removes it.
@abrown abrown requested review from a team as code owners February 11, 2025 00:38
@abrown abrown requested review from cfallin and removed request for a team February 11, 2025 00:38
@cfallin cfallin added this pull request to the merge queue Feb 11, 2025
Merged via the queue into bytecodealliance:main with commit 73d6d6b Feb 11, 2025
51 checks passed
@bjorn3 bjorn3 mentioned this pull request Feb 25, 2025
alexcrichton pushed a commit to alexcrichton/wasmtime that referenced this pull request Feb 25, 2025
This is something that @alexcrichton already fixed over in the assembler
crate--no need to implement `Arbitrary` unnecessarily. It's unclear how
this stayed in here in `cranelift-codegen` but this change removes it.
alexcrichton pushed a commit to alexcrichton/wasmtime that referenced this pull request Feb 25, 2025
This is something that @alexcrichton already fixed over in the assembler
crate--no need to implement `Arbitrary` unnecessarily. It's unclear how
this stayed in here in `cranelift-codegen` but this change removes it.
cfallin pushed a commit that referenced this pull request Feb 25, 2025
* asm: avoid propagating `arbitrary` (#10217)

This is something that @alexcrichton already fixed over in the assembler
crate--no need to implement `Arbitrary` unnecessarily. It's unclear how
this stayed in here in `cranelift-codegen` but this change removes it.

* Update release notes

---------

Co-authored-by: Andrew Brown <[email protected]>
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