Commit33827143Recorded17 Jul 2026Repositorylantern

deps: relock onto sigil-system 0.1.1 (unstrand fs.home)

Message

lantern-system's fs.home calls sigil-system's fs-home, but the lock still pinned sigil-system 0.1.0, which does not have it. So master built only with --redirects ./dev-redirects.sgl pointing at a local unreleased checkout; a clean build failed on an unbound fs-home. The feature was on master and invisible to anyone resolving the released tag.

sigil-system 0.1.1 is now tagged and pushed, so this relocks onto it and the redirect stops mattering for a normal build, exactly as dev-redirects.sgl describes. Verified by clean-building lantern-cli with the caches purged and no redirects: 55 modules, both bundles created.

The same update carries sigil 0.17.15 -> 0.17.16 under the existing ^0.17 caret range. Additive (wasm-dom primitives plus the weak vt register hook), and the native build uses neither.

Changed
 sigil.lock | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)
Diff
sigil.lockmodified
@@ -3,9 +3,9 @@
3
(package name: "sigil-stdlib"
4
url: "codeberg:sigil/sigil"
5
ref: "^0.17.14"
6
sha: "e819303eb291d118f5e3c8be84bb76b9db265fbe"
+6
sha: "8e694ed5cde7d6a9f1c935ee21ab8a3a9bb92f4f"
7
package-selector: "sigil-stdlib"
8
version: "0.17.15")
+8
version: "0.17.16")
9
(package name: "sigil-ffi"
10
url: "codeberg:sigil/sigil-ffi"
11
ref: "^0.16.3"
@@ -19,20 +19,20 @@
19
(package name: "sigil-test"
20
url: "codeberg:sigil/sigil"
21
ref: "^0.17"
22
sha: "e819303eb291d118f5e3c8be84bb76b9db265fbe"
+22
sha: "8e694ed5cde7d6a9f1c935ee21ab8a3a9bb92f4f"
23
package-selector: "sigil-test"
24
version: "0.17.15")
+24
version: "0.17.16")
25
(package name: "sigil-test-runner"
26
url: "codeberg:sigil/sigil"
27
ref: "^0.17"
28
sha: "e819303eb291d118f5e3c8be84bb76b9db265fbe"
+28
sha: "8e694ed5cde7d6a9f1c935ee21ab8a3a9bb92f4f"
29
package-selector: "sigil-test-runner"
30
version: "0.17.15")
+30
version: "0.17.16")
31
(package name: "sigil-system"
32
url: "codeberg:sigil/sigil-system"
33
ref: "^0.1"
34
sha: "df9b3ee56caf16358c2eb79c09b54de759fd0aaf"
35
version: "0.1.0")
+34
sha: "0e639830e69d5b38956b8cc4be60412930ddf27a"
+35
version: "0.1.1")
36
(package name: "sigil-ansi"
37
url: "codeberg:sigil/sigil-ansi"
38
ref: "^0.16.0"