Skip to content

asm: avoid propagating arbitrary#10217

Merged
cfallin merged 1 commit into
bytecodealliance:mainfrom
abrown:assembler-arbitrary
Feb 11, 2025
Merged

asm: avoid propagating arbitrary#10217
cfallin merged 1 commit into
bytecodealliance:mainfrom
abrown:assembler-arbitrary

Conversation

@abrown
Copy link
Copy Markdown
Member

@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
@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 <andrew.brown@intel.com>
@abrown abrown deleted the assembler-arbitrary branch May 2, 2025 16:01
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