]> quire.kejadlen.dev Git - quire.git/commit
Fix line extraction for names containing colons
authorAlpha Chen <alpha@kejadlen.dev>
Sun, 26 Apr 2026 00:40:20 +0000 (00:40 +0000)
committerAlpha Chen <alpha@kejadlen.dev>
Sun, 26 Apr 2026 00:43:57 +0000 (00:43 +0000)
commit332e45ecdab12761403d10ad98cfe647cbfcab2f
treec3a61b09f3b82a1823cd9fa94f3292e9f4d5dfaa
parentc8c97e89b6193064c8efd91bbadc906f19298cbb
Fix line extraction for names containing colons

extract_line_offset split on : from the left, so names like
HEAD:.quire/config.fnl broke the parser. Use regex-lite to match
the first :LINE:COLUMN: run instead, which is unambiguous.

Assisted-by: GLM-5.1 via pi
Cargo.lock
Cargo.toml
src/fennel.rs