Skip to content

Update wasm-tools/wit-bindgen dependencies - #3712

Merged
itowlson merged 1 commit into
spinframework:mainfrom
alexcrichton:update-wasm-tools-deps
Sep 9, 2026
Merged

Update wasm-tools/wit-bindgen dependencies#3712
itowlson merged 1 commit into
spinframework:mainfrom
alexcrichton:update-wasm-tools-deps

Conversation

@alexcrichton

Copy link
Copy Markdown
Contributor

Keepin up-to-date

@itowlson itowlson left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I trust you but there was one place where I didn't understand the change (left a comment).

namespace: itf.namespace().to_string(),
name: itf.package().to_string(),
version: itf.version(),
version: itf.version(None)?,

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What does the None do here?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This corresponds to this method which I've apparently forgotten to document, but this is the versionsuffix field in the binary format, where here it's not relevant so None means "there's no prefix" and has the same previous behavior.

@itowlson
itowlson enabled auto-merge September 9, 2026 04:10
@itowlson

itowlson commented Sep 9, 2026

Copy link
Copy Markdown
Collaborator

@alexcrichton Looks like the commits aren't GPG signed - could you oblige please? Sorry

Keepin up-to-date

Signed-off-by: Alex Crichton <alex@alexcrichton.com>
auto-merge was automatically disabled September 9, 2026 14:22

Head branch was pushed to by a user without write access

@alexcrichton
alexcrichton force-pushed the update-wasm-tools-deps branch from 6ba861c to 88d16fd Compare September 9, 2026 14:22
@alexcrichton

Copy link
Copy Markdown
Contributor Author

Oops, done now!

@alexcrichton

Copy link
Copy Markdown
Contributor Author

Is

thread 'integration_tests::redis_go_template_smoke_test' (53207) panicked at tests/testcases/mod.rs:241:5:
assertion failed: stderr.contains("hello from redis")

a known-flaky test? If not I can try to install redis and reproduce locally too

@itowlson

itowlson commented Sep 9, 2026

Copy link
Copy Markdown
Collaborator

It's a known flake. I've set it to re-run.

@itowlson
itowlson enabled auto-merge September 9, 2026 19:29
@itowlson
itowlson merged commit b870e46 into spinframework:main Sep 9, 2026
32 of 33 checks passed
@alexcrichton
alexcrichton deleted the update-wasm-tools-deps branch September 9, 2026 20:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants