Re: [Zope-dev] z3c.form - status of 1.9.0 and 2.0 (and a bug)

2009-04-05 Thread Stephan Richter
On Sunday 05 April 2009, Adam GROSZER wrote:
> I think 1.9 is a definite candidate for bugfixes because it is
> included right now in KGS 3.4, that means it should be the stable on.

I agree.

> 2.0 depends already on features of some packages of the trunk.
> (I asked also myself whether that's a good thing, because 1.9 is so
> ancient and 2.0 does not work with KGS 3.4)

Correct.

> I would make a branch from the
> svn://svnzope/repos/main/z3c.form/tags/1.9.0
> tag, do the bugfix and make the release as 1.9.1.

Yep.

Regards,
Stephan
-- 
Stephan Richter
Web Software Design, Development and Training
Google me. "Zope Stephan Richter"
___
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] z3c.form - status of 1.9.0 and 2.0 (and a bug)

2009-04-05 Thread Stephan Richter
On Sunday 05 April 2009, Martin Aspeli wrote:
> I thought to fix that in svn, but there's no 1.9.x branch, and 2.0
> (trunk) is a very different beast.

I usually do not create a branch for a major version until it is needed. I 
then use the latest tag of that version and copy it to the branch.

> Tracking 2.0 trunk is not an option right now. I couldn't even get Zope
> to start up with 2.0 trunk, which is depending on lots of 3.5.x packages
> that I can't get to work with Zope.

Right. Feel free to create the 1.9.x branch.

> So, for now, I've made do with a monkey patch, but that's obviously not
> ideal. So:
>
>   - When will we see a 2.0 release? I asked that question months ago,
> but I'm not sure if we're any closer?

We are much closer. Adam just reported 100% code coverage to me. That was my 
final requirement. However, in light of this E-mail he asked to consider BBB 
support for Zope 3.4, which I would like to grant, since it would open all 
those wonderful new features to the Plone and Zope 2 developers.

>   - What do we do with the 1.9.x line?

Create a bug-fix branch. Of course, this becomes a weaker plan, if we have 
Zope 3.4 compatibility in 2.0

Regards,
Stephan

-- 
Stephan Richter
Web Software Design, Development and Training
Google me. "Zope Stephan Richter"
___
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] z3c.form - status of 1.9.0 and 2.0 (and a bug)

2009-04-05 Thread Adam GROSZER
Hello Martin,

I think 1.9 is a definite candidate for bugfixes because it is
included right now in KGS 3.4, that means it should be the stable on.

2.0 depends already on features of some packages of the trunk.
(I asked also myself whether that's a good thing, because 1.9 is so
ancient and 2.0 does not work with KGS 3.4)

I would make a branch from the
svn://svnzope/repos/main/z3c.form/tags/1.9.0
tag, do the bugfix and make the release as 1.9.1.

Stephan?

Sunday, April 5, 2009, 1:15:06 PM, you wrote:

MA> Hi,

MA> Today, I found a bug in ChoiceTerms: it will only bind the field if 
MA> field.vocabulary is None, which breaks uses of an IContextSourceBinder.

MA> I thought to fix that in svn, but there's no 1.9.x branch, and 2.0 
MA> (trunk) is a very different beast.

MA> Tracking 2.0 trunk is not an option right now. I couldn't even get Zope
MA> to start up with 2.0 trunk, which is depending on lots of 3.5.x packages
MA> that I can't get to work with Zope.

MA> So, for now, I've made do with a monkey patch, but that's obviously not
MA> ideal. So:

MA>   - When will we see a 2.0 release? I asked that question months ago, 
MA> but I'm not sure if we're any closer?

MA>   - What do we do with the 1.9.x line?

MA> Cheers,
MA> Martin



-- 
Best regards,
 Adam GROSZERmailto:agros...@gmail.com
--
Quote of the day:
Any surplus is immoral

___
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )


[Zope-dev] z3c.form - status of 1.9.0 and 2.0 (and a bug)

2009-04-05 Thread Martin Aspeli
Hi,

Today, I found a bug in ChoiceTerms: it will only bind the field if 
field.vocabulary is None, which breaks uses of an IContextSourceBinder.

I thought to fix that in svn, but there's no 1.9.x branch, and 2.0 
(trunk) is a very different beast.

Tracking 2.0 trunk is not an option right now. I couldn't even get Zope 
to start up with 2.0 trunk, which is depending on lots of 3.5.x packages 
that I can't get to work with Zope.

So, for now, I've made do with a monkey patch, but that's obviously not 
ideal. So:

  - When will we see a 2.0 release? I asked that question months ago, 
but I'm not sure if we're any closer?

  - What do we do with the 1.9.x line?

Cheers,
Martin

-- 
Author of `Professional Plone Development`, a book for developers who
want to work with Plone. See http://martinaspeli.net/plone-book

___
Zope-Dev maillist  -  Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )