Skip to content

Instantly share code, notes, and snippets.

@respatialized
Created May 12, 2022 14:00
Show Gist options
  • Save respatialized/996ce2018ff20e3252e25a6e71ade36d to your computer and use it in GitHub Desktop.
Save respatialized/996ce2018ff20e3252e25a6e71ade36d to your computer and use it in GitHub Desktop.
[WIP] Clerk build regression reprex

Clerk Regression Test

This notebook won't build on v0.7.418 but it will on 0.6.387. I think.

To use

clojure -X:success

To run a successful build.

clojure -X:failure

To reproduce failure.

{:paths ["src"]
:deps {org.clojure/clojure {:mvn/version "1.10.3"}}
:aliases
{:success {:extra-deps {io.github.nextjournal/clerk {:mvn/version "0.6.387"}}
:exec-fn nextjournal.clerk/build-static-app!
:exec-args {:bundle? false
:browse false
:paths ["README.md"]}}
:failure {:extra-deps {io.github.nextjournal/clerk {:mvn/version "0.7.418"}}
:exec-fn nextjournal.clerk/build-static-app!
:exec-args {:bundle? false
:browse false
:paths ["README.md"]}}
:test {:extra-paths ["test"]
:extra-deps {org.clojure/test.check {:mvn/version "1.1.1"}
io.github.cognitect-labs/test-runner
{:git/tag "v0.5.0" :git/sha "48c3c67"}}}}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment