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 0.2.22 milestone 2024-12-05 21:42:41 -08:00
aniva added the
category
bug
priority
high
part/Goal
labels 2024-12-05 21:42:41 -08:00
aniva self-assigned this 2024-12-05 21:42:41 -08:00
aniva added 1 commit 2024-12-05 21:42:42 -08:00
aniva added 1 commit 2024-12-05 22:08:02 -08:00
aniva added 1 commit 2024-12-05 22:11:51 -08:00
aniva added 1 commit 2024-12-05 22:12:17 -08:00
aniva added 1 commit 2024-12-05 22:16:30 -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 added 1 commit 2024-12-06 00:08:52 -08:00
aniva merged commit d7457cd386 into dev 2024-12-07 18:51:26 -08:00
aniva deleted branch bug/nested-tactic-failure 2024-12-07 18:51:27 -08:00
Sign in to join this conversation.
No description provided.