Re: [gtkmvc-users] SVN aligned with master branch
Brought to you by:
cavada
From: Roberto C. <rob...@gm...> - 2010-10-11 09:35:55
|
On Sun, 2010-10-10 at 16:20 +0200, Tobias Weber wrote: > On 09.10.2010, at 23:48, Roberto Cavada wrote: > > > I just closed the activity for aligning master branch to SVN trunk. > > Great! Sorry I hadn't done it yet, was waiting for some tickets to be resolved. > > I ran the tests and committed small fixes, hopefully using svn correctly. > > http://github.com/Wile/gtkmvc/commit/756cd391ce577854b76c733a1f96c0187a6fe887 > > ^ you left out the createTables method, which breaks tests/sql.py. Is this on purpose? It might create unnecessary tables depending on what you import, but usually it's very convenient, and users can still do it manually. I am afraid I left it out by mistake :( I saw the commitment, but I thought I already ported it in. Thaks, fixed in rev. 168 > > After I have stabilized the trunk, I'd like to close and merge my experimental branches which are not public. > > You mean merge them into the public trunk? Do you want to discuss first? Sure! They address: 1. Renaming custom value properties to "logical properties" (LP) 2. Making LP getter/setter pair explicit, using decorators instead of implicit naming convention 3. Support for dependencies among LP We can discuss 'em in details if you want. r. |