possible split of zope.app.generations to zope.generations
Hi, Now when zope refactoring is in progress, would it be possible to refactor zope.app.generations package so there would be for example package zope.generations that would depend only on ZODB3 package ? I'm using zope.app.generations to upgrade the DB schema in my web project, and in future I want to use ZODB3 in my desktop-only projects. Thanks in advance Regards Roman Lacko
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Lacko Roman wrote:
Now when zope refactoring is in progress, would it be possible to refactor zope.app.generations package so there would be for example package zope.generations that would depend only on ZODB3 package ?
+1.
I'm using zope.app.generations to upgrade the DB schema in my web project, and in future I want to use ZODB3 in my desktop-only projects.
Tres. - -- =================================================================== Tres Seaver +1 540-429-0999 tseaver@palladion.com Palladion Software "Excellence by Design" http://palladion.com -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFJ3hbG+gerLs4ltQ4RAhPZAKCXttAAU/GzePZXiUjkr2HWUWx5pQCePcAc Fid+XKDHg3lif07cs62+BNo= =jWvA -----END PGP SIGNATURE-----
Hey Lacko, Lacko Roman wrote:
Now when zope refactoring is in progress, would it be possible to refactor zope.app.generations package so there would be for example package zope.generations that would depend only on ZODB3 package ?
I'm using zope.app.generations to upgrade the DB schema in my web project, and in future I want to use ZODB3 in my desktop-only projects.
I'm +1 on such a project. (though I suspect the zope.interface dependeny and the zope.component dependency will also still stay, right?) Important is to leave zope.app.generations in place and make it depend on zope.generations for much of its functionality. The challenge will be to refactor the tests (README.txt) so it doesn't depend on things like zope.app.testing anymore. Do you have checkin rights into svn.zope.org? If not, please read this: http://www.zope.org/DevHome/Subversion/ImpatientPeoplesGuideToRequestingComm... Feel free to cc me and list me as the existing contributor that vouches for you. Regards, Martijn
participants (3)
-
Lacko Roman -
Martijn Faassen -
Tres Seaver