biff

A web framework + self-hosted deployment solution for Clojure. Repo: https://github.com/jacobobryant/biff. Docs: https://biff.findka.com
grumplet 2020-10-14T16:04:34.002300Z

Just started to try this. The setup task ran OK, but I’m hitting git sha issues with the dev task:

grumplet 2020-10-14T16:05:12.003Z

Mike:example gmp26$ ./task dev
Option changed, use: clj -X:deps git-resolve-tags
Mike:example gmp26$ clj -X:deps git-resolve-tags
DEPRECATED: Libs must be qualified, change cljs-http => cljs-http/cljs-http (deps.edn)
Error building classpath. Library github-jacobobryant/biff has :tag but no :sha.
Add :sha or run `clj -Sresolve-tags` to update deps.edn.
Mike:example gmp26$ clj -$resolve-tags 
DEPRECATED: Libs must be qualified, change cljs-http => cljs-http/cljs-http (deps.edn)
Error building classpath. Library github-jacobobryant/biff has :tag but no :sha.
Add :sha or run `clj -Sresolve-tags` to update deps.edn.
Mike:example gmp26$ clj -X:deps -$resolve-tags git-resolve-tags
DEPRECATED: Libs must be qualified, change cljs-http => cljs-http/cljs-http (deps.edn)
Error building classpath. Library github-jacobobryant/biff has :tag but no :sha.
Add :sha or run `clj -Sresolve-tags` to update deps.edn.

grumplet 2020-10-14T16:09:21.003400Z

Mike:~ gmp26$ java -version
openjdk version "14.0.1" 2020-04-14
OpenJDK Runtime Environment (build 14.0.1+14)
OpenJDK 64-Bit Server VM (build 14.0.1+14, mixed mode, sharing)

grumplet 2020-10-14T16:11:09.003900Z

Mike:~ gmp26$ clj
Clojure 1.10.1

2020-10-14T19:31:43.006300Z

interesting, looks it needs an update for recent clj changes. I'm surprised the clj -X:deps git-resolve-tags you ran didn't fix it. I'll look into that today.