AtlatestRepositorylantern
1
;; Development redirects — point dependencies at local sibling checkouts during2
;; iteration. Pass `--redirects ./dev-redirects.sgl` to sigil commands.3
;;4
;; lantern-system pins `sigil-system ^0.1` from git, so it resolves the RELEASED5
;; tag. This redirect is what lets the two be developed together: fs.home and6
;; fs-sort-entries live in an unreleased sigil-system, and without it lantern-system7
;; cannot see them (the build fails on an unbound fs-home rather than on anything8
;; meaningful).9
;;10
;; Not a substitute for the release: once sigil-system 0.1.1 is tagged and pushed,11
;; lantern-system relocks onto it and this stops mattering for a normal build.12
(redirects13
repos: (list14
(for-repo15
url: "codeberg:sigil/sigil-system"16
use: (from-path dir: "../sigil-system"))))