SingleAccretion opened PR #9901 from SingleAccretion:No-Fmt
to bytecodealliance:main
:
The tool stack overflows in default configurations (Windows/CI).
Example from a recent CI run: https://github.com/bytecodealliance/wasmtime/actions/runs/12472519540/job/34811457587?pr=9897.
Closes #9899.
SingleAccretion edited PR #9901:
The tool stack overflows in default configurations (Windows/CI).
Example from a recent CI run: https://github.com/bytecodealliance/wasmtime/actions/runs/12472519540/job/34811457587?pr=9897:
warning: cranelift-codegen@0.116.0: Failed to run `rustfmt` on ISLE-generated code: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" }
Closes #9899.
SingleAccretion edited PR #9901:
The tool stack overflows in default configurations (Windows on my machine (tm)/CI).
Example from a recent CI run: https://github.com/bytecodealliance/wasmtime/actions/runs/12472519540/job/34811457587?pr=9897:
warning: cranelift-codegen@0.116.0: Failed to run `rustfmt` on ISLE-generated code: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" }
Closes #9899.
SingleAccretion edited PR #9901:
The tool stack overflows in default configurations (Windows on my machine (tm) / CI).
Example from a recent CI run: https://github.com/bytecodealliance/wasmtime/actions/runs/12472519540/job/34811457587?pr=9897:
warning: cranelift-codegen@0.116.0: Failed to run `rustfmt` on ISLE-generated code: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" }
Closes #9899.
SingleAccretion has marked PR #9901 as ready for review.
SingleAccretion requested cfallin for a review on PR #9901.
SingleAccretion requested wasmtime-compiler-reviewers for a review on PR #9901.
cfallin submitted PR review:
Thanks!
Since the discussion on the bug I think I've realized why we had this to begin with: we were originally checking in the generated code to git (and updating when ISLE source changed), so this was likely load-bearing for passing CI formatting checks. Fortunately we don't do that anymore (ISLE-generated Rust is purely a build artifact) so we probably don't have any more reasons we'd want this back. Of course we can always revert if that changes.
cfallin merged PR #9901.
Last updated: Jan 24 2025 at 00:11 UTC