From 707e3dbf06b5067e74be2da9e1560cbfbdea9512 Mon Sep 17 00:00:00 2001 From: John Kerl Date: Wed, 15 Jul 2026 11:20:14 -0400 Subject: [PATCH] Update exit.md with issue reference Added a reference to issue 2200 for context on exit paths. --- plans/exit.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plans/exit.md b/plans/exit.md index 54094a4e7..296d71638 100644 --- a/plans/exit.md +++ b/plans/exit.md @@ -9,6 +9,8 @@ The north star: `os.Exit` should happen only in `main` or its immediate callee be eliminated — genuine internal-coding-error assertions can stay — but user-facing error and exit paths should propagate. +See also [issue 2200](https://github.com/johnkerl/miller/issues/2200). + Motivation: - **General hygiene** — exits deep in library code make the packages unusable as a