This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-02-21
Channels
- # announcements (39)
- # architecture (7)
- # aws (9)
- # babashka (111)
- # beginners (139)
- # bristol-clojurians (1)
- # calva (47)
- # chlorine-clover (5)
- # cider (17)
- # clj-kondo (26)
- # clojars (25)
- # clojure (251)
- # clojure-berlin (1)
- # clojure-dev (5)
- # clojure-europe (22)
- # clojure-france (1)
- # clojure-hungary (6)
- # clojure-losangeles (8)
- # clojure-nl (18)
- # clojure-spec (3)
- # clojure-uk (68)
- # clojured (32)
- # clojurescript (32)
- # core-async (10)
- # core-typed (120)
- # cursive (8)
- # datascript (10)
- # datomic (11)
- # docker (2)
- # emacs (6)
- # figwheel-main (4)
- # fulcro (10)
- # graalvm (92)
- # hoplon (2)
- # instaparse (9)
- # jobs (3)
- # jobs-discuss (31)
- # joker (2)
- # kaocha (1)
- # lambdaisland (5)
- # leiningen (10)
- # luminus (1)
- # lumo (14)
- # meander (30)
- # mid-cities-meetup (1)
- # midje (1)
- # off-topic (46)
- # pathom (22)
- # perun (2)
- # re-frame (10)
- # reitit (1)
- # remote-jobs (8)
- # shadow-cljs (71)
- # spacemacs (7)
- # sql (40)
- # tools-deps (31)
- # tree-sitter (11)
- # vim (14)
- # vscode (2)
- # xtdb (5)
Hello all, first time here. I'm trying to evaluate perun to use it for my personal blog. I'm going through the getting started guid (https://perun.io/guides/getting-started/) and as soon as I type "boot perun/markdown perun/render" I get the error below. Can anyone help ? Thanks WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by dynapath.defaults$fn__1516$fn__1517 (file:/home/ep/.m2/repository/boot/pod/2.7.2/pod-2.7.2.jar) to method http://java.net.URLClassLoader.addURL(http://java.net.URL) WARNING: Please consider reporting this to the maintainers of dynapath.defaults$fn__1516$fn__1517 WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations WARNING: All illegal access operations will be denied in a future release java.lang.Thread.run Thread.java: 834 java.util.concurrent.ThreadPoolExecutor$Worker.run ThreadPoolExecutor.java: 628 java.util.concurrent.ThreadPoolExecutor.runWorker ThreadPoolExecutor.java: 1128 java.util.concurrent.FutureTask.run FutureTask.java: 264 ... clojure.core/binding-conveyor-fn/fn core.clj: 1938 boot.core/boot/fn core.clj: 1032 ... boot.core/construct-tasks core.clj: 994 clojure.core/apply core.clj: 646 ... io.perun/eval1152/fn perun.clj: 867 io.perun/render-task perun.clj: 820 io.perun/assert-renderer perun.clj: 812 java.lang.AssertionError: Assert failed: Renderer must be a fully qualified symbol, i.e. 'my.ns/fun (and (symbol? sym) (namespace sym)) clojure.lang.ExceptionInfo: Assert failed: Renderer must be a fully qualified symbol, i.e. 'my.ns/fun (and (symbol? sym) (namespace sym)) line: 10
Oh, sorry! I see now it is OK 🙂