Some checks failed
Multi-MDX Regression (IMP-91) / multi-mdx-regression (push) Failing after 21s
P7 Patch B used `comments[-1]` at line 1868 but `comments` is defined inside run_stage, not run_issue scope. The KEEP_OPEN guard runs after run_stage returns, where `comments` is no longer in scope, causing NameError crash after Stage 6 YES was already accepted and exit report generated. Fix: fetch comments fresh via get_comments(n) at the guard entry. exit_path file check (fallback) still works as designed. Refs: #84 (Stage 6 crash during normal close path)
104 KiB
104 KiB