clojure-dev

seancorfield 2024-07-17T16:09:16.374489Z

I'm curious at this point what the core team thinks is between Beta 1 and full release? It is just a matter of getting more people using it to uncover any remaining bugs? We have Beta 1 in production and it's going smoothly -- and we're leveraging some of the new functionality already. https://clojure.org/releases/devchangelog

Alex Miller (Clojure team) 2024-07-17T16:12:40.930469Z

we've fixed the method value tag issue (CLJ-2867) on master and have two additional tickets CLJ-2865 (some process api fixes and modifications) and CLJ-2819 (invoke-tool error handling), and probably one more invoke-tool related thing beyond that. I'm hoping to bring all that to a close this week for a beta2

❤️ 3
Alex Miller (Clojure team) 2024-07-17T16:13:45.904679Z

right now, that's the queue

Alex Miller (Clojure team) 2024-07-17T16:14:57.758789Z

we've also been working on tools.reader, tools.analyzer updates, doc enhancements for new stuff, revamping the windows install recommendations, etc but we'll finish that stuff while we wait for feedback on beta2

seancorfield 2024-07-17T16:16:29.398219Z

Nice. Thanks! CLJ-2867 will be a nice "enhancement" 🙂

Alex Miller (Clojure team) 2024-07-17T16:27:22.100109Z

was a good find