Documenting/designing interactions between web and rudus #48
Labels
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: twc/ludus#48
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Script lifecycle:
The comment above will be updated through the design process, and closed when we get to July 2025 feature completion.
@matt I am still tinkering with this. I introduced a new verb yesterday,
Error
, which, not surprisingly, is invoked when there's an error or a panic.I believe this is a transparent change to the UI: you'll still be looking to print the returns of
ludus.result()
to the console whenludus.is_running()
returnsfalse
.This is now complete, at least for this iteration of Ludus.
0ecaaaa258