RE: Migrating nREPL out of Clojure Contrib

2017-07-19 Thread Sean Corfield
At the risk of being unpopular…  I think there are quite a few people who _say_ that it’s an obstacle to their contributing to Clojure or to a Contrib library but in reality they wouldn’t actually contribute anyway, so it becomes an excuse. For example, I’ve seen many people over the years

Re: Deserialization "gadget chain" in clojure

2017-07-19 Thread Ian Haken
Hey Alex, Thanks for digging and the quick reply. I missed your reply originally (apparently I have much to learn about properly subscribing to google groups), so sorry about the delay. Your understanding is completely correct and your assessment around the best way to mitigate this issue

Re: Migrating nREPL out of Clojure Contrib

2017-07-19 Thread Andy Fingerhut
Contribs are on github, but none of them accept pull requests. All of them use JIRA for tickets, listed here: https://dev.clojure.org/jira/secure/BrowseProjects.jspa#all Some background on the contribution process: https://dev.clojure.org/display/community/Contributing+FAQ Andy On Tue, Jul 18,

Re: Migrating nREPL out of Clojure Contrib

2017-07-19 Thread Rick Moynihan
On 19 July 2017 at 01:03, Chas Emerick wrote: > > > On 7/18/2017 14:40, Alex Miller wrote: > > > If all of the nontrivial contributors to the project decide they >> want to change the license later, do we also need to obtain Rich's >> assent? > > > This has nothing to do with

Re: Migrating nREPL out of Clojure Contrib

2017-07-19 Thread Bozhidar Batsov
Contrib projects do not accept pull requests. They accept only patches submitted via JIRA. On Wed, Jul 19, 2017 at 09:11 Didier wrote: > I'm not too familiar with the way contribs are managed, isn't tools.nrepl > repo in github? Wouldn't the only step to contribute be to sign

Re: Migrating nREPL out of Clojure Contrib

2017-07-19 Thread Didier
I'm not too familiar with the way contribs are managed, isn't tools.nrepl repo in github? Wouldn't the only step to contribute be to sign the CA and send a pull request of your changes? -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to

Re: Migrating nREPL out of Clojure Contrib

2017-07-19 Thread Mikera
Why is the EPL a problem? It is pretty much the standard in the Clojure ecosystem, even for non-core libraries. As long as you keep future contributions under the EPL, surely you can just fork and drop the CLA requirement? FWIW, I've been using nREPL for a "Clojure-like" experimental language

Reducing Jar file size for AWS Lambda

2017-07-19 Thread Jose Trigueros
Hi all, I've been using AWS Lambda for a small project. I've been leveraging the lein-clj-lambda plugin to build and upload the compiled Jar to S3 which is then used to update my Lambda function. Aside from the Jar generation, a lot of the time is

Re: Migrating nREPL out of Clojure Contrib

2017-07-19 Thread Didier
So do we have any idea of contributions are not made because of the CA or Jira? I understand it's hard to estimate how many people were discouraged by this. Maybe it should be part of the Clojure survey nexr time. Were you ever discouraged to contribute to a Contrib lib because of Jira? Were