This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-09-22
Channels
- # 100-days-of-code (1)
- # beginners (51)
- # carry (1)
- # cider (10)
- # clojure (71)
- # clojure-conj (4)
- # clojure-dev (9)
- # clojure-italy (3)
- # clojure-nl (2)
- # clojure-russia (8)
- # clojure-uk (16)
- # clojurescript (42)
- # cursive (4)
- # datomic (2)
- # emacs (8)
- # figwheel-main (7)
- # fulcro (20)
- # hyperfiddle (5)
- # jobs (2)
- # off-topic (16)
- # om-next (4)
- # onyx (9)
- # powderkeg (1)
- # re-frame (8)
- # reagent (17)
- # reitit (41)
- # robots (6)
- # rum (1)
- # shadow-cljs (54)
- # testing (3)
- # tools-deps (19)
@alexmiller just checking that the add-lib
method from earlier SHAs should still work with 1.10-alpha7
cos I am having fails
Haven’t tried it, but not sure why it wouldn’t off the top of my head
Fails how?
gives back a false
for the example memoize (and others)
could be something on my end - just wanted to make sure that it wasn’t meant to be deprecated
$ clj -Sdeps '{:deps {org.clojure/clojure {:mvn/version "1.10.0-alpha7"} org.clojure/tools.deps.alpha {:git/url "" :sha "d492e97259c013ba401c5238842cd3445839d020"}}}'
Downloading: org/clojure/clojure/1.10.0-alpha7/clojure-1.10.0-alpha7.pom from
Downloading: org/clojure/clojure/1.10.0-alpha7/clojure-1.10.0-alpha7.jar from
Clojure 1.10.0-alpha7
user=> (use 'clojure.tools.deps.alpha.repl)
nil
user=> (add-lib 'org.clojure/core.memoize {:mvn/version "0.7.1"})
true
user=> (require 'clojure.core.memoize)
nil
maybe false
is OK if the lib is already available
yeah, you’ll get true only if added a new lib(s)
ok, great - thanks for checking
it can’t be deprecated - I haven’t even released it yet :)
LOL fair point
are you close to release or is the debate still ‘raging’?
been focused on other things :)
what could possibly be more important
the problem I’m having might be related to Cursive as the tests all pass via the CLI
and fail via the deps.edn default REPL there, so I’ll mention it on that channel later