This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-02-08
Channels
- # announcements (2)
- # aws (1)
- # beginners (134)
- # calva (26)
- # cider (48)
- # cljdoc (41)
- # cljs-dev (12)
- # clojure (178)
- # clojure-brasil (1)
- # clojure-europe (16)
- # clojure-italy (30)
- # clojure-nl (13)
- # clojure-spec (118)
- # clojure-uk (81)
- # clojurescript (209)
- # community-development (77)
- # cursive (7)
- # datomic (23)
- # duct (6)
- # emacs (15)
- # events (2)
- # figwheel (13)
- # figwheel-main (18)
- # fulcro (4)
- # jackdaw (4)
- # jobs (6)
- # jobs-discuss (6)
- # kaocha (2)
- # lein-figwheel (3)
- # off-topic (4)
- # other-languages (22)
- # pathom (2)
- # pedestal (9)
- # perun (10)
- # portkey (1)
- # re-frame (41)
- # reagent (6)
- # reitit (4)
- # remote-jobs (1)
- # ring-swagger (6)
- # rum (5)
- # shadow-cljs (300)
- # sql (3)
- # test-check (6)
- # testing (7)
- # vim (1)
- # yada (9)
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.
Yep, it’s due to jdk11 https://circleci.com/gh/eccentric-j/idle-parens/2
https://github.com/eccentric-j/idle-parens/commit/3f5f092e0520008c83317ce2eb81f670cc5bff52
@jayzawrotny You were right!