dev-tooling

oyakushev 2024-04-24T15:31:06.216739Z

Can somebody make a release of Orchard, please? 0.24.0 would be nice (given that 1.9 was dropped, and quite a few changes happened). Would like to start integrating it with cider-nrepl.

oyakushev 2024-04-30T13:22:55.582969Z

Bump. I am fairly confident in current Orchard and I started integrating the changes into cider-nrepl, I need a release to run the tests on CI.

vemv 2024-04-30T13:25:50.572039Z

I take it that you've been exercising cider-nrepl + orchard locally?

oyakushev 2024-04-30T13:26:55.577419Z

Working on inspector is the only thing I currently use Clojure for. I used the new inspector as I was improving it.

vemv 2024-04-30T13:27:53.962099Z

Nice, release on its way

❤️ 1
vemv 2024-04-24T15:36:03.803179Z

It would be very, very much appreciated that you performed a make install first for Orchard, then for cider-nrepl I do so for most of my substantial changes - good way to contain risks

oyakushev 2024-04-24T15:37:31.558719Z

I've been dogfooding the new inspector as I was working on it very self. Not mrandersing Orchard makes it very easy!

vemv 2024-04-24T15:39:24.693139Z

Kudos! but you also can skip it cider-nrepl side, e.g. (per readme)

PROJECT_VERSION=0.47.1 make fast-install

oyakushev 2024-04-24T16:45:35.044899Z

I'd rather see this pushed out earlier. Like I said in the PR, it is better if I can fix any discovered irregularities while I'm present. Not that I expect many, I used this enough and the tests are plentiful.

vemv 2024-04-24T16:48:05.161399Z

I don't know, a few days' realsitic usage with cider-nrepl doesn't seem too much of an ask. If that's reassuring, let's put Monday as a specific deadline?

vemv 2024-04-24T16:48:34.555999Z

It also makes sense since I want to cut cider+cider-nrepl Sunday or earlier - that one should be stable

oyakushev 2024-04-24T16:53:17.707989Z

I'm sorry, stable release of what? You have 1 commit since 0.47.1.

vemv 2024-04-24T16:54:46.287299Z

vemv 2024-04-24T16:55:16.224249Z

and Elisp changes, and enrich ones

vemv 2024-04-24T16:55:39.619519Z

We had a stable cider release long due, please let's not change plans for that

oyakushev 2024-04-24T17:15:39.538709Z

I'm not asking to change plans for CIDER release, I'm asking to release Orchard. You can release 0.23.3 or something without inspector changes and 0.24.0 with them. You are making this harder than it should be.

vemv 2024-04-24T17:20:32.232389Z

I ask essentially everyone (including myself) to perform a make install before substantial changes and don't recall receiving any pushback on the practice, before. Would you be so generous to use our usual practice so that we have all assurances for end users?

vemv 2024-04-24T17:34:28.031539Z

...note that PROJECT_VERSION=0.23.3 make install accepts any number - you can fast forward to the next foreseen number or just 99.99.9 if you want a unique number