Stream: git-wasmtime

Topic: wasmtime / PR #8877 serve: Fix logging prints to stdout/s...


view this post on Zulip Wasmtime GitHub notifications bot (Jun 26 2024 at 20:23):

alexcrichton opened PR #8877 from alexcrichton:fix-serve-print to bytecodealliance:main:

This commit fixes writes to stdout/stderr which don't end in a newline to not get split across lines with a prefix on each line. Instead internally a flag is used to track whether a prefix is required at the beginning of each chunk.

<!--
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 (Jun 26 2024 at 20:23):

alexcrichton requested pchickey for a review on PR #8877.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 26 2024 at 20:23):

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

view this post on Zulip Wasmtime GitHub notifications bot (Jun 27 2024 at 23:01):

pchickey submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 27 2024 at 23:15):

pchickey merged PR #8877.


Last updated: Oct 23 2024 at 20:03 UTC