clojure-dev

Issues: https://clojure.atlassian.net/browse/CLJ | Guide: https://insideclojure.org/2015/05/01/contributing-clojure/
2020-11-02T02:48:45.156200Z

The latest commit to Clojure's implementation here https://github.com/clojure/clojure/commit/833c924239a818ff1a2563ae88af6dc266b35a61 adds a new source file MySeq.java. Was that intentional?

2020-11-02T02:57:44.156300Z

That file did not seem to be in either of the patches on the CLJ-1364 ticket ...

alexmiller 2020-11-02T03:03:07.156700Z

I doubt it! thx for the heads up

2020-11-02T03:06:56.157100Z

The rest of the changes in that commit appear to match your latest patch on the ticket.

alexmiller 2020-11-02T03:11:08.158100Z

I suspect it was accidental - I know the patch didn't apply cleanly and Stu had to do some fixing on that one and included something extra in the process

alexmiller 2020-11-02T03:11:27.158400Z

anyhow, we'll fix it up before release

dominicm 2020-11-02T10:20:20.158500Z

http://clojure.github.io/data.csv/ is "0.1.4 in development" but 1.0.0 is out.

alexmiller 2020-11-02T14:12:59.159Z

just hasn't been regenerated since then (but api is same)

dominicm 2020-11-02T14:13:33.159100Z

Yeah, just thought it was a little confusing :)

alexmiller 2020-11-02T14:15:18.159300Z

updated

alexmiller 2020-11-02T14:16:14.160300Z

because ancient reasons, it always generates the docs for master (the next "in development" version)

dominicm 2020-11-02T14:16:21.160400Z

Great! :)

2020-11-02T18:14:46.161400Z

FYI, I'm happy to update the Clojure equality guide article for 1.10.2 when it there is a non-alpha release. Noticed that some of the tickets mentioned in that article as corner cases have been fixed now. Cool.

alexmiller 2020-11-02T19:02:21.161600Z

that would be great