The option on GoalTacticResult.goals?
is redundant #24
Labels
No Label
category
bug
category
doc
category
feature
category
optimization
category
organization
part/Elab
part/Environment
part/FFI
part/Frontend
part/Goal
part/REPL
part/Serial
priority
high
priority
irrelevant
priority
low
priority
medium
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: aniva/Pantograph#24
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
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?
It always gets filled:
I don't think this is a problem. We can repurpose this so that
.none
means all goals are solved and there are no couplings, while.some []
means all goals are solved but some couplings exist. However this requires non trivial state tracking machinery which should probably be implemented in the client.