Commit269b7014Recorded18 Apr 2026Repositorysigil-lsp

sigil-lsp: import (sigil math) in server for quotient

Message

The elapsed-ms timer helper introduced in 66099fef uses quotient from (sigil math); without the import, every dispatched request and notification died with "unbound variable 'quotient'" inside the guard, which looked to the client like an initialize-time crash.

Changed
 src/sigil/lsp/server.sgl | 1 +
 1 file changed, 1 insertion(+)
Diff
src/sigil/lsp/server.sglmodified
@@ -13,6 +13,7 @@
13
(sigil error)
14
(sigil log)
15
(sigil time)
+16
(sigil math)
17
(sigil lsp protocol)
18
(sigil lsp documents)
19
(sigil lsp diagnostics)