Stream: git-wasmtime

Topic: wasmtime / PR #9307 Update to cap-std 3.3.0.


view this post on Zulip Wasmtime GitHub notifications bot (Sep 24 2024 at 22:53):

sunfishcode opened PR #9307 from sunfishcode:sunfishcode/update-cap-std to bytecodealliance:main:

cap-std 3.3.0 contains bytecodealliance/cap-std#366, which fixes #9272, which is about the handling of .. in symlink destinations.

<!--
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 (Sep 24 2024 at 22:53):

sunfishcode requested elliottt for a review on PR #9307.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 24 2024 at 22:53):

sunfishcode requested wasmtime-default-reviewers for a review on PR #9307.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 24 2024 at 22:55):

elliottt submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 24 2024 at 23:11):

sunfishcode commented on PR #9307:

This PR doesn't involve pulley-interpreter at all, however cargo-vet in CI appears to be failing with:

~~~

view this post on Zulip Wasmtime GitHub notifications bot (Sep 24 2024 at 23:11):

sunfishcode edited a comment on PR #9307:

This PR doesn't involve pulley-interpreter at all, however cargo-vet in CI appears to be failing with:

Vetting Failed!

1 unvetted dependencies:
  pulley-interpreter:0.2.1 missing ["safe-to-deploy"]

recommended audits for safe-to-deploy:
    Command                                        Publisher         Used By                               Audit Size
    cargo vet diff pulley-interpreter 0.1.0 0.1.1  wasmtime-publish  wasmtime, wasmtime-cli, and 3 others  2 files changed, 3 insertions(+), 3 deletions(-)
      NOTE: this project trusts wasmtime-publish - consider cargo vet trust pulley-interpreter wasmtime-publish

view this post on Zulip Wasmtime GitHub notifications bot (Sep 25 2024 at 00:41):

alexcrichton updated PR #9307.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 25 2024 at 00:42):

alexcrichton commented on PR #9307:

There's something I think none of us understand about cargo-vet and how it relates to (a) adding new crates in the workspace and (b) causing vets to fail after the crate was actually published. The weird part is we've even landed PRs today after the publication of Wasmtime 25, so I'm not sure why this PR ended up being the victim...

view this post on Zulip Wasmtime GitHub notifications bot (Sep 25 2024 at 00:42):

alexcrichton has enabled auto merge for PR #9307.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 25 2024 at 01:06):

alexcrichton merged PR #9307.


Last updated: Nov 22 2024 at 17:03 UTC