[CfP] 2nd Call - 2020 Scheme and Functional Programming Workshop

2020-05-17 Thread Jason Hemann
Hello, Thank you for your attention, and my apologies for any duplication you receive. Please find below the Call for Papers for the *2020 Scheme and Functional Programming Workshop*. The deadline has been extended to *May 31*. Please also note that the workshop is now to be held *virtual*ly; hope

[ANN] Deploy tokens for Clojars

2020-05-17 Thread Toby Crawley
Howdy folks! Just letting you know that Clojars[1] now allows you to create and use deploy tokens[2] in place of passwords when deploying. If you don't deploy OSS projects to Clojars, feel free to stop reading now. The deploy tokens are to be used in place of a password when deploying, and can op

Re: [ANN] Deploy tokens for Clojars

2020-05-17 Thread Sean Corfield
Here's a project that is documented to use the Clojars password and is fairly widely used: https://github.com/slipset/deps-deploy -- all projects created by clj-new rely on this and all of them will have the same documentation to use the Clojars password. Forcing everyone to change their deploymen

Re: [ANN] Deploy tokens for Clojars

2020-05-17 Thread Erik Assum
I think I agree with Sean that the time frame is a bit short. One thing is making deps-deploy (and also pomegranate) work with tokens (which I’m confident I can handle). Another thing is that I would imagine both leiningen and boot would need new releases and people would need to adopt those relea

Re: [ANN] Deploy tokens for Clojars

2020-05-17 Thread Erik Assum
D’oh, please disregard. After reading the docs, I see that no changes would be needed, apart from updating the docs. Mea culpa, sorry for the noise. Erik. > On 18 May 2020, at 07:38, Erik Assum wrote: > > I think I agree with Sean that the time frame is a bit short. One thing is > making dep