This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-03-21
Channels
- # beginners (65)
- # boot (24)
- # cider (2)
- # clara (13)
- # cljs-dev (45)
- # clojure (48)
- # clojure-dusseldorf (2)
- # clojure-italy (69)
- # clojure-norway (1)
- # clojure-russia (5)
- # clojure-sanfrancisco (1)
- # clojure-spec (51)
- # clojure-uk (34)
- # clojurescript (312)
- # cursive (5)
- # datavis (1)
- # datomic (9)
- # duct (13)
- # editors (3)
- # emacs (2)
- # fulcro (11)
- # graphql (19)
- # hoplon (1)
- # immutant (2)
- # jobs (7)
- # jobs-discuss (38)
- # lein-figwheel (1)
- # luminus (6)
- # off-topic (2)
- # parinfer (10)
- # pedestal (1)
- # re-frame (9)
- # reagent (28)
- # reitit (1)
- # remote-jobs (12)
- # ring-swagger (26)
- # shadow-cljs (232)
- # slack-help (8)
- # tools-deps (29)
- # unrepl (29)
- # vim (10)
- # yada (31)
To be able to use :git/url
sources the target repo has to also have a deps.edn file right?
it needs to either not have deps or declare them with an understood manifest format
currently tools.deps understands deps.edn and pom.xml
or you can force deps.edn semantics with no deps by using :deps/manifest :deps
I see. What about local mvn sources. I am having a hard time getting Artifactory sources working with deps :S
what does “local mvn sources” mean?
@kidpollo note that you won't be able to auth to Artifactory until https://dev.clojure.org/jira/browse/TDEPS-9 is fixed
thanks for pointing that out @danielcompton
you could mirror to an s3 repo accessed via aws creds
that’s supported
I'm eagerly awaiting TDEPS-9 to be fixed, a few https://deps.co customers need it before they can start using it
@alexmiller is there anything I can do to help there, or is it just waiting for review?
it’s just down my queue a bit. We need it for Datomic too.
I’m on a consulting project these days so only getting a few hours of Clojure time per week atm. My priority right now is the Windows installer which is getting close.
Any testing or feedback on TDEPS-9 would be helpful.
k, will take a look and see if I can verify that it works
@alexmiller which patch is it you want testing/feedback on? Or both?
Don’t know, I haven’t looked at it at all
my only constraint is - no passwords in deps.edn files :)
well there you go
@danielcompton I must say, I don't know if my patch works under java 9. I know reflection changed somehow in java 9, but I haven't taken the time to understand that change.
I'll give that a go too 🙈
Based on what I know, it probably does or can be made to in the context of clj
The best way to test stuff like this is to hack your active clojure script to prepend your tools.deps.alpha/src/main/clojure dir to your lib path
Then you pick up all local changes immediately and can interactively test clj