announcements

Alex Miller (Clojure team) 2025-09-25T17:48:41.812329Z

Clojure 1.12.3 is now available, Clojure CLI update will follow later today • https://clojure.atlassian.net/browse/CLJ-2919 - Compiler - fix nested compilation emitting for keyword and protocol call sites

4
🙌 3
🙌🏽 1
🚀 11
🎉 3
imre 2025-09-25T17:52:31.350799Z

I see this is a relatively new issue. Was the problem recently introduced or just discovered?

Alex Miller (Clojure team) 2025-09-25T17:53:56.513349Z

actually a very old issue, see related links at bottom of ticket

imre 2025-09-25T17:54:17.673429Z

Thanks Alex!

Alex Miller (Clojure team) 2025-09-25T17:58:03.766919Z

The problem has existed since keyword lookup and protocol call site optimization were first added, not sure when that was exactly, but early days.

2025-09-25T21:06:52.423639Z

Why did y'all comment out the var callsite stuff instead of removing it?

Alex Miller (Clojure team) 2025-09-25T21:07:50.386639Z

Rich’s preference

👍 1
Jarrod Taylor (Clojure team) 2025-09-25T18:20:52.896119Z

ClojureDocs Stewardship Transition We’re pleased to announce that Nubank is assuming stewardship of https://clojuredocs.org. This transition requires no action from users, and we expect the service to continue uninterrupted. We greatly appreciate Zachary Kim’s contributions to creating and maintaining ClojureDocs, as well as the contributions of all the users who have provided comments and examples over the years! Moving forward, ClojureDocs will receive regular updates and maintenance starting with an update to version 1.12, which is ready to go!

1
🆒 4
34
1
❤️ 1
14
🎉 50
Jarrod Taylor (Clojure team) 2025-11-04T17:57:44.400299Z

This should be fixed now.

❤️ 1
🙏 1
seancorfield 2025-11-04T18:09:48.837579Z

Confirmed! Thank you!!

borkdude 2025-10-30T15:01:30.827709Z

@jarrodctaylor I wondered about this. Is the code that is running this site still this codebase? https://github.com/zk/clojuredocs Or does this mean Nubank will just host the site and keep it running without updating the code?

Jarrod Taylor (Clojure team) 2025-10-30T15:03:06.144169Z

That is the last box I need to get checked off. We need to get that readme updated to point to the nubank fork where the code is going to live.

borkdude 2025-10-30T15:03:36.592799Z

ok, I guess an easy quickwin would be to update the github stars button (upper right) to point to the fork?

Jarrod Taylor (Clojure team) 2025-10-30T15:05:38.591209Z

I’ve never done that before and I don’t control either of the repos 😆 but I’ll inquire about it.

borkdude 2025-10-30T15:08:09.380789Z

I mean in the website

borkdude 2025-10-30T15:08:19.299619Z

It’s just a name change

Jarrod Taylor (Clojure team) 2025-10-30T15:08:35.619279Z

Ahh, yes. That I can do. Thanks for the nudge.

Jarrod Taylor (Clojure team) 2025-10-30T19:17:21.379419Z

@borkdude updated

borkdude 2025-10-30T19:19:25.294949Z

yeah. first star!

seancorfield 2025-11-02T14:40:47.257149Z

@jarrodctaylor Just noticed that the login link on http://clojuredocs.org doesn't work. When you click the GH login link, you get a GH page that the redirect URI is invalid: Be careful! The redirect_uri is not associated with this application. The application might be misconfigured or could be trying to redirect you to a website you weren't expecting.

❤️ 1
🙏 1
Jarrod Taylor (Clojure team) 2025-11-02T15:03:55.283919Z

@seancorfield Thanks for the report. The existing GitHub OAuth instance was transferred with the hope of not disrupting anyone’s log in. We are still using the same client ID. I’ll investigate more tomorrow and find out if that perhaps needs to be regenerated since it is associated with a new account now. I’ll update when I have more info.

👍🏻 1
Alex Miller (Clojure team) 2025-09-25T18:31:31.410339Z

Clojure CLI version 1.12.3.1577 is now available - updates to Clojure 1.12.3 as default version

21
Giu 2025-09-26T08:04:37.237769Z

Clojure CL-I (Command line interface) not CL-R (common language runtime AFAIR), different things @mrwizard82d1

borkdude 2025-09-25T19:04:51.731639Z

https://github.com/borkdude/deps.clj/releases/tag/v1.12.3.1577

1
🤘 2
seancorfield 2025-09-25T20:22:46.888769Z

We're deploying 1.12.3 to QA this afternoon. It'll go to production early next week I expect.

Larry Jones 2025-09-25T21:02:10.388559Z

Clojure CLR in production. I mistakenly thought Clojure CLR was a “red-headed step child.” Nice to learn that I was wrong.

❓ 1