Asyncify cron#40
Conversation
Signed-off-by: itowlson <ivan.towlson@fermyon.com>
|
@dicej Vaughn and I are struggling with the Python guest. The build is failing with "AssertionError: No world named (There may well be other problems too... I just haven't got past that first one yet...) |
|
Sorry, somehow I missed the GitHub notifications for this. Will take a look now. |
|
The Python issue is a bug in |
|
The |
|
I've published the |
Signed-off-by: itowlson <ivan.towlson@fermyon.com>
Signed-off-by: itowlson <ivan.towlson@fermyon.com>
Signed-off-by: itowlson <ivan.towlson@fermyon.com>
|
Updated to v4 final @fibonacci1729 |
| spin-factors = { git = "https://github.com/spinframework/spin", tag = "v3.6.3" } | ||
| spin-runtime-factors = { git = "https://github.com/spinframework/spin", tag = "v3.6.3" } | ||
| spin-trigger = { git = "https://github.com/spinframework/spin", tag = "v3.6.3" } | ||
| spin-factors = { git = "https://github.com/spinframework/spin", rev = "5f3aa19c50d1609592f7ea2f6362209a04da52ac" } |
There was a problem hiding this comment.
Should these be tag = "v4.0.0"?
There was a problem hiding this comment.
I guess that's the commit so it doesn't really matter.
There was a problem hiding this comment.
I suppose we could. We're pretty good about not changing tags.
Tested the Rust guest.
@vdice @dicej How should I update the Python guest (https://github.com/itowlson/spin-trigger-cron/tree/asyncify/guest-python)? I assume there is a new componentise-py and then... just async/await all the things, or more than that? Thanks!