repl: env var was dead code (hardcoded 2s), empty frame gave misleading error check-tangle: show full SBCL output on compile failure, not filtered verify-repl: blacklist now configurable via VERIFY_REPL_EXCLUDE env var; regex tightened to ';; +REPL-VERIFIED:' from ';;.REPL.VERIFIED:' (ambiguous) org-eval: 1-based indexing to match repl-block; errors on out-of-range; errors on <1
check-tangle
Tangle an .org file and compile the resulting .lisp with SBCL in one step.
== Usage
check-tangle org/file.org
Exit 0 if compilation succeeds, 1 if tangling or compilation fails.
== What it checks
- Reads the
:tangleheader from the org file to find the target .lisp path - Runs
tangleto generate the .lisp from the .org source - Runs
sbcl compile-fileon the result - Reports the first compile error if any
== Requires
Emacs (for tangling), SBCL (for compilation).