Stream: git-wasmtime

Topic: wasmtime / PR #10266 ci: use semicolons for path separati...


view this post on Zulip Wasmtime GitHub notifications bot (Feb 21 2025 at 00:13):

abrown opened PR #10266 from abrown:assembler-path-separator to bytecodealliance:main:

The new assembler uses : to separate a list of paths containing generated code. We received a report that on Windows this could lead to build issues; this change uses ; for Windows instead.

prtest:full

<!--
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 21 2025 at 00:13):

abrown requested wasmtime-compiler-reviewers for a review on PR #10266.

view this post on Zulip Wasmtime GitHub notifications bot (Feb 21 2025 at 00:13):

abrown requested cfallin for a review on PR #10266.

view this post on Zulip Wasmtime GitHub notifications bot (Feb 21 2025 at 00:16):

abrown commented on PR #10266:

It's still pretty unclear to me how this could have got past our Windows CI...

view this post on Zulip Wasmtime GitHub notifications bot (Feb 21 2025 at 00:22):

abrown commented on PR #10266:

Perhaps something like the following is "fixing up" the paths?

https://github.com/bytecodealliance/wasmtime/blob/692490b81176010a084a01797a2e2bece912c0a1/.github/workflows/main.yml#L29-L32

view this post on Zulip Wasmtime GitHub notifications bot (Feb 21 2025 at 00:31):

cfallin submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Feb 21 2025 at 00:33):

alexcrichton commented on PR #10266:

This may technically still be broken in cross compilation scenarios due to the os of the build script differing from the os of the target. To sidestep all encoding issues could the array be generated in a rust file in the build script which is included with a macro?

view this post on Zulip Wasmtime GitHub notifications bot (Feb 21 2025 at 00:33):

abrown has enabled auto merge for PR #10266.

view this post on Zulip Wasmtime GitHub notifications bot (Feb 21 2025 at 15:33):

alexcrichton closed without merge PR #10266.

view this post on Zulip Wasmtime GitHub notifications bot (Feb 21 2025 at 15:33):

alexcrichton commented on PR #10266:

Superseded by https://github.com/bytecodealliance/wasmtime/pull/10267


Last updated: Feb 28 2025 at 02:27 UTC