Fork me on GitHub
#perun
<
2020-02-21
>
Vincenzo Piombo11:02:46

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

Vincenzo Piombo11:02:46

Oh, sorry! I see now it is OK 🙂