fix: Capture nested tactic failure #135

Merged
aniva merged 6 commits from bug/nested-tactic-failure into dev 2024-12-07 18:51:26 -08:00
Owner
  • fix: Capture nested tactic failure. e.g. If the simp in exact ⟨0, by simp⟩ fails, the whole tactic should fail.
  • fix: Export GoalState.tryTactic
  • refactor: Remove all fileNames in favour of getFileName
  • chore: Cleanup some test infrastructure
- fix: Capture nested tactic failure. e.g. If the `simp` in `exact ⟨0, by simp⟩` fails, the whole tactic should fail. - fix: Export `GoalState.tryTactic` - refactor: Remove all `fileName`s in favour of `getFileName` - chore: Cleanup some test infrastructure
aniva added this to the v0.2.22 milestone 2024-12-05 21:42:41 -08:00
aniva self-assigned this 2024-12-05 21:42:41 -08:00
Author
Owner

Should be good to go. Pending feedback from original author.

Should be good to go. Pending feedback from original author.
aniva deleted branch bug/nested-tactic-failure 2024-12-07 18:51:27 -08:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: aniva/Pantograph#135
No description provided.