Stream: git-wasmtime

Topic: wasmtime / PR #12539 Do not do `result.context(format!("....


view this post on Zulip Wasmtime GitHub notifications bot (Feb 06 2026 at 20:24):

fitzgen opened PR #12539 from fitzgen:dont-context-format to bytecodealliance:main:

Use result.with_context(|| format!("..")) instead, to delay the formatting and string allocation until if/when we actually encounter an error.

<!--
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 (Feb 06 2026 at 20:24):

fitzgen requested wasmtime-core-reviewers for a review on PR #12539.

view this post on Zulip Wasmtime GitHub notifications bot (Feb 06 2026 at 20:24):

fitzgen requested dicej for a review on PR #12539.

view this post on Zulip Wasmtime GitHub notifications bot (Feb 06 2026 at 20:25):

fitzgen updated PR #12539.

view this post on Zulip Wasmtime GitHub notifications bot (Feb 06 2026 at 20:32):

alexcrichton submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Feb 06 2026 at 20:33):

fitzgen has enabled auto merge for PR #12539.

view this post on Zulip Wasmtime GitHub notifications bot (Feb 06 2026 at 20:40):

fitzgen added PR #12539 Do not do result.context(format!("..")) to the merge queue

view this post on Zulip Wasmtime GitHub notifications bot (Feb 06 2026 at 21:04):

fitzgen merged PR #12539.

view this post on Zulip Wasmtime GitHub notifications bot (Feb 06 2026 at 21:04):

fitzgen removed PR #12539 Do not do result.context(format!("..")) from the merge queue


Last updated: Feb 24 2026 at 04:36 UTC