Stream: git-wasmtime

Topic: wasmtime / PR #4956 Fix wasmtime-bench-api build


view this post on Zulip Wasmtime GitHub notifications bot (Sep 25 2022 at 07:22):

jameysharp requested abrown for a review on PR #4956.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 25 2022 at 07:22):

jameysharp opened PR #4956 from fix-bench-api to main:

This fixes a compile-time error introduced in #4207. The ? operator doesn't work inside Option::map because it tries to return from the inner closure, not the outer function.

Apparently our CI doesn't build wasmtime-bench-api so it didn't catch this issue.

<!--

Please ensure that the following steps are all taken care of before submitting
the PR.

Please ensure all communication adheres to the code of conduct.
-->

view this post on Zulip Wasmtime GitHub notifications bot (Sep 26 2022 at 03:39):

abrown submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 26 2022 at 03:39):

abrown merged PR #4956.


Last updated: Oct 23 2024 at 20:03 UTC