Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(wit): Use versioned wasi:logging package #25

Merged

Conversation

thomastaylor312
Copy link
Contributor

Publishing a package that depends on unversioned wit isn't allowed and it requires monkey patching when doing locally anyway. What this does mean is that all go examples need to use the versioned logging interface once we release the new wash. I'll be adding support for that in the host so it really only affects people who currently have Go components.

This is probably the easiest path forward for things unfortunately.

@thomastaylor312 thomastaylor312 requested a review from a team as a code owner October 8, 2024 22:00
@lxfontes
Copy link
Member

lxfontes commented Oct 8, 2024

Can you please run wit-deps in all _examples/ directories?
This will keep CI happy until we make them wkg compatible.

Publishing a package that depends on unversioned wit isn't allowed and
it requires monkey patching when doing locally anyway. What this does
mean is that all go examples need to use the versioned logging interface
once we release the new wash. I'll be adding support for that in the host
so it really only affects people who currently have Go components.

This is probably the easiest path forward for things unfortunately.

Signed-off-by: Taylor Thomas <taylor@cosmonic.com>
We'll need to do a bit more cleanup (like removing the committed deps
folder) once wash releases

Signed-off-by: Taylor Thomas <taylor@cosmonic.com>
@lxfontes lxfontes merged commit 4f48568 into wasmCloud:main Oct 8, 2024
5 checks passed
@thomastaylor312 thomastaylor312 deleted the chore/use_versioned_logging branch October 8, 2024 23:25
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