Re: Proposals/feedback for a distributed version control system for cutecash?

2010-03-30 Thread Yawar Amin
On 3/30/10 11:14 AM, Derek Atkins said: > [...] > 2) What features does the distributed VCS have that SVN does not (based >on how we use SVN)? > One killer feature is git bisect: http://lwn.net/Articles/317154/ (written by the bisect author) With bisect, hunting for a commit that introduce

Re: Compile error with --enable-python-bindings

2010-03-30 Thread Mike Evans
Am Dienstag, 30. März 2010 schrieb Derek Atkins: > Mike Evans writes: > > gnucash_core.c: In function '_wrap_gncSplitGetGUID': > > gnucash_core.c:3268: error: 'GUID' undeclared (first use in this > > function) gnucash_core.c:3268: error: (Each undeclared identifier is > > reported only once gnucas

Re: Compile error with --enable-python-bindings

2010-03-30 Thread Christian Stimming
Am Dienstag, 30. März 2010 schrieb Derek Atkins: > Mike Evans writes: > > gnucash_core.c: In function '_wrap_gncSplitGetGUID': > > gnucash_core.c:3268: error: 'GUID' undeclared (first use in this > > function) gnucash_core.c:3268: error: (Each undeclared identifier is > > reported only once gnucas

Re: r18979 - gnucash/trunk/src/gnome - Replace IF_TYPE macro with a validation function

2010-03-30 Thread Christian Stimming
Very good! So far I didn't encounter this macro (fortunately), but I'm all in for replacing a macro with this weird characteristics by a normal function. After all, in gnucash we have not at all a performance bottleneck that would require using macros instead of normal function calls. Hence, I'm

Re: Proposals/feedback for a distributed version control system for cutecash?

2010-03-30 Thread John Ralls
On Mar 30, 2010, at 10:14 AM, Derek Atkins wrote: > John Ralls writes: > >> There's not much point to a read-only git repo, as it's pretty easy to just >> use git-svn instead. > > Actually, there WOULD be a point -- which is testing our migration > strategy to make sure all the SVN history is

Re: Proposals/feedback for a distributed version control system for cutecash?

2010-03-30 Thread Derek Atkins
John Ralls writes: > There's not much point to a read-only git repo, as it's pretty easy to just > use git-svn instead. Actually, there WOULD be a point -- which is testing our migration strategy to make sure all the SVN history is correctly in the repo. It would let us create the git repo, tes

Re: RFC: Move business-core objects (back) into engine, including their serialization

2010-03-30 Thread Derek Atkins
Hi, Geert Janssens writes: > On Saturday 27 March 2010, Christian Stimming wrote: >> For this reason I propose to move all code from business-core/ into >> engine/, the code from business-core/xml/ into backend/xml, and from >> business-core/sql into backend/sql. This will get us back to the p

Re: Proposals/feedback for a distributed version control system for cutecash?

2010-03-30 Thread John Ralls
On Mar 30, 2010, at 8:14 AM, Derek Atkins wrote: > Hi, > > Christian Stimming writes: > >> What would other devs around here choose as distributed VCS for a new >> project, and why? Do you know of any hosting sites with that VCS that >> offers continuous tracking of the original SVN branch? >

Re: RFC: Move business-core objects (back) into engine, including their serialization

2010-03-30 Thread Geert Janssens
On Saturday 27 March 2010, Christian Stimming wrote: > For this reason I propose to move all code from business-core/ into > engine/, the code from business-core/xml/ into backend/xml, and from > business-core/sql into backend/sql. This will get us back to the point > where each single level of

Re: Compile error with --enable-python-bindings

2010-03-30 Thread Derek Atkins
Mike Evans writes: > gnucash_core.c: In function '_wrap_gncSplitGetGUID': > gnucash_core.c:3268: error: 'GUID' undeclared (first use in this function) > gnucash_core.c:3268: error: (Each undeclared identifier is reported only once > gnucash_core.c:3268: error: for each function it appears in.) >

Re: Proposals/feedback for a distributed version control system for cutecash?

2010-03-30 Thread Derek Atkins
Hi, Christian Stimming writes: > Ideally, I'd like to find a hosting location with distributed VCS > hosting which automatically imports and tracks the gnucash/trunk SVN > branch, though. However, the only hosting place that supports this > seems to be launchpad.net - and their VCS is bazaar. (

Compile error with --enable-python-bindings

2010-03-30 Thread Mike Evans
On Tuesday March 30 2010 09:25:37 Andy Wingo wrote: > Hi, > > The attached patches drop the slib dependency, clean up some Scheme > code, with the end result that Guile 2.0 seems to work with Gnucash. > This process found a couple of bugs in Guile, so if you try with 2.0, > try from git. I get a c