Stream: git-wasmtime

Topic: wasmtime / PR #10837 Enable the `from_over_into` Clippy lint


view this post on Zulip Wasmtime GitHub notifications bot (May 27 2025 at 14:56):

alexcrichton opened PR #10837 from alexcrichton:from_over_into to bytecodealliance:main:

This requires implementing From<T> for U instead of Into<U> for T. While both trait impls are valid the From one is more useful because it implies Into and additionally gives you From. This additionally then migrates the existing codebase to using the new style of impls.

<!--
Please make sure you include the following information:

Our development process is documented in the Wasmtime book:
https://docs.wasmtime.dev/contributing-development-process.html

Please ensure all communication follows the code of conduct:
https://github.com/bytecodealliance/wasmtime/blob/main/CODE_OF_CONDUCT.md
-->

view this post on Zulip Wasmtime GitHub notifications bot (May 27 2025 at 14:56):

alexcrichton requested wasmtime-fuzz-reviewers for a review on PR #10837.

view this post on Zulip Wasmtime GitHub notifications bot (May 27 2025 at 14:56):

alexcrichton requested cfallin for a review on PR #10837.

view this post on Zulip Wasmtime GitHub notifications bot (May 27 2025 at 14:56):

alexcrichton requested wasmtime-compiler-reviewers for a review on PR #10837.

view this post on Zulip Wasmtime GitHub notifications bot (May 27 2025 at 14:56):

alexcrichton requested dicej for a review on PR #10837.

view this post on Zulip Wasmtime GitHub notifications bot (May 27 2025 at 14:56):

alexcrichton requested wasmtime-core-reviewers for a review on PR #10837.

view this post on Zulip Wasmtime GitHub notifications bot (May 27 2025 at 14:56):

alexcrichton requested wasmtime-default-reviewers for a review on PR #10837.

view this post on Zulip Wasmtime GitHub notifications bot (May 27 2025 at 15:02):

dicej submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (May 27 2025 at 15:05):

alexcrichton has enabled auto merge for PR #10837.

view this post on Zulip Wasmtime GitHub notifications bot (May 27 2025 at 15:36):

alexcrichton merged PR #10837.


Last updated: Dec 06 2025 at 06:05 UTC