Stream: git-wasmtime

Topic: wasmtime / Issue #2844 Add testing back for the old backe...


view this post on Zulip Wasmtime GitHub notifications bot (Apr 16 2021 at 15:59):

bnjbvr opened Issue #2844:

Thanks to a collaborative debugging session with @alexcrichton, we've identified what the issue was with my test case failing on Windows: it was a combination of using the old-backend (before the type-confusion bug had been fixed) and Windows, following #2806 that broke unwind information generation on windows old-backend (I'll send a PR for this).

So the real question is, should we re-add the CI on Windows for support of the old-backend?

view this post on Zulip Wasmtime GitHub notifications bot (Apr 16 2021 at 15:59):

bnjbvr labeled Issue #2844:

Thanks to a collaborative debugging session with @alexcrichton, we've identified what the issue was with my test case failing on Windows: it was a combination of using the old-backend (before the type-confusion bug had been fixed) and Windows, following #2806 that broke unwind information generation on windows old-backend (I'll send a PR for this).

So the real question is, should we re-add the CI on Windows for support of the old-backend?

view this post on Zulip Wasmtime GitHub notifications bot (Apr 16 2021 at 15:59):

bnjbvr labeled Issue #2844:

Thanks to a collaborative debugging session with @alexcrichton, we've identified what the issue was with my test case failing on Windows: it was a combination of using the old-backend (before the type-confusion bug had been fixed) and Windows, following #2806 that broke unwind information generation on windows old-backend (I'll send a PR for this).

So the real question is, should we re-add the CI on Windows for support of the old-backend?

view this post on Zulip Wasmtime GitHub notifications bot (Apr 16 2021 at 16:42):

cfallin commented on Issue #2844:

@bnjbvr thanks for bringing this up, and I think it would be a good idea to do so!

The plan, FWIW, is definitely to take it slow with the removal of the old backend: I will (at some point, after at least one more release) write up an RFC to propose removing it, and we'll want to seek out any folks who are still depending on it (and possibly hold off until we can e.g. make sure the migration path to the new backend works for everyone). For now, the old backend is definitely still supported, even if it is not evolving further.


Last updated: Oct 23 2024 at 20:03 UTC