Commit4e501420Recorded1 Apr 2026Repositorysigil-ffi

Workspace version inheritance for monorepo packages

Message

Packages without a version: field now inherit the workspace version automatically. This eliminates the need to keep 26 package.sgl files in sync with the workspace version.

- Changed package version default from "0.0.0" to #f - workspace-load-packages fills in workspace version for packages that don't declare their own - Removed version: from all 26 monorepo package.sgl files - Fixed test-package.sgl to use keyword syntax (was broken pre-existing)

Changed
 package.sgl | 1 -
 1 file changed, 1 deletion(-)
Diff
package.sglmodified
@@ -6,7 +6,6 @@
6
7
(package
8
name: "sigil-ffi"
9
version: "0.9.1"
9
description: "Dynamic foreign function interface for Sigil"
10
url: "https://codeberg.org/sigil/sigil"
11
license: "BSD-3-Clause"