clojure-dev

Issues: https://clojure.atlassian.net/browse/CLJ | Guide: https://insideclojure.org/2015/05/01/contributing-clojure/
lread 2020-09-01T18:25:54.004800Z

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

alexmiller 2020-09-01T18:34:57.005300Z

Fixed

2πŸ‘1
dominicm 2020-09-01T19:31:51.006200Z

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

2βž•
alexmiller 2020-09-01T20:06:20.007100Z

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

seancorfield 2020-09-01T20:11:17.007800Z

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

2πŸ‘
alexmiller 2020-09-01T20:15:56.008600Z

go for it :)

alexmiller 2020-09-01T20:17:57.009Z

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

seancorfield 2020-09-01T20:19:08.009300Z

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

seancorfield 2020-09-01T20:20:07.009600Z

(updated to link to reference page)

alexmiller 2020-09-01T20:21:20.010400Z

lgtm

seancorfield 2020-09-01T20:21:44.010900Z

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

jimmy 2020-09-01T20:22:02.011300Z

I like it.

1πŸ‘
seancorfield 2020-09-01T20:23:38.011800Z

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

dominicm 2020-09-01T20:35:11.012200Z

Big thumbs up from me!

alexmiller 2020-09-01T20:40:30.012400Z

you can sync them all up

seancorfield 2020-09-01T20:42:25.012700Z

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

seancorfield 2020-09-01T20:45:51.013300Z

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.

1πŸ™‚
seancorfield 2020-09-01T20:51:03.013900Z

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

alexmiller 2020-09-01T20:57:20.014500Z

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

1
seancorfield 2020-09-01T22:01:19.015800Z

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

seancorfield 2020-09-01T22:01:32.016Z

^ @dominicm πŸ™‚

2🦜