pchickey edited PR #7394:
Fixes #7390
<!--
Please make sure you include the following information:
If this work has been discussed elsewhere, please include a link to that
conversation. If it was discussed in an issue, just mention "issue #...".Explain why this change is needed. If the details are in an issue already,
this can be brief.Our development process is documented in the Wasmtime book:
https://docs.wasmtime.dev/contributing-development-process.htmlPlease ensure all communication follows the code of conduct:
https://github.com/bytecodealliance/wasmtime/blob/main/CODE_OF_CONDUCT.md
-->
pchickey edited PR #7394:
In https://github.com/bytecodealliance/wasmtime/pull/7130, there was a regression introduced in FileOutputStream where the position cursor was not updated after each write. This affects all file writes except for when the file is opened for appending.
This PR also adds a test which performs a larger (64k) write to a file than any prior tests.
Fixes #7390
<!--
Please make sure you include the following information:
If this work has been discussed elsewhere, please include a link to that
conversation. If it was discussed in an issue, just mention "issue #...".Explain why this change is needed. If the details are in an issue already,
this can be brief.Our development process is documented in the Wasmtime book:
https://docs.wasmtime.dev/contributing-development-process.htmlPlease ensure all communication follows the code of conduct:
https://github.com/bytecodealliance/wasmtime/blob/main/CODE_OF_CONDUCT.md
-->
pchickey has marked PR #7394 as ready for review.
pchickey requested wasmtime-core-reviewers for a review on PR #7394.
pchickey requested fitzgen for a review on PR #7394.
pchickey requested alexcrichton for a review on PR #7394.
alexcrichton submitted PR review.
alexcrichton merged PR #7394.
ricochet assigned PR #7394 to pchickey.
Last updated: Nov 22 2024 at 17:03 UTC