clojure-dev

Issues: https://clojure.atlassian.net/browse/CLJ | Guide: https://insideclojure.org/2015/05/01/contributing-clojure/
Hi 2020-01-31T14:21:50.009600Z

Can I expect this to be merged https://github.com/clojure/clojure-site/pull/446 ? I I just did something no one needed? :thinking_face:

alexmiller 2020-01-31T14:22:58.010Z

I haven't had time to look at it, might be a while

alexmiller 2020-01-31T14:23:52.010700Z

I generally hate to recommend people blindly bash stuff off the internet without even looking at it

alexmiller 2020-01-31T14:24:34.011200Z

Really, I'd like to have more steps in there to actually verify the tar sha

p-himik 2020-01-31T14:29:06.012300Z

SHA check should probably be put in the .sh file, no? If so, that oneliner makes sense. I definitely remember wondering why the website tells to execute multiple steps when just one line is enough.

Hi 2020-01-31T14:31:24.013400Z

maybe script could verify itself? or something like this. Also what you think about installing in local home dir like SDKman does?

alexmiller 2020-01-31T14:37:30.013800Z

I'm open to whatever makes sense for linux users

alexmiller 2020-01-31T14:37:47.014300Z

there's a ticket for sdkman but no one has ever done any work on it

alexmiller 2020-01-31T14:38:31.014700Z

if someone wants to do work on it, please do!

p-himik 2020-01-31T14:44:11.014800Z

I can't find anything in the issue tracker. Do you have a link at hand?

alexmiller 2020-01-31T14:46:00.015Z

https://clojure.atlassian.net/browse/TDEPS-113

alexmiller 2020-01-31T14:46:05.015200Z

that's sdkman specific

alexmiller 2020-01-31T14:46:34.015400Z

generic linux ticket https://clojure.atlassian.net/browse/TDEPS-36

p-himik 2020-01-31T14:48:24.015600Z

Thanks! I searched in the wrong project.

alexmiller 2020-01-31T14:49:22.015800Z

if you're looking to make patches, you'll need to be a contributor (https://clojure.org/dev/contributor_agreement) and request a jira acct (https://clojure.atlassian.net/servicedesk/customer/portal/1)

p-himik 2020-01-31T14:54:18.016Z

Yeah, I remember. But now I'm just looking around. First, I have to understand sdkman a bit and try to see how much work it is to add support for Clojure in there.