This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-07-18
Channels
- # aleph (4)
- # beginners (70)
- # cider (66)
- # clara (16)
- # cljdoc (20)
- # cljs-dev (9)
- # cljsrn (2)
- # clojure (36)
- # clojure-ecuador (2)
- # clojure-italy (14)
- # clojure-japan (2)
- # clojure-nl (22)
- # clojure-uk (79)
- # clojurescript (133)
- # clojutre (2)
- # code-reviews (5)
- # cursive (5)
- # data-science (1)
- # datomic (47)
- # duct (2)
- # emacs (1)
- # figwheel-main (3)
- # fulcro (11)
- # funcool (1)
- # graphql (6)
- # hyperfiddle (4)
- # leiningen (4)
- # luminus (9)
- # lumo (8)
- # mount (4)
- # nrepl (2)
- # off-topic (19)
- # onyx (1)
- # re-frame (23)
- # reagent (91)
- # reitit (17)
- # ring-swagger (2)
- # shadow-cljs (43)
- # tools-deps (27)
- # vim (45)
https://github.com/nrepl/nREPL/issues/8 ah, that explains why add-lib doesn't work with nrepl. I was hoping to patch nrepl, but it seems harder now.
Oh actually, when add-lib
refers to the "highest" class loader, I guess that means it would find the parent one if I set it, so I could fix this in nrepl
https://github.com/nrepl/nREPL/pull/35 resolved! (pr merged)
Under what conditions is it expected that a user has to manually delete .cpcache
?
I wouldn't expect to ever have to from what I know, fixes are being made to handle cases where it isn't being updated correctly
@U050TNB9F I think this is an interesting question
Generally using -Sforce to force recomputing a single classpath makes more sense. One known case where this is required is when local transitive deps change their dep structure - right now that won’t be automatically discovered
> local transitive deps change their dep structure that might have been it then
I have a plan to fix this, but it’s kind of involved
https://github.com/nrepl/nREPL/pull/35 resolved! (pr merged)
With git-libs is there a way to specify another “root” path to look for a deps.edn
in?
I remember this being discussed previously but can’t recall
Error building classpath. Manifest type not detected when finding deps for codox/codox in coordinate {:git/url "", :sha "ac6c83a4c7d334bbc27a1bad4240ed7e5fa04ff2", :deps/root "codox/"}
Hrm, I must be missing something. For some reason manifest
here seems to be nil: https://github.com/clojure/tools.deps.alpha/blob/84826fef06c725dac0c3d63cfbfd0916553b7cf9/src/main/clojure/clojure/tools/deps/alpha/extensions/git.clj#L45-L47duh, I thought I commited the deps.edn file but didn’t 🙈
I’ve got a github repo with mname/foo
with a clojure project inside it, mname/foo/clojure-project/
: is it possible to use that for a deps.edn
git dependency?