Stream: git-wasmtime

Topic: wasmtime / PR #7335 Use wasi-http::Error in the wasi-http...


view this post on Zulip Wasmtime GitHub notifications bot (Oct 23 2023 at 16:30):

rylev opened PR #7335 from rylev:wasmtime-wasi-error to bytecodealliance:main:

Currently any error in WasiHttpView::send_request will result in a trap instead of an error being returned back from the call to outgoing_handler::handle. This moves a large amount of the Result types in the implementation from anyhow::Error to types::Error. HostFutureIncomingResponse now contains a anyhow::Result<Result<IncomingResponseInternal, types::Error>> to keep track of both trappable errors and errors that will be returned to the caller.

view this post on Zulip Wasmtime GitHub notifications bot (Oct 23 2023 at 16:30):

rylev requested wasmtime-core-reviewers for a review on PR #7335.

view this post on Zulip Wasmtime GitHub notifications bot (Oct 23 2023 at 16:30):

rylev requested pchickey for a review on PR #7335.

view this post on Zulip Wasmtime GitHub notifications bot (Oct 23 2023 at 16:35):

pchickey submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Oct 23 2023 at 16:35):

pchickey has enabled auto merge for PR #7335.

view this post on Zulip Wasmtime GitHub notifications bot (Oct 24 2023 at 18:45):

pchickey has disabled auto merge for PR #7335.

view this post on Zulip Wasmtime GitHub notifications bot (Oct 24 2023 at 18:45):

rylev updated PR #7335.

view this post on Zulip Wasmtime GitHub notifications bot (Oct 24 2023 at 20:23):

rylev requested pchickey for a review on PR #7335.

view this post on Zulip Wasmtime GitHub notifications bot (Oct 27 2023 at 18:35):

pchickey submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Oct 27 2023 at 18:36):

pchickey updated PR #7335.

view this post on Zulip Wasmtime GitHub notifications bot (Oct 27 2023 at 18:36):

pchickey has enabled auto merge for PR #7335.

view this post on Zulip Wasmtime GitHub notifications bot (Oct 31 2023 at 19:09):

rylev updated PR #7335.

view this post on Zulip Wasmtime GitHub notifications bot (Oct 31 2023 at 19:43):

rylev requested pchickey for a review on PR #7335.

view this post on Zulip Wasmtime GitHub notifications bot (Oct 31 2023 at 21:14):

pchickey submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Nov 01 2023 at 01:09):

pchickey updated PR #7335.

view this post on Zulip Wasmtime GitHub notifications bot (Nov 01 2023 at 01:09):

pchickey has enabled auto merge for PR #7335.

view this post on Zulip Wasmtime GitHub notifications bot (Nov 01 2023 at 03:15):

pchickey merged PR #7335.


Last updated: Oct 23 2024 at 20:03 UTC