Fork me on GitHub
#emacs
<
2017-06-08
>
richiardiandrea02:06:55

@oskarkv other then opening an issue on clj-refactor I would not know what else to say. It can be too many things, a sample repo could help

jumar08:06:48

I'm trying to hotload dependency into the running repl via cljr-hotload-dependency (or cljr-add-project-dependency). Most of the times (using regular clojure libraries) it works. However, I'm not able to load some java libraries e.g. [org.openjdk.jol/jol-core "0.8"]

jumar08:06:45

Any reason why it doesn't work? Any prerequisites that a dependency must met to be able to hotload it?

benedek08:06:03

not aware of any such prerequisites

benedek08:06:16

what is the error you getting?

benedek08:06:46

I guess you can have problems if there are dependency clashes...

benedek08:06:00

that greatly depends on you project tho

jumar13:06:03

@benedek

error in process filter: can't find artifact ''

jumar13:06:17

in case of cljr-add-project-dependency, it's not found at all.

jumar13:06:52

If I add the dependency to my project.clj and restart the repl it works without issues

benedek13:06:15

hm… wonder if it is due to a limitations of what repos we are checking for the artefact…