AtlatestRepositorylantern

lantern / treedev-redirects.sgl

1;; Development redirects — point dependencies at local sibling checkouts during
2;; iteration. Pass `--redirects ./dev-redirects.sgl` to sigil commands.
3;;
4;; lantern-system pins `sigil-system ^0.1` from git, so it resolves the RELEASED
5;; tag. This redirect is what lets the two be developed together: fs.home and
6;; fs-sort-entries live in an unreleased sigil-system, and without it lantern-system
7;; cannot see them (the build fails on an unbound fs-home rather than on anything
8;; 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(redirects
13 repos: (list
14 (for-repo
15 url: "codeberg:sigil/sigil-system"
16 use: (from-path dir: "../sigil-system"))))