Commit2a42ed9cRecorded11 Jun 2026Repositorysigil-sxml
Bump to 0.15.0; require Sigil ^0.17
Message
The ^0.14 floor resolves stdlib through the extraction-era path, and the resulting stale dev-lib bytecode broke the usesigil.org REPL bundle (v7 sigil/core.sgb shipped over the REPL's fresh v9 one). Lockfile pins the released v0.17.0 tag; build and 57/57 tests verified with the released 0.17.0 binary.
Changed
package.sgl | 4 ++--
sigil.lock | 8 ++++----
2 files changed, 6 insertions(+), 6 deletions(-)Diff
package.sglmodified
@@ -4,8 +4,8 @@
4
5
(package 6
name: "sigil-sxml"−7
version: "0.14.0"−8
sigil: "^0.14"+7
version: "0.15.0"+8
sigil: "^0.17" 9
description: "SXML processing for Sigil" 10
url: "https://codeberg.org/sigil/sigil-sxml" 11
license: "BSD-3-Clause"sigil.lockmodified
@@ -1,9 +1,9 @@
1
;; Auto-generated by sigil deps install. Do not edit. 2
(lock 3
(package name: "sigil-stdlib"−4
url: "codeberg:sigil/sigil-lang"−5
ref: "^0.14"−6
sha: "dba24e3fe531bc150bcf93444e764f87fb321850"+4
url: "codeberg:sigil/sigil"+5
ref: "^0.17"+6
sha: "3431a600a8ac2d6d91c2f0c8cbf2e296e10c16df" 7
package-selector: "sigil-stdlib"−8
version: "0.14.1")+8
version: "0.17.0") 9
)