Commitccc8292cRecorded4 May 2026Repositoryminder
Redirect sigil-lang URL to local monorepo post-reintegration
Message
After sigil 0.15 reintegration, sigil-lib + sigil-stdlib live in codeberg:sigil/sigil and the deps-resolver detects URL drift on codeberg:sigil/sigil-lang lookups. Add the redirect so dev builds resolve to the monorepo packages directly.
Note: sigil deps install is currently blocked by the type-error: =: expected number bug (folio inbox t-2156 / t-8ba5); .sigil/deps symlinks were retargeted manually for today's rebuild. Once t-2156 is fixed, a clean sigil deps install will regenerate the lockfile and symlinks against this redirect.
Changed
dev-redirects.sgl | 3 +++
1 file changed, 3 insertions(+)Diff
dev-redirects.sglmodified
@@ -4,6 +4,9 @@
4
(for-repo 5
url: "codeberg:sigil/sigil" 6
use: (from-path dir: "../sigil"))+7
(for-repo+8
url: "codeberg:sigil/sigil-lang"+9
use: (from-path dir: "../sigil")) 10
(for-repo 11
url: "codeberg:sigil/sigil-later" 12
use: (from-path dir: "../sigil-later"))