Fork me on GitHub
#clojure-dev
<
2020-09-01
>
lread18:09:54

Small FYI: don’t know if there is a better channel for this but was checking out clojure/tools.reader v1.3.3 and noticed 2 things: 1. https://github.com/clojure/tools.reader/blob/master/CHANGELOG.md is missing summary of 1.3.3 2. https://github.com/clojure/tools.reader#api-index links to long defunct CrossClj

dominicm19:09:51

speaking of readmes, when will they start including the deps.edn coordinates? πŸ˜„ I convert the leiningen format way too often.

βž• 6
Alex Miller (Clojure team)20:09:20

some do, not exactly at the top of my list of things to fix

seancorfield20:09:17

I'm happy to shave some yaks and update all the Contrib READMEs that I have access to @dominicm -- would this satisfy you? https://github.com/clojure/java.jdbc/blob/master/README.md#releases-and-dependency-information

πŸ‘ 6
Alex Miller (Clojure team)20:09:57

although I'd probably prefer you link to either the deps_and_cli reference page or the getting started

seancorfield20:09:08

That's why I'm asking for feedback πŸ™‚

seancorfield20:09:07

(updated to link to reference page)

seancorfield20:09:44

I'll wait to see what Dominic says before I update any others (also @jimmy and @erp12 since they +'d Dominic's comment)

Jimmy Miller20:09:02

I like it.

πŸ‘ 3
seancorfield20:09:38

@alexmiller t.d.a. links to the guide BTW not the reference. tools.reader links to getting started

dominicm20:09:11

Big thumbs up from me!

Alex Miller (Clojure team)20:09:30

you can sync them all up

seancorfield20:09:25

The lack of consistency is triggering my OCD πŸ™‚

seancorfield20:09:51

OK, I've done "most" of them. There are some I don't have access to. I'll make another pass over the rest later.

πŸ™‚ 3
seancorfield20:09:03

All Contrib README's updated except for:

=== algo.graph === archived
=== core.incubator === inactive
=== data.codec === seems like this should be inactive/archived as it is superceded by java.util.Base64 in the JDK itself?
=== test.benchmark === inactive
=== tools.analyzer === no permission
=== tools.analyzer.jvm === no permission
=== tools.emitter.jvm === inactive
=== tools.nrepl === inactive

Alex Miller (Clojure team)20:09:20

well you can skip incubator, test.benchmark, tools.emitter.jvm, tools.nrepl - those are all inactive

3
seancorfield22:09:19

@alexmiller Updated the list to show current status πŸ™‚