Skip to content

Conversation

@joonas
Copy link
Contributor

@joonas joonas commented Sep 13, 2024

While generating bindings I was greeted with a bunch of warnings about missing keys, so this adds theinstance key to the places where it was missing:

bindings/exports/wrpc/keyvalue/store/bindings.wrpc.go:639:123: slog.WarnContext arg "err" should be a string or a slog.Attr (possible missing key or value)
bindings/exports/wrpc/keyvalue/store/bindings.wrpc.go:648:109: slog.WarnContext arg "err" should be a string or a slog.Attr (possible missing key or value)
bindings/exports/wrpc/keyvalue/store/bindings.wrpc.go:655:128: slog.ErrorContext arg "err" should be a string or a slog.Attr (possible missing key or value)
bindings/exports/wrpc/keyvalue/store/bindings.wrpc.go:662:141: slog.WarnContext arg "err" should be a string or a slog.Attr (possible missing key or value)
...

Signed-off-by: Joonas Bergius <joonas@cosmonic.com>
@joonas joonas requested a review from rvolosatovs as a code owner September 13, 2024 21:35
@rvolosatovs
Copy link
Member

Thanks!

@rvolosatovs rvolosatovs added this pull request to the merge queue Sep 13, 2024
Merged via the queue into bytecodealliance:main with commit 67fc056 Sep 13, 2024
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