alexcrichton opened PR #7159 from alexcrichton:wit-semicolons
to bytecodealliance:main
:
To prepare this commit I've run
WIT_REQUIRE_SEMICOLONS=1 ./ci/run-tests.sh
locally which configureswit-parser
to generate an error for missing semicolons in WIT files. This led me to add quite a few semicolons in quite a few places in what is going to be the first of a few batches of semicolons.CI checks for this cannot be added just yet because the wasi-nn spec is a submodule which needs to be updated with semicolons before this repository can require semicolons. Nevertheless that doesn't stop us from using semicolons in the meantime (yay gradual rollout of changes!) so I figure this would be good to get in sooner rather than later.
<!--
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
-->
alexcrichton requested wasmtime-core-reviewers for a review on PR #7159.
alexcrichton requested fitzgen for a review on PR #7159.
fitzgen submitted PR review.
alexcrichton updated PR #7159.
alexcrichton has enabled auto merge for PR #7159.
alexcrichton updated PR #7159.
alexcrichton has enabled auto merge for PR #7159.
alexcrichton merged PR #7159.
Last updated: Nov 22 2024 at 17:03 UTC