Commit9a0f07b1Recorded17 Apr 2026Repositorysigil-json
sigil-lsp: add --log-file, --log-level, --log-format CLI options
Message
Declares them as options on lsp-cmd so the args parser accepts them (previously crashed with "Unknown option"). Values flow into (sigil log) via log-configure!, letting editors direct LSP logs to a file for inspection.
Changed
src/sigil/.#json.sgl | 1 +
src/sigil/json.sgl | 1 -
2 files changed, 1 insertion(+), 1 deletion(-)Diff
src/sigil/.#json.sgladded
src/sigil/json.sglmodified
@@ -71,7 +71,6 @@
71
72
(define-library (sigil json) 73
(import (sigil string)−74
(sigil io) 74
(sigil math)) 75
(export 76
;; Port-based I/O (primitives)