Re: [Plplot-devel] Plplot-devel Digest, Vol 99, Issue 16

2014-08-20 Thread phil rosenberg
I'm happy too Phil-- Slashdot TV. Video for Nerds. Stuff that matters. http://tv.slashdot.org/___ Plplot-devel mailing list Plplot-devel@lists.sourceforge.net https://lists.so

Re: [Plplot-devel] Plplot-devel Digest, Vol 99, Issue 16

2014-08-20 Thread Alan W. Irwin
On 2014-08-20 11:29-0400 Hazen Babcock wrote: > On 8/20/2014 5:51 AM, plplot-devel-requ...@lists.sourceforge.net wrote: >> Date: Tue, 19 Aug 2014 12:24:54 -0700 (PDT) >> From: "Alan W. Irwin" > > .. > >> In sum, I think rebase-only is not only back on the table for our >> initial workflow model d

Re: [Plplot-devel] Trying to understand how git workflow for CMakeis enforced

2014-08-20 Thread Alan W. Irwin
On 2014-08-20 09:07-0700 phil rosenberg wrote: > Hi Alan > Re rebase, and shared topic branches see the second half of http://git-scm.com/book/en/Git-Branching-Rebasing. I still don't fully understand the implications, but it seems that if you branch from a branch that gets rebased, then you can/

Re: [Plplot-devel] exit() calls

2014-08-20 Thread phil rosenberg
I've just been having a look through the plexit calls. 99% of them are to do with memory allocation. I've begun creatin a plxxxarray structure where xxx could be flt, int, char, color etc to try to make memory management easier. The struct will contain the memory itself, the size of the array an

Re: [Plplot-devel] Trying to understand how git workflow for CMakeis enforced

2014-08-20 Thread phil rosenberg
Hi Alan Re rebase, and shared topic branches see the second half of  http://git-scm.com/book/en/Git-Branching-Rebasing. I still don't fully understand the implications, but it seems that if you branch from a branch that gets rebased, then you can/will end up with the same changes being included

Re: [Plplot-devel] Trying to understand how git workflow for CMake is enforced

2014-08-20 Thread Hazen Babcock
Correcting the subject line.. On 8/20/2014 11:29 AM, Hazen Babcock wrote: > On 8/20/2014 5:51 AM, plplot-devel-requ...@lists.sourceforge.net wrote: >> Date: Tue, 19 Aug 2014 12:24:54 -0700 (PDT) >> From: "Alan W. Irwin" > > .. > >> In sum, I think rebase-only is not only back on the table for ou

Re: [Plplot-devel] Plplot-devel Digest, Vol 99, Issue 16

2014-08-20 Thread Hazen Babcock
On 8/20/2014 5:51 AM, plplot-devel-requ...@lists.sourceforge.net wrote: > Date: Tue, 19 Aug 2014 12:24:54 -0700 (PDT) > From: "Alan W. Irwin" .. > In sum, I think rebase-only is not only back on the table for our > initial workflow model due to Brad's recommendation of it for that > purpose but

Re: [Plplot-devel] Trying to understand how git workflow for CMakeis enforced

2014-08-20 Thread Alan W. Irwin
On 2014-08-20 10:50+0100 Phil Rosenberg wrote: > Hi Alan > Just so you know, I have no real preference for either a merge or a rebase > workflow. > I feel that merge is more idealistically "gittish" but pragmatically the rebase workflow might be easier. The downside is that branches which have b

Re: [Plplot-devel] Trying to understand how git workflow for CMakeis enforced

2014-08-20 Thread Phil Rosenberg
Hi Alan Just so you know, I have no real preference for either a merge or a rebase workflow. I feel that merge is more idealistically "gittish" but pragmatically the rebase workflow might be easier. The downside is that branches which have been shared should not be rebased, because work that br