perun

Discuss perun static site generator
allentiak 2019-02-08T23:40:22.026400Z

Hi, I'm having problems making perun work. Following the "Getting Started' guide*, I get the error below. *The raw one from (https://github.com/hashobject/perun.io/blob/master/resources/guides/getting-started.md). The website version is outdated (see https://github.com/hashobject/perun.io/issues/26) Could it be a JVM error? Full message and Java details below.

2019-02-08T23:43:32.027500Z

I think I encountered that myself, if I remember right it was because of java 11. I think the error is in my build logs, let me review them to confirm.

allentiak 2019-02-08T23:45:23.028100Z

Thanks for your quick reply! Hmmm... Would that be a Clojure bug, a Boot bug or a Perun bug?

2019-02-08T23:49:20.029300Z

My guess is in one of the dependencies for the markdown\yaml task as it’s hitting clj-yaml towards the end there.

allentiak 2019-02-08T23:50:37.029600Z

(Checking that...)

2019-02-08T23:51:17.029900Z

Yep, it’s due to jdk11 https://circleci.com/gh/eccentric-j/idle-parens/2

2019-02-08T23:51:29.030400Z

Fixed when I moved it back to jdk 8

allentiak 2019-02-08T23:51:35.030500Z

@jayzawrotny You were right!

allentiak 2019-02-08T23:56:07.031100Z

I just checked it with a fully updated boot.properties. If I avoid the YAML-related code, the command works with the latest Java (11.0.2), Clojure (1.10.0) and Boot (2.8.2) versions. Definitely, it is a YAML-related bug.