Commitfb67ad31Recorded7 Jan 2026Repositorysigil-jwt

Merge sigil-process and sigil-time into sigil-stdlib

Message

These are small, fundamental modules that belong in the standard library. Reduces package count and simplifies dependencies for users.

  • Move process.sgl and time.sgl to sigil-stdlib/src/sigil/
  • Remove sigil-process and sigil-time packages
  • Update dependencies in 7 dependent packages
  • Remove corresponding changesets
Changed
 package.sgl | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
Diff
package.sglmodified
@@ -15,8 +15,7 @@
15
16
dependencies: (list
17
(from-workspace name: "sigil-stdlib")
18
(from-workspace name: "sigil-json")
19
(from-workspace name: "sigil-time"))
+18
(from-workspace name: "sigil-json"))
19
20
source-dirs: '("src/sigil")
21