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

Fix tests on nightly #1999

Merged
merged 1 commit into from
Feb 4, 2025

Conversation

alexcrichton
Copy link
Member

Ensure that PartialOrd and Ord implementations for Alignment are the same instead of having one be manual and one be derived. This is required to account for a small behavior change in nightly Rust.

Ensure that `PartialOrd` and `Ord` implementations for `Alignment` are
the same instead of having one be manual and one be derived. This is
required to account for a small behavior change in nightly Rust.
@alexcrichton alexcrichton added this pull request to the merge queue Feb 4, 2025
Merged via the queue into bytecodealliance:main with commit 70319f5 Feb 4, 2025
30 checks passed
@alexcrichton alexcrichton deleted the fix-nightly-tests branch February 4, 2025 20:53
alexcrichton added a commit to alexcrichton/wasm-tools that referenced this pull request Feb 4, 2025
Ensure that `PartialOrd` and `Ord` implementations for `Alignment` are
the same instead of having one be manual and one be derived. This is
required to account for a small behavior change in nightly Rust.
alexcrichton added a commit to alexcrichton/wasm-tools that referenced this pull request Feb 4, 2025
Ensure that `PartialOrd` and `Ord` implementations for `Alignment` are
the same instead of having one be manual and one be derived. This is
required to account for a small behavior change in nightly Rust.
alexcrichton added a commit to alexcrichton/wasm-tools that referenced this pull request Feb 4, 2025
Ensure that `PartialOrd` and `Ord` implementations for `Alignment` are
the same instead of having one be manual and one be derived. This is
required to account for a small behavior change in nightly Rust.
alexcrichton added a commit to alexcrichton/wasm-tools that referenced this pull request Feb 4, 2025
Ensure that `PartialOrd` and `Ord` implementations for `Alignment` are
the same instead of having one be manual and one be derived. This is
required to account for a small behavior change in nightly Rust.
alexcrichton added a commit to alexcrichton/wasm-tools that referenced this pull request Feb 4, 2025
Ensure that `PartialOrd` and `Ord` implementations for `Alignment` are
the same instead of having one be manual and one be derived. This is
required to account for a small behavior change in nightly Rust.
alexcrichton added a commit to alexcrichton/wasm-tools that referenced this pull request Feb 4, 2025
Ensure that `PartialOrd` and `Ord` implementations for `Alignment` are
the same instead of having one be manual and one be derived. This is
required to account for a small behavior change in nightly Rust.
alexcrichton added a commit to alexcrichton/wasm-tools that referenced this pull request Feb 4, 2025
Ensure that `PartialOrd` and `Ord` implementations for `Alignment` are
the same instead of having one be manual and one be derived. This is
required to account for a small behavior change in nightly Rust.
alexcrichton added a commit to alexcrichton/wasm-tools that referenced this pull request Feb 4, 2025
Ensure that `PartialOrd` and `Ord` implementations for `Alignment` are
the same instead of having one be manual and one be derived. This is
required to account for a small behavior change in nightly Rust.
alexcrichton added a commit to alexcrichton/wasm-tools that referenced this pull request Feb 4, 2025
Ensure that `PartialOrd` and `Ord` implementations for `Alignment` are
the same instead of having one be manual and one be derived. This is
required to account for a small behavior change in nightly Rust.
alexcrichton added a commit that referenced this pull request Feb 5, 2025
Ensure that `PartialOrd` and `Ord` implementations for `Alignment` are
the same instead of having one be manual and one be derived. This is
required to account for a small behavior change in nightly Rust.
alexcrichton added a commit that referenced this pull request Feb 5, 2025
Ensure that `PartialOrd` and `Ord` implementations for `Alignment` are
the same instead of having one be manual and one be derived. This is
required to account for a small behavior change in nightly Rust.
alexcrichton added a commit that referenced this pull request Feb 5, 2025
* Fix tests on nightly (#1999)

Ensure that `PartialOrd` and `Ord` implementations for `Alignment` are
the same instead of having one be manual and one be derived. This is
required to account for a small behavior change in nightly Rust.

* Pin CI module
alexcrichton added a commit that referenced this pull request Feb 5, 2025
* Fix tests on nightly (#1999)

Ensure that `PartialOrd` and `Ord` implementations for `Alignment` are
the same instead of having one be manual and one be derived. This is
required to account for a small behavior change in nightly Rust.

* Pin CI module
alexcrichton added a commit that referenced this pull request Feb 5, 2025
* Fix tests on nightly (#1999)

Ensure that `PartialOrd` and `Ord` implementations for `Alignment` are
the same instead of having one be manual and one be derived. This is
required to account for a small behavior change in nightly Rust.

* Pin CI module

* Fix clippy warnings
alexcrichton added a commit that referenced this pull request Feb 5, 2025
* Fix tests on nightly (#1999)

Ensure that `PartialOrd` and `Ord` implementations for `Alignment` are
the same instead of having one be manual and one be derived. This is
required to account for a small behavior change in nightly Rust.

* Vendor wasmtime's install-rust action
alexcrichton added a commit that referenced this pull request Feb 5, 2025
* Fix tests on nightly (#1999)

Ensure that `PartialOrd` and `Ord` implementations for `Alignment` are
the same instead of having one be manual and one be derived. This is
required to account for a small behavior change in nightly Rust.

* Vendor wasmtime's install-rust action
alexcrichton added a commit that referenced this pull request Feb 5, 2025
* Fix tests on nightly (#1999)

Ensure that `PartialOrd` and `Ord` implementations for `Alignment` are
the same instead of having one be manual and one be derived. This is
required to account for a small behavior change in nightly Rust.

* Vendor wasmtime's install-rust action
alexcrichton added a commit that referenced this pull request Feb 5, 2025
* Fix tests on nightly (#1999)

Ensure that `PartialOrd` and `Ord` implementations for `Alignment` are
the same instead of having one be manual and one be derived. This is
required to account for a small behavior change in nightly Rust.

* Vendor wasmtime's install-rust action

* Fix lifetime annotations on recent rustc
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