Executing draft tactic in captured example causes panic #261

Closed
opened 2025-07-31 16:16:48 -07:00 by aniva · 1 comment
Owner

What?

PANIC at Lean.instantiateLCtxMVars Lean.MetavarContext:597:12: Invalid auxiliary declaration found in local context: _example does not have an associated full name.
backtrace:
/home/aniva/Projects/matp/PyPantograph/pantograph/pantograph-repl(lean_panic+0xf5) [0x5b190292f0e5]
/home/aniva/Projects/matp/PyPantograph/pantograph/pantograph-repl(lean_panic_fn+0x15) [0x5b190292f2c5]
/home/aniva/Projects/matp/PyPantograph/pantograph/pantograph-repl(l_Array_foldlMUnsafe_fold___at_Lean_Elab_Term_runTactic___spec__18+0x6f3) [0x5b18fe05ace3]
/home/aniva/Projects/matp/PyPantograph/pantograph/pantograph-repl(l_Lean_PersistentArray_foldlM___at_Lean_Elab_Term_runTactic___spec__6+0x8de) [0x5b18fe05c2be]
/home/aniva/Projects/matp/PyPantograph/pantograph/pantograph-repl(l_Lean_instantiateMVarDeclMVars___at_Lean_Elab_Term_runTactic___spec__2+0x53e) [0x5b18fe05d58e]
/home/aniva/Projects/matp/PyPantograph/pantograph/pantograph-repl(l_Lean_Elab_Term_runTactic___lambda__7+0x16e6) [0x5b18fe06aeb6]
/home/aniva/Projects/matp/PyPantograph/pantograph/pantograph-repl(lean_apply_7+0x499) [0x5b1902947789]
/home/aniva/Projects/matp/PyPantograph/pantograph/pantograph-repl(l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizeSyntheticMVar___lambda__3+0x91) [0x5b18fe050cb1]
/home/aniva/Projects/matp/PyPantograph/pantograph/pantograph-repl(lean_apply_7+0x7f2) [0x5b1902947ae2]
/home/aniva/Projects/matp/PyPantograph/pantograph/pantograph-repl(l_Lean_Elab_Term_withLevelNames___rarg+0x17b) [0x5b18fdef378b]
/home/aniva/Projects/matp/PyPantograph/pantograph/pantograph-repl(l_Lean_Elab_Term_withSavedContext___rarg+0x9b3) [0x5b18fdf7fbe3]
/home/aniva/Projects/matp/PyPantograph/pantograph/pantograph-repl(l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizeSyntheticMVar+0xd0b) [0x5b18fe04da4b]
/home/aniva/Projects/matp/PyPantograph/pantograph/pantograph-repl(l_List_filterAuxM___at___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizeSyntheticMVarsStep___spec__1+0x62b) [0x5b18fe04bc3b]
/home/aniva/Projects/matp/PyPantograph/pantograph/pantograph-repl(l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizeSyntheticMVarsStep+0x2c3) [0x5b18fe0498f3]
/home/aniva/Projects/matp/PyPantograph/pantograph/pantograph-repl(l_Lean_Elab_Term_synthesizeSyntheticMVars_loop+0x3098) [0x5b18fe044db8]
/home/aniva/Projects/matp/PyPantograph/pantograph/pantograph-repl(l_Lean_Elab_Term_synthesizeSyntheticMVars+0xd2) [0x5b18fe068582]
/home/aniva/Projects/matp/PyPantograph/pantograph/pantograph-repl(l_Lean_Elab_Tactic_runTermElab_go___rarg+0x23d) [0x5b18fd8e3b1d]
/home/aniva/Projects/matp/PyPantograph/pantograph/pantograph-repl(l_Lean_Elab_Tactic_runTermElab___rarg___lambda__2+0x80) [0x5b18fd8e8160]
/home/aniva/Projects/matp/PyPantograph/pantograph/pantograph-repl(lean_apply_9+0x6af) [0x5b190294a96f]
/home/aniva/Projects/matp/PyPantograph/pantograph/pantograph-repl(l_Lean_Elab_Term_withoutTacticIncrementality___at_Lean_Elab_Tactic_runTermElab___spec__2___rarg+0x1a72) [0x5b18fd8e5b72]
/home/aniva/Projects/matp/PyPantograph/pantograph/pantograph-repl(l_Lean_Elab_Tactic_elabTerm+0x7af) [0x5b18fd8e8d0f]
/home/aniva/Projects/matp/PyPantograph/pantograph/pantograph-repl(l_Lean_Elab_Tactic_elabTermEnsuringType+0xce) [0x5b18fd8e9c6e]
/home/aniva/Projects/matp/PyPantograph/pantograph/pantograph-repl(lean_apply_9+0x6af) [0x5b190294a96f]
/home/aniva/Projects/matp/PyPantograph/pantograph/pantograph-repl(l_Lean_Elab_Tactic_withCollectingNewGoalsFrom_go+0x1e5) [0x5b18fd8f30a5]
/home/aniva/Projects/matp/PyPantograph/pantograph/pantograph-repl(l_Lean_Elab_Tactic_withCollectingNewGoalsFrom+0xa0b) [0x5b18fd8f6adb]
/home/aniva/Projects/matp/PyPantograph/pantograph/pantograph-repl(l_Lean_Elab_Tactic_elabTermWithHoles+0x152) [0x5b18fd8f8122]
/home/aniva/Projects/matp/PyPantograph/pantograph/pantograph-repl(l_Pantograph_Tactic_evalDraft___lambda__1+0x46e) [0x5b18fb5c4b0e]
/home/aniva/Projects/matp/PyPantograph/pantograph/pantograph-repl(lean_apply_5+0xaeb) [0x5b1902943f3b]
/home/aniva/Projects/matp/PyPantograph/pantograph/pantograph-repl(l___private_Lean_Meta_Basic_0__Lean_Meta_withMVarContextImp___rarg+0x203) [0x5b18fc09aa43]
/home/aniva/Projects/matp/PyPantograph/pantograph/pantograph-repl(l_Lean_MVarId_withContext___at_Lean_Elab_Tactic_withMainContext___spec__1___rarg+0x56) [0x5b18fd8d5476]
/home/aniva/Projects/matp/PyPantograph/pantograph/pantograph-repl(l_Lean_Elab_Tactic_withMainContext___rarg+0x24d) [0x5b18fd8d58ad]
/home/aniva/Projects/matp/PyPantograph/pantograph/pantograph-repl(lean_apply_9+0x86e) [0x5b190294ab2e]
/home/aniva/Projects/matp/PyPantograph/pantograph/pantograph-repl(l_Pantograph_Site_runTacticM___at_Pantograph_GoalState_step_x27___spec__3___rarg+0x50f) [0x5b18fb6374df]
/home/aniva/Projects/matp/PyPantograph/pantograph/pantograph-repl(l_Pantograph_GoalState_step_x27___rarg+0x435) [0x5b18fb63a875]
/home/aniva/Projects/matp/PyPantograph/pantograph/pantograph-repl(l_Pantograph_GoalState_step+0x2b) [0x5b18fb63c3fb]
/home/aniva/Projects/matp/PyPantograph/pantograph/pantograph-repl(l_Pantograph_GoalState_step___boxed+0x5c) [0x5b18fb63c6dc]
/home/aniva/Projects/matp/PyPantograph/pantograph/pantograph-repl(lean_apply_7+0x499) [0x5b1902947789]
/home/aniva/Projects/matp/PyPantograph/pantograph/pantograph-repl(l_Pantograph_withCapturingError___lambda__2+0xc9) [0x5b18fb63cd79]
/home/aniva/Projects/matp/PyPantograph/pantograph/pantograph-repl(l_Pantograph_withCapturingError+0xe9) [0x5b18fb63e009]
/home/aniva/Projects/matp/PyPantograph/pantograph/pantograph-repl(l_Pantograph_GoalState_tryTacticM+0x121) [0x5b18fb63f181]
/home/aniva/Projects/matp/PyPantograph/pantograph/pantograph-repl(l_Pantograph_GoalState_tryDraft___lambda__1+0x107) [0x5b18fb760a77]
/home/aniva/Projects/matp/PyPantograph/pantograph/pantograph-repl(pantograph_goal_try_draft_m+0xfe) [0x5b18fb760bde]
/home/aniva/Projects/matp/PyPantograph/pantograph/pantograph-repl(l_Pantograph_Repl_goal__tactic___lambda__3+0x21) [0x5b18fb7715b1]
/home/aniva/Projects/matp/PyPantograph/pantograph/pantograph-repl(lean_apply_7+0x7f2) [0x5b1902947ae2]
/home/aniva/Projects/matp/PyPantograph/pantograph/pantograph-repl(l_Lean_Elab_Term_TermElabM_run___rarg+0x4f9) [0x5b18fdfe2b79]
/home/aniva/Projects/matp/PyPantograph/pantograph/pantograph-repl(l_Lean_Elab_Term_TermElabM_run_x27___rarg+0x17) [0x5b18fdfe36d7]
/home/aniva/Projects/matp/PyPantograph/pantograph/pantograph-repl(lean_apply_5+0x8cc) [0x5b1902943d1c]
/home/aniva/Projects/matp/PyPantograph/pantograph/pantograph-repl(l_Lean_Meta_MetaM_run_x27___rarg+0x8d) [0x5b18fc02423d]
/home/aniva/Projects/matp/PyPantograph/pantograph/pantograph-repl(lean_apply_3+0x9d2) [0x5b190293f812]
/home/aniva/Projects/matp/PyPantograph/pantograph/pantograph-repl(l_Pantograph_Repl_runCoreM___rarg___lambda__4+0xbc) [0x5b18fb769c3c]
/home/aniva/Projects/matp/PyPantograph/pantograph/pantograph-repl(l_Pantograph_Repl_runCoreM___rarg___lambda__5+0x719) [0x5b18fb76c509]
/home/aniva/Projects/matp/PyPantograph/pantograph/pantograph-repl(l_Pantograph_Repl_runCoreM___rarg___lambda__6+0x4f4) [0x5b18fb76e954]
/home/aniva/Projects/matp/PyPantograph/pantograph/pantograph-repl(l_Pantograph_Repl_runCoreM___rarg+0x22d) [0x5b18fb76ef1d]
/home/aniva/Projects/matp/PyPantograph/pantograph/pantograph-repl(l_Pantograph_Repl_goal__tactic___lambda__13+0x811) [0x5b18fb773481]
/home/aniva/Projects/matp/PyPantograph/pantograph/pantograph-repl(l_Pantograph_Repl_goal__tactic+0xda4) [0x5b18fb778a44]
/home/aniva/Projects/matp/PyPantograph/pantograph/pantograph-repl(lean_apply_3+0xb53) [0x5b190293f993]
/home/aniva/Projects/matp/PyPantograph/pantograph/pantograph-repl(l_IO_withStdout___at_Pantograph_Repl_execute___spec__30+0x6e) [0x5b18fb7a6e7e]
/home/aniva/Projects/matp/PyPantograph/pantograph/pantograph-repl(lean_apply_3+0x961) [0x5b190293f7a1]
/home/aniva/Projects/matp/PyPantograph/pantograph/pantograph-repl(l_IO_withStdin___at_Pantograph_Repl_execute___spec__31+0x6e) [0x5b18fb7a724e]
/home/aniva/Projects/matp/PyPantograph/pantograph/pantograph-repl(l_IO_FS_withIsolatedStreams___at_Pantograph_Repl_execute___spec__29+0x435) [0x5b18fb7a7db5]
/home/aniva/Projects/matp/PyPantograph/pantograph/pantograph-repl(l_Pantograph_Repl_execute+0x51f4) [0x5b18fb7c81e4]
/home/aniva/Projects/matp/PyPantograph/pantograph/pantograph-repl(l_Lean_Loop_forIn_loop___at_loop___spec__1___rarg___lambda__1+0x69) [0x5b18fb5a4f39]
/home/aniva/Projects/matp/PyPantograph/pantograph/pantograph-repl(l_Lean_Loop_forIn_loop___at_loop___spec__1___rarg+0x223) [0x5b18fb5a6163]
/home/aniva/Projects/matp/PyPantograph/pantograph/pantograph-repl(l_loop+0xa) [0x5b18fb5a705a]
/home/aniva/Projects/matp/PyPantograph/pantograph/pantograph-repl(l_main___lambda__1+0x481) [0x5b18fb5a8581]
/home/aniva/Projects/matp/PyPantograph/pantograph/pantograph-repl(+0x14ec2d9) [0x5b18fb5a92d9]
/usr/lib/libc.so.6(+0x276b5) [0x7abf489006b5]
/usr/lib/libc.so.6(__libc_start_main+0x89) [0x7abf48900769]
/home/aniva/Projects/matp/PyPantograph/pantograph/pantograph-repl(_start+0x2a) [0x5b18fb5a3aaa]

What? ``` PANIC at Lean.instantiateLCtxMVars Lean.MetavarContext:597:12: Invalid auxiliary declaration found in local context: _example does not have an associated full name. backtrace: /home/aniva/Projects/matp/PyPantograph/pantograph/pantograph-repl(lean_panic+0xf5) [0x5b190292f0e5] /home/aniva/Projects/matp/PyPantograph/pantograph/pantograph-repl(lean_panic_fn+0x15) [0x5b190292f2c5] /home/aniva/Projects/matp/PyPantograph/pantograph/pantograph-repl(l_Array_foldlMUnsafe_fold___at_Lean_Elab_Term_runTactic___spec__18+0x6f3) [0x5b18fe05ace3] /home/aniva/Projects/matp/PyPantograph/pantograph/pantograph-repl(l_Lean_PersistentArray_foldlM___at_Lean_Elab_Term_runTactic___spec__6+0x8de) [0x5b18fe05c2be] /home/aniva/Projects/matp/PyPantograph/pantograph/pantograph-repl(l_Lean_instantiateMVarDeclMVars___at_Lean_Elab_Term_runTactic___spec__2+0x53e) [0x5b18fe05d58e] /home/aniva/Projects/matp/PyPantograph/pantograph/pantograph-repl(l_Lean_Elab_Term_runTactic___lambda__7+0x16e6) [0x5b18fe06aeb6] /home/aniva/Projects/matp/PyPantograph/pantograph/pantograph-repl(lean_apply_7+0x499) [0x5b1902947789] /home/aniva/Projects/matp/PyPantograph/pantograph/pantograph-repl(l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizeSyntheticMVar___lambda__3+0x91) [0x5b18fe050cb1] /home/aniva/Projects/matp/PyPantograph/pantograph/pantograph-repl(lean_apply_7+0x7f2) [0x5b1902947ae2] /home/aniva/Projects/matp/PyPantograph/pantograph/pantograph-repl(l_Lean_Elab_Term_withLevelNames___rarg+0x17b) [0x5b18fdef378b] /home/aniva/Projects/matp/PyPantograph/pantograph/pantograph-repl(l_Lean_Elab_Term_withSavedContext___rarg+0x9b3) [0x5b18fdf7fbe3] /home/aniva/Projects/matp/PyPantograph/pantograph/pantograph-repl(l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizeSyntheticMVar+0xd0b) [0x5b18fe04da4b] /home/aniva/Projects/matp/PyPantograph/pantograph/pantograph-repl(l_List_filterAuxM___at___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizeSyntheticMVarsStep___spec__1+0x62b) [0x5b18fe04bc3b] /home/aniva/Projects/matp/PyPantograph/pantograph/pantograph-repl(l___private_Lean_Elab_SyntheticMVars_0__Lean_Elab_Term_synthesizeSyntheticMVarsStep+0x2c3) [0x5b18fe0498f3] /home/aniva/Projects/matp/PyPantograph/pantograph/pantograph-repl(l_Lean_Elab_Term_synthesizeSyntheticMVars_loop+0x3098) [0x5b18fe044db8] /home/aniva/Projects/matp/PyPantograph/pantograph/pantograph-repl(l_Lean_Elab_Term_synthesizeSyntheticMVars+0xd2) [0x5b18fe068582] /home/aniva/Projects/matp/PyPantograph/pantograph/pantograph-repl(l_Lean_Elab_Tactic_runTermElab_go___rarg+0x23d) [0x5b18fd8e3b1d] /home/aniva/Projects/matp/PyPantograph/pantograph/pantograph-repl(l_Lean_Elab_Tactic_runTermElab___rarg___lambda__2+0x80) [0x5b18fd8e8160] /home/aniva/Projects/matp/PyPantograph/pantograph/pantograph-repl(lean_apply_9+0x6af) [0x5b190294a96f] /home/aniva/Projects/matp/PyPantograph/pantograph/pantograph-repl(l_Lean_Elab_Term_withoutTacticIncrementality___at_Lean_Elab_Tactic_runTermElab___spec__2___rarg+0x1a72) [0x5b18fd8e5b72] /home/aniva/Projects/matp/PyPantograph/pantograph/pantograph-repl(l_Lean_Elab_Tactic_elabTerm+0x7af) [0x5b18fd8e8d0f] /home/aniva/Projects/matp/PyPantograph/pantograph/pantograph-repl(l_Lean_Elab_Tactic_elabTermEnsuringType+0xce) [0x5b18fd8e9c6e] /home/aniva/Projects/matp/PyPantograph/pantograph/pantograph-repl(lean_apply_9+0x6af) [0x5b190294a96f] /home/aniva/Projects/matp/PyPantograph/pantograph/pantograph-repl(l_Lean_Elab_Tactic_withCollectingNewGoalsFrom_go+0x1e5) [0x5b18fd8f30a5] /home/aniva/Projects/matp/PyPantograph/pantograph/pantograph-repl(l_Lean_Elab_Tactic_withCollectingNewGoalsFrom+0xa0b) [0x5b18fd8f6adb] /home/aniva/Projects/matp/PyPantograph/pantograph/pantograph-repl(l_Lean_Elab_Tactic_elabTermWithHoles+0x152) [0x5b18fd8f8122] /home/aniva/Projects/matp/PyPantograph/pantograph/pantograph-repl(l_Pantograph_Tactic_evalDraft___lambda__1+0x46e) [0x5b18fb5c4b0e] /home/aniva/Projects/matp/PyPantograph/pantograph/pantograph-repl(lean_apply_5+0xaeb) [0x5b1902943f3b] /home/aniva/Projects/matp/PyPantograph/pantograph/pantograph-repl(l___private_Lean_Meta_Basic_0__Lean_Meta_withMVarContextImp___rarg+0x203) [0x5b18fc09aa43] /home/aniva/Projects/matp/PyPantograph/pantograph/pantograph-repl(l_Lean_MVarId_withContext___at_Lean_Elab_Tactic_withMainContext___spec__1___rarg+0x56) [0x5b18fd8d5476] /home/aniva/Projects/matp/PyPantograph/pantograph/pantograph-repl(l_Lean_Elab_Tactic_withMainContext___rarg+0x24d) [0x5b18fd8d58ad] /home/aniva/Projects/matp/PyPantograph/pantograph/pantograph-repl(lean_apply_9+0x86e) [0x5b190294ab2e] /home/aniva/Projects/matp/PyPantograph/pantograph/pantograph-repl(l_Pantograph_Site_runTacticM___at_Pantograph_GoalState_step_x27___spec__3___rarg+0x50f) [0x5b18fb6374df] /home/aniva/Projects/matp/PyPantograph/pantograph/pantograph-repl(l_Pantograph_GoalState_step_x27___rarg+0x435) [0x5b18fb63a875] /home/aniva/Projects/matp/PyPantograph/pantograph/pantograph-repl(l_Pantograph_GoalState_step+0x2b) [0x5b18fb63c3fb] /home/aniva/Projects/matp/PyPantograph/pantograph/pantograph-repl(l_Pantograph_GoalState_step___boxed+0x5c) [0x5b18fb63c6dc] /home/aniva/Projects/matp/PyPantograph/pantograph/pantograph-repl(lean_apply_7+0x499) [0x5b1902947789] /home/aniva/Projects/matp/PyPantograph/pantograph/pantograph-repl(l_Pantograph_withCapturingError___lambda__2+0xc9) [0x5b18fb63cd79] /home/aniva/Projects/matp/PyPantograph/pantograph/pantograph-repl(l_Pantograph_withCapturingError+0xe9) [0x5b18fb63e009] /home/aniva/Projects/matp/PyPantograph/pantograph/pantograph-repl(l_Pantograph_GoalState_tryTacticM+0x121) [0x5b18fb63f181] /home/aniva/Projects/matp/PyPantograph/pantograph/pantograph-repl(l_Pantograph_GoalState_tryDraft___lambda__1+0x107) [0x5b18fb760a77] /home/aniva/Projects/matp/PyPantograph/pantograph/pantograph-repl(pantograph_goal_try_draft_m+0xfe) [0x5b18fb760bde] /home/aniva/Projects/matp/PyPantograph/pantograph/pantograph-repl(l_Pantograph_Repl_goal__tactic___lambda__3+0x21) [0x5b18fb7715b1] /home/aniva/Projects/matp/PyPantograph/pantograph/pantograph-repl(lean_apply_7+0x7f2) [0x5b1902947ae2] /home/aniva/Projects/matp/PyPantograph/pantograph/pantograph-repl(l_Lean_Elab_Term_TermElabM_run___rarg+0x4f9) [0x5b18fdfe2b79] /home/aniva/Projects/matp/PyPantograph/pantograph/pantograph-repl(l_Lean_Elab_Term_TermElabM_run_x27___rarg+0x17) [0x5b18fdfe36d7] /home/aniva/Projects/matp/PyPantograph/pantograph/pantograph-repl(lean_apply_5+0x8cc) [0x5b1902943d1c] /home/aniva/Projects/matp/PyPantograph/pantograph/pantograph-repl(l_Lean_Meta_MetaM_run_x27___rarg+0x8d) [0x5b18fc02423d] /home/aniva/Projects/matp/PyPantograph/pantograph/pantograph-repl(lean_apply_3+0x9d2) [0x5b190293f812] /home/aniva/Projects/matp/PyPantograph/pantograph/pantograph-repl(l_Pantograph_Repl_runCoreM___rarg___lambda__4+0xbc) [0x5b18fb769c3c] /home/aniva/Projects/matp/PyPantograph/pantograph/pantograph-repl(l_Pantograph_Repl_runCoreM___rarg___lambda__5+0x719) [0x5b18fb76c509] /home/aniva/Projects/matp/PyPantograph/pantograph/pantograph-repl(l_Pantograph_Repl_runCoreM___rarg___lambda__6+0x4f4) [0x5b18fb76e954] /home/aniva/Projects/matp/PyPantograph/pantograph/pantograph-repl(l_Pantograph_Repl_runCoreM___rarg+0x22d) [0x5b18fb76ef1d] /home/aniva/Projects/matp/PyPantograph/pantograph/pantograph-repl(l_Pantograph_Repl_goal__tactic___lambda__13+0x811) [0x5b18fb773481] /home/aniva/Projects/matp/PyPantograph/pantograph/pantograph-repl(l_Pantograph_Repl_goal__tactic+0xda4) [0x5b18fb778a44] /home/aniva/Projects/matp/PyPantograph/pantograph/pantograph-repl(lean_apply_3+0xb53) [0x5b190293f993] /home/aniva/Projects/matp/PyPantograph/pantograph/pantograph-repl(l_IO_withStdout___at_Pantograph_Repl_execute___spec__30+0x6e) [0x5b18fb7a6e7e] /home/aniva/Projects/matp/PyPantograph/pantograph/pantograph-repl(lean_apply_3+0x961) [0x5b190293f7a1] /home/aniva/Projects/matp/PyPantograph/pantograph/pantograph-repl(l_IO_withStdin___at_Pantograph_Repl_execute___spec__31+0x6e) [0x5b18fb7a724e] /home/aniva/Projects/matp/PyPantograph/pantograph/pantograph-repl(l_IO_FS_withIsolatedStreams___at_Pantograph_Repl_execute___spec__29+0x435) [0x5b18fb7a7db5] /home/aniva/Projects/matp/PyPantograph/pantograph/pantograph-repl(l_Pantograph_Repl_execute+0x51f4) [0x5b18fb7c81e4] /home/aniva/Projects/matp/PyPantograph/pantograph/pantograph-repl(l_Lean_Loop_forIn_loop___at_loop___spec__1___rarg___lambda__1+0x69) [0x5b18fb5a4f39] /home/aniva/Projects/matp/PyPantograph/pantograph/pantograph-repl(l_Lean_Loop_forIn_loop___at_loop___spec__1___rarg+0x223) [0x5b18fb5a6163] /home/aniva/Projects/matp/PyPantograph/pantograph/pantograph-repl(l_loop+0xa) [0x5b18fb5a705a] /home/aniva/Projects/matp/PyPantograph/pantograph/pantograph-repl(l_main___lambda__1+0x481) [0x5b18fb5a8581] /home/aniva/Projects/matp/PyPantograph/pantograph/pantograph-repl(+0x14ec2d9) [0x5b18fb5a92d9] /usr/lib/libc.so.6(+0x276b5) [0x7abf489006b5] /usr/lib/libc.so.6(__libc_start_main+0x89) [0x7abf48900769] /home/aniva/Projects/matp/PyPantograph/pantograph/pantograph-repl(_start+0x2a) [0x5b18fb5a3aaa] ```
aniva added this to the v0.3.6 milestone 2025-07-31 16:16:48 -07:00
aniva self-assigned this 2025-07-31 16:16:48 -07:00
aniva changed title from Executing draft tactic in example causes panic to Executing draft tactic in captured example causes panic 2025-08-04 10:30:05 -07:00
Author
Owner

The solution is to not use sorrys in examples for now.

The solution is to not use `sorry`s in `example`s for now.
aniva closed this issue 2025-08-04 12:47:42 -07:00
Sign in to join this conversation.
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#261
No description provided.