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
I see this is a relatively new issue. Was the problem recently introduced or just discovered?
actually a very old issue, see related links at bottom of ticket
Thanks Alex!
The problem has existed since keyword lookup and protocol call site optimization were first added, not sure when that was exactly, but early days.
Why did y'all comment out the var callsite stuff instead of removing it?
Rich’s preference
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!
This should be fixed now.
Confirmed! Thank you!!
@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?
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.
(Someone made a cool bb script to query clojuredocs offline: https://www.reddit.com/r/Clojure/comments/1ojzd4b/cljue_reference_clojuredocs_offline/?utm_source=share&utm_medium=web3x&utm_name=web3xcss&utm_term=1)
ok, I guess an easy quickwin would be to update the github stars button (upper right) to point to the fork?
I’ve never done that before and I don’t control either of the repos 😆 but I’ll inquire about it.
I mean in the website
It’s just a name change
Ahh, yes. That I can do. Thanks for the nudge.
@borkdude updated
yeah. first star!
@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.
@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.
Clojure CLI version 1.12.3.1577 is now available - updates to Clojure 1.12.3 as default version
Clojure CL-I (Command line interface) not CL-R (common language runtime AFAIR), different things @mrwizard82d1
https://github.com/borkdude/deps.clj/releases/tag/v1.12.3.1577
We're deploying 1.12.3 to QA this afternoon. It'll go to production early next week I expect.
Clojure CLR in production. I mistakenly thought Clojure CLR was a “red-headed step child.” Nice to learn that I was wrong.