Skip to content

ring-app: pin the time and db shas with the declare fixes - #22

Merged
yogthos merged 2 commits into
mainfrom
deps/bump-time-and-db
Jul 29, 2026
Merged

ring-app: pin the time and db shas with the declare fixes#22
yogthos merged 2 commits into
mainfrom
deps/bump-time-and-db

Conversation

@yogthos

@yogthos yogthos commented Jul 29, 2026

Copy link
Copy Markdown
Contributor

jolt build -m app.core could not build this example. The chain was four bugs in
jolt (jolt-lang/jolt#494) plus a forward reference in each of two libraries:
jolt.time.zoned calls odt and jolt.time.fmt calls parse-with-pattern before
their defn, and jdbc.core calls pgfn before its. jolt now reports an
unresolved symbol at compile time wherever it appears, like Clojure always has,
so each needs the declare that made the pattern legal.

This pins the two library commits that add them:

The time bump also moves off the old lineage, which shipped its own
jolt.time.impl / util / local — duplicates of the java.time base jolt now has in
stdlib.

With jolt-lang/jolt#494 and these two, jolt build -m app.core produces a binary
that serves the guestbook: GET / is 200, POST /sign is 303 and the entry comes
back on the next render. Merge the two library PRs first, since the shas above
are their heads.

Yogthos added 2 commits July 29, 2026 12:06
jolt now reports an unresolved symbol at compile time wherever it appears, like
Clojure does, and both libraries had a var referenced before its defn:
jolt.time.zoned's odt, jolt.time.fmt's parse-with-pattern, and jdbc.core's pgfn.
Each has a declare now. The time bump also moves off the old lineage, whose
jolt.time.impl/util/local duplicated the java.time base that jolt ships in
stdlib.
jolt-lang/time#3 landed as a squash, so the sha this branch pinned is not on
main; point both deps at the commits the new tags name instead — time v0.0.3
(70dfb79) and db v0.0.2 (f368b12).
@yogthos
yogthos merged commit 7c1578a into main Jul 29, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant