hashobject / perun

Programmable static site generator built with Clojure and Boot (HELP NEEDED!)
https://perun.io
Eclipse Public License 1.0
351 stars 38 forks source link

[BUG]: Sitemap task in blog example throws error #221

Closed jaidetree closed 5 years ago

jaidetree commented 5 years ago

There's an issue with the sitemap validator ns hashobject/sitemap#6 preventing the blog example for building.

REPRODUCTION

  1. Clone this repo
  2. cd into examples/blog
  3. Run boot build

Expected

Actual

An error is thrown due to sitemap.validator's ns failing spec.

Environment

Name Value
Operating System OS X (10.14, Mojave)
Clojure Version 1.10
Leiningen Version 2.8.3

Solution

jaidetree commented 5 years ago

Closing this in favor of Clojure 1.9+ support issue #227

0x4d6165 commented 4 years ago

I'm getting this error again in clojure 1.10.1 despite someone else getting it working on the same version?