Fork me on GitHub
#cider
<
2016-04-04
>
richiardiandrea17:04:14

hey folks whatsuuuup 😄

richiardiandrea17:04:28

incredible that I was not part of this channel 😄

richiardiandrea17:04:09

maybe I did not have any trouble...until now, I wanted to ask if you guys have this exception on boot -vvv cider repl wait:

clojure.lang.ExceptionInfo: java.lang.ClassNotFoundException: mranderson046.toolsreader.v0v10v0-alpha3.clojure.tools.reader.impl.utils.TaggedLiteral, compiling:(mranderson046/toolsreader/v0v10v0_alpha3/clojure/tools/reader/impl/utils.clj:50:7) {:file "/tmp/boot.user477305305147223076.clj", :line 80}
	at clojure.core$ex_info.invoke(core.clj:4403)
	at boot.main$_main$fn__1272.invoke(main.clj:199)
	at boot.main$_main.invoke(main.clj:192)
	at clojure.lang.Var.invoke(Var.java:394)
	at org.projectodd.shimdandy.impl.ClojureRuntimeShimImpl.invoke(ClojureRuntimeShimImpl.java:159)
	at org.projectodd.shimdandy.impl.ClojureRuntimeShimImpl.invoke(ClojureRuntimeShimImpl.java:150)
	at boot.App.runBoot(App.java:390)
	at boot.App.main(App.java:467)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at Boot.main(Boot.java:258)

richiardiandrea17:04:55

Also today, I have to report that after commenting out refactor-nrepl, boot cider dev returns:

clojure.lang.ExceptionInfo: java.io.FileNotFoundException: Could not locate cider/inlined_deps/fipp/v0v6v4/fipp/edn__init.class or cider/inlined_deps/fipp/v0v6v4/fipp/edn.clj on classpath: , compiling:(cider/nrepl/middleware/pprint.clj:1:1)
    data: {:file "/tmp/boot.user8216514586233541969.clj", :line 35}
java.util.concurrent.ExecutionException: java.io.FileNotFoundException: Could not locate cider/inlined_deps/fipp/v0v6v4/fipp/edn__init.class or cider/inlined_deps/fipp/v0v6v4/fipp/edn.clj on classpath: , compiling:(cider/nrepl/middleware/pprint.clj:1:1)
clojure.lang.Compiler$CompilerException: java.io.FileNotFoundException: Could not locate cider/inlined_deps/fipp/v0v6v4/fipp/edn__init.class or cider/inlined_deps/fipp/v0v6v4/fipp/edn.clj on classpath: , compiling:(cider/nrepl/middleware/pprint.clj:1:1)
          java.io.FileNotFoundException: Could not locate cider/inlined_deps/fipp/v0v6v4/fipp/edn__init.class or cider/inlined_deps/fipp/v0v6v4/fipp/edn.clj on classpath:
but I opened an issue with the latter