Ah, I see I see. I think this was a one off thing, and pretty simple - so Stuart fixing it is fine. If I come across a few more patches I'd like to submit, I'll definitely go through this process. Thanks for the information Aaron.
Tim Washington [email protected] 416.843.9060 On Thu, Jun 30, 2011 at 3:33 PM, Aaron Bedra <[email protected]> wrote: > ** > The process for getting code into Clojure's official libraries is the same > as it is for the language. We work with patches submitted to JIRA ( > http://dev.clojure.org/jira) rather than github pull requests. It allows > us to track things a little bit easier. We also require that all > contributors sign the Clojure contributor agreement (referred to as the > CA). I did a quick check and didn't see your name on the list. Please > forgive me if I didn't search properly and you are already on there. > > For this issue in particular, it will probably be easiest to just let > Stuart fix things up quickly. If you are interested in contributing in the > future I encourage you to get your CA in and sign up for an account on > JIRA. Make sure not to send your CA certified or require a signature as it > will most likely bounce back to you. > > Cheers, > > Aaron Bedra > -- > Clojure/core > http://clojure.com > > > On 06/30/2011 10:09 AM, Timothy Washington wrote: > > I already made a quick fix and put in a github pull request. You can do > whichever is easier. > > > Tim Washington > [email protected] > 416.843.9060 > > > > On Thu, Jun 30, 2011 at 8:52 AM, Stuart Sierra < > [email protected]> wrote: > >> clojure.core/*out* is usually a PrintWriter, but its docstring only >> specifies that it's a Writer. So it's a bug for data.json to assume >> PrintWriter. I'll fix it. >> >> -Stuart Sierra >> clojure.com >> -- >> You received this message because you are subscribed to the Google >> Groups "Clojure" group. >> To post to this group, send email to [email protected] >> Note that posts from new members are moderated - please be patient with >> your first post. >> To unsubscribe from this group, send email to >> [email protected] >> For more options, visit this group at >> http://groups.google.com/group/clojure?hl=en >> > > -- > You received this message because you are subscribed to the Google > Groups "Clojure" group. > To post to this group, send email to [email protected] > Note that posts from new members are moderated - please be patient with > your first post. > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/clojure?hl=en > > > -- > You received this message because you are subscribed to the Google > Groups "Clojure" group. > To post to this group, send email to [email protected] > Note that posts from new members are moderated - please be patient with > your first post. > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/clojure?hl=en > -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
