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.
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.
Thanks for your quick reply! Hmmm... Would that be a Clojure bug, a Boot bug or a Perun bug?
My guess is in one of the dependencies for the markdown\yaml task as it’s hitting clj-yaml towards the end there.
(Checking that...)
Yep, it’s due to jdk11 https://circleci.com/gh/eccentric-j/idle-parens/2
https://github.com/eccentric-j/idle-parens/commit/3f5f092e0520008c83317ce2eb81f670cc5bff52
Fixed when I moved it back to jdk 8
@jayzawrotny You were right!
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.