clojure-dev

Issues: https://clojure.atlassian.net/browse/CLJ | Guide: https://insideclojure.org/2015/05/01/contributing-clojure/
alexmiller 2020-02-18T17:46:43.004Z

maybe useful to some people

2020-02-18T17:56:40.004500Z

It's a good thing tools.reader is 1.x, it appears 🙂

jimmy 2020-02-18T18:24:54.004600Z

Doesn't really matter. But just fyi, you might want to add a white background. On dark mode mac the transparent background makes it dark.

alexmiller 2020-02-18T18:30:54.005Z

it's just a quick copy/paste - that's what graffles do by default

alexmiller 2020-02-18T18:31:03.005200Z

if I publish it somewhere I'll clean it up

alexmiller 2020-02-18T18:31:17.005400Z

I'm actively invalidating most of the numbers on it right now anyways :)

🙂 1
2020-02-18T21:19:15.006500Z

Regarding version number bumps, my current recommendation is to think twice before doing this for the core.rrb-vector library, given the known subtle bugs it still has despite my recent efforts.

alexmiller 2020-02-18T21:20:24.007300Z

I'll leave that decision to you...

2020-02-18T21:20:29.007400Z

It is much better than it was before those changes, but given that the remaining bugs are in the ability to concatenate two vectors, which is pretty much the library's main reason for existing, it seems premature still.

2020-02-18T21:21:11.007700Z

i.e. the bugs used to be much shallower, now they are much deeper 🙂

2020-02-18T21:22:11.008300Z

Still hoping to release a similar but different core.btree-vector library some day, after I write it, that shouldn't have those problems.