public inbox for gsl-discuss@sourceware.org
 help / color / mirror / Atom feed
* GSL git setup
@ 2014-01-02 16:13 Patrick Alken
  2014-01-03 16:26 ` Rhys Ulerich
  0 siblings, 1 reply; 3+ messages in thread
From: Patrick Alken @ 2014-01-02 16:13 UTC (permalink / raw)
  To: gsl-discuss

Hello all,

   As some of you may know, we recently switched the GSL repository on 
savannah to use git instead of bzr. We currently have two main branches:

master - this will contain all new development features leading 
eventually to version 2.0. I have already incorporated the ALF extension 
into it for associated legendre functions, which required a new API that 
will not be backward compatible with the 1.x series. The old API is 
still available but marked as deprecated. We anticipate several further 
changes which will also change APIs.

maint-1 - this is the 1.x maintenance branch which will not be actively 
developed, but if there are any bug fixes required, we can easily use it 
to make another 1.x release

Anyone who would like to develop new features and submit patches please 
use the master branch for your work.

Thanks,
Patrick

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: GSL git setup
  2014-01-02 16:13 GSL git setup Patrick Alken
@ 2014-01-03 16:26 ` Rhys Ulerich
  2014-01-03 16:29   ` Patrick Alken
  0 siblings, 1 reply; 3+ messages in thread
From: Rhys Ulerich @ 2014-01-03 16:26 UTC (permalink / raw)
  To: Patrick Alken; +Cc: gsl-discuss

> We currently have two main branches...
>
> master - this will contain all new development features leading eventually
> to version 2.0...

> maint-1 - this is the 1.x maintenance branch which will not be actively
> developed..

Sounds like a plan.  Thank you Patrick.

For new stuff, should we then plan to create topic/feature branches
from master, have the right folks review it if necessary, and then
merge into master?

- Rhys

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: GSL git setup
  2014-01-03 16:26 ` Rhys Ulerich
@ 2014-01-03 16:29   ` Patrick Alken
  0 siblings, 0 replies; 3+ messages in thread
From: Patrick Alken @ 2014-01-03 16:29 UTC (permalink / raw)
  To: gsl-discuss


> Sounds like a plan.  Thank you Patrick.
>
> For new stuff, should we then plan to create topic/feature branches
> from master, have the right folks review it if necessary, and then
> merge into master?
>
> - Rhys
Yes that is what I'm planning to do, anything which is slightly 
nontrivial should get its own branch+merge since branching is so 
effortless in git

Patrick

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-01-03 16:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-01-02 16:13 GSL git setup Patrick Alken
2014-01-03 16:26 ` Rhys Ulerich
2014-01-03 16:29   ` Patrick Alken

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).