Re: [Zope-dev] zope.app.form and zope.formlib

2010-01-11 Thread Charlie Clark
Am 30.12.2009, 19:06 Uhr, schrieb Martijn Faassen : > To do sane functional tests I need a form library. I can't use > zope.formlib in zope.formlibwidget as that would create a circular > dependency (at least for tests, but that's ugly enough). > So my conclusion is to move zope.app.form's widget

Re: [Zope-dev] zope.app.form and zope.formlib

2010-01-08 Thread Marius Gedminas
On Thu, Dec 31, 2009 at 01:52:48AM +0100, Martijn Faassen wrote: > Martijn Faassen wrote: > > So I'm back to my original approach again... > > This approach is working; I've moved the widget implementations and most > tests from zope.app.form into zope.formlib now. zope.formlib has no more > dep

Re: [Zope-dev] zope.app.form and zope.formlib

2010-01-08 Thread Christian Theune
On 12/31/2009 01:52 AM, Martijn Faassen wrote: > Hey, > > Martijn Faassen wrote: >> So I'm back to my original approach again... > > This approach is working; I've moved the widget implementations and most > tests from zope.app.form into zope.formlib now. zope.formlib has no more > dependency on zo

Re: [Zope-dev] zope.app.form and zope.formlib

2009-12-30 Thread Martijn Faassen
Hey, Martijn Faassen wrote: > So I'm back to my original approach again... This approach is working; I've moved the widget implementations and most tests from zope.app.form into zope.formlib now. zope.formlib has no more dependency on zope.app.form anymore either, instead zope.app.form depends

[Zope-dev] zope.app.form and zope.formlib

2009-12-30 Thread Martijn Faassen
Hi there, I've been trying to clean up the zope.formlib/zope.app.form situation. This is a report about my lack of progress so far, just so I have something to show for it. :) zope.app.form is in practice in use as a widget library for zope.formlib. It however also contains code that supports