Re: [Math] Github vs. ASF Repo vs. Rest of World (Non Apache Github Users)

2014-10-17 Thread Ole Ersoy
On 10/17/2014 03:12 PM, sebb wrote: On 17 October 2014 19:49, Ole Ersoy wrote: Hi, I'm following the discussion of how MATH-1138 was handled (Which I enjoy reading because I'm very impressed with how eloquently everyone communicates their points of view). Just a warning that I might be ignor

Re: [Math] Github vs. ASF Repo vs. Rest of World (Non Apache Github Users)

2014-10-17 Thread Hank Grabowski
Ah, that is a more complicated question. Those discussions definitely aren't part of the repository. As someone now recently bitten by the confusion in where discussions should be taking place, I agree there should be a good documentation of those swim lanes. I'm new to contributing to open sour

Re: [Math] Github vs. ASF Repo vs. Rest of World (Non Apache Github Users)

2014-10-17 Thread sebb
On 17 October 2014 21:16, Hank Grabowski wrote: > The nice thing about Github, from my perspective as a person with only > read-only access to the ASF repositories, is that it provides me with the > ability to work in my own fork and then initiate pull requests that can be > incorporated into the

Re: [Math] Github vs. ASF Repo vs. Rest of World (Non Apache Github Users)

2014-10-17 Thread Hank Grabowski
The nice thing about Github, from my perspective as a person with only read-only access to the ASF repositories, is that it provides me with the ability to work in my own fork and then initiate pull requests that can be incorporated into the root repository. I think it is still ideal that the GitH

Re: [Math] Github vs. ASF Repo vs. Rest of World (Non Apache Github Users)

2014-10-17 Thread sebb
On 17 October 2014 19:49, Ole Ersoy wrote: > Hi, > > I'm following the discussion of how MATH-1138 was handled (Which I enjoy > reading because I'm very impressed with how eloquently everyone communicates > their points of view). > > Just a warning that I might be ignoring [2] (Stolen from Gilles)

Re: [math] GitHub vs ASF Repo

2014-10-17 Thread Hank Grabowski
Thanks for the heads up. I had core.autocrlf set to true in my git global settings but maybe GitHub's software wasn't honoring it without the explicit gitattributes file, that I've now configured. We will see when I do a pull request for some of those other features in the near future. On Fri, O

Re: [math] GitHub vs ASF Repo

2014-10-17 Thread Luc Maisonobe
Hi Hank, Le 16/10/2014 20:20, Hank Grabowski a écrit : > OK. I submitted the pull request yesterday. I'm going to now remove the > diff from JIRA. > > https://github.com/apache/commons-math/pull/2 Thank you. I have merged this request and pushed the result to our main repository. The only chan

Re: [math] GitHub vs ASF Repo

2014-10-16 Thread Hank Grabowski
OK. I submitted the pull request yesterday. I'm going to now remove the diff from JIRA. https://github.com/apache/commons-math/pull/2 On Tue, Oct 14, 2014 at 9:36 AM, luc wrote: > Le 2014-10-14 15:16, Hank Grabowski a écrit : > >> Should I try an experiment with that with those interpolator

Re: [math] GitHub vs ASF Repo

2014-10-14 Thread luc
Le 2014-10-14 15:16, Hank Grabowski a écrit : Should I try an experiment with that with those interpolator changes I put the diff into JIRA for and remove that flle from the JIRA issue or is the process of using that diff already underway so it would create more brain daamge than it was worth?

Re: [math] GitHub vs ASF Repo

2014-10-14 Thread Hank Grabowski
Should I try an experiment with that with those interpolator changes I put the diff into JIRA for and remove that flle from the JIRA issue or is the process of using that diff already underway so it would create more brain daamge than it was worth? On Tue, Oct 14, 2014 at 9:12 AM, luc wrote: > H

Re: [math] GitHub vs ASF Repo

2014-10-14 Thread luc
Hi Hank, Le 2014-10-14 15:01, Gilles a écrit : On Tue, 14 Oct 2014 08:36:07 -0400, Hank Grabowski wrote: It seems that the GitHub repository is now staying in sync with the ASF repository. Is the preferred workflow going to be (or already is) forking inside of GitHub and then doing pull reque

Re: [math] GitHub vs ASF Repo

2014-10-14 Thread Gilles
On Tue, 14 Oct 2014 08:36:07 -0400, Hank Grabowski wrote: It seems that the GitHub repository is now staying in sync with the ASF repository. Is the preferred workflow going to be (or already is) forking inside of GitHub and then doing pull requests or will the workflow be to work directly wit