This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-10-30
Channels
- # announcements (15)
- # beginners (99)
- # boot (15)
- # cider (105)
- # cljdoc (2)
- # cljs-dev (17)
- # clojure (132)
- # clojure-conj (1)
- # clojure-dev (5)
- # clojure-italy (19)
- # clojure-losangeles (2)
- # clojure-nl (20)
- # clojure-spec (70)
- # clojure-uk (50)
- # clojurescript (153)
- # core-logic (9)
- # cryogen (4)
- # cursive (6)
- # datomic (40)
- # duct (5)
- # figwheel-main (10)
- # fulcro (245)
- # hoplon (1)
- # jobs (3)
- # leiningen (12)
- # mount (8)
- # nrepl (11)
- # off-topic (1)
- # pathom (16)
- # pedestal (3)
- # planck (17)
- # re-frame (3)
- # reitit (8)
- # shadow-cljs (64)
- # spacemacs (3)
- # specter (20)
- # tools-deps (21)
@alexmiller turns out it was the pack.alpha bug you were just talking about 🙂
I've bumped the injector, so running the new version of the command should auto-fix it.
I do have an intention to create a "registry" at some point, which is integrated with depot or something like it for finding tools like this and keeping them up to date.
I don’t mind the git shas though, in fact I quite enjoy that they don’t try to sell the illusion of “semantic versioning”
I don't like that I can't easily see progression, but otherwise I think they're fine.
is lein or boot more used in projects than clj/clojure? i like deps.edn but i see that the majority of projects are using lein or boot! why is that?
It is more used. Those tools have been around much longer than deps.edn, which is still somewhat alpha.
deps.edn is not alpha, but is less than a year old
It's reasonable to file issues with projects that don't have deps.edn
, asking them to add one.
I've been trying to make sure I do that with every project I maintain.
(in fact, in the Contrib libraries I maintain, I've removed project.clj
because it's misleading -- many people assume the version in that file, or the specific dependencies in that file, are definitive, whereas for Contrib projects, it's driven by pom.xml
)
maybe this is an other channel related question... but you guys know if clj-refactor/refactor-nrepl works with deps.edn???
@neural.works.com As far as I know, the most recent version of CIDER works with clj
/`deps.edn` -- but maybe better to ask in #cider for more detail...?