Fork me on GitHub
#tools-deps
<
2018-10-30
>
cjohansen08:10:29

@alexmiller turns out it was the pack.alpha bug you were just talking about 🙂

dominicm08:10:23

I've bumped the injector, so running the new version of the command should auto-fix it.

cjohansen08:10:02

just upgraded the sha by hand, worked perfectly!

dominicm08:10:30

Great! 🙂

dominicm08:10:22

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.

cjohansen12:10:16

that would be nice

cjohansen12:10:53

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”

dominicm12:10:25

I don't like that I can't easily see progression, but otherwise I think they're fine.

neural15:10:47

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?

dominicm15:10:50

It is more used. Those tools have been around much longer than deps.edn, which is still somewhat alpha.

Alex Miller (Clojure team)15:10:21

deps.edn is not alpha, but is less than a year old

dominicm16:10:20

My mistake. Assumed it was under t.d.a.

seancorfield16:10:07

It's reasonable to file issues with projects that don't have deps.edn, asking them to add one.

seancorfield16:10:24

I've been trying to make sure I do that with every project I maintain.

seancorfield16:10:32

(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)

neural16:10:08

maybe this is an other channel related question... but you guys know if clj-refactor/refactor-nrepl works with deps.edn???

seancorfield17:10:12

@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...?

dominicm19:10:56

It does. I set that up.