From a437b9c0dfcda899004a85f8627c5278f0ea1353 Mon Sep 17 00:00:00 2001 From: Amr Gharbeia Date: Mon, 4 May 2026 18:34:51 -0400 Subject: [PATCH] roadmap: mark P4 style-warning fix as DONE --- docs/ROADMAP.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/ROADMAP.org b/docs/ROADMAP.org index 7278f30..5735cb9 100644 --- a/docs/ROADMAP.org +++ b/docs/ROADMAP.org @@ -339,7 +339,8 @@ for targeted retrieval of specific function docs or test blocks by heading name. ***** DONE P3: Variable name drift normalization (out of scope for now) :backfill: CLOSED: [2026-05-03 Sun 11:50] -***** TODO P4: Eliminate STYLE-WARNINGs from setup output :cosmetic: +***** DONE P4: Eliminate STYLE-WARNINGs from setup output :cosmetic: +CLOSED: [2026-05-04 Mon] SBCL emits ~25 STYLE-WARNINGs at boot due to forward references (function called before its =defun= appears in the file). Actual bugs (C/T, handler-case, bare =return=) are already fixed. Remaining warnings fall into two categories: