Re: [Zope-dev] zope.container broken

2009-03-10 Thread Wolfgang Schnerring
* Roger Ineichen d...@projekt01.ch [2009-03-09 02:12]:
 The zope.container package was broken.
 I added a missing ComponentLookupError import.

Also, there was a typo in that conditional branch, it should have been
self.context, not just context. I guess that's what I got for not writing a test
in the first place when I updated that browserDefault()-method. Sorry...

We just (r97680) finally wrote the test and fixed the typo.

Wolfgang

-- 
Wolfgang Schnerring · w...@gocept.com
gocept gmbh  co. kg · forsterstraße 29 · 06112 halle (saale) · germany
http://gocept.com · tel +49 345 1229889 0 · fax +49 345 1229889 1
Zope and Plone consulting and development

___
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] zope.container broken

2009-03-09 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Roger Ineichen wrote:

 The zope.container package was broken.
 I added a missing ComponentLookupError import.

Yup, and there is no test for that 'browserDefault' raising the error,
either.

 Can someone with a linux/windows system release
 zope.component with the C extensions?

Why do you need a release?  I don't think we are quite done tweaking it,
or adding package docs.  For instance, I don't even know that anybody
has run the compattest suite against the new version.


Tres.
- --
===
Tres Seaver  +1 540-429-0999  tsea...@palladion.com
Palladion Software   Excellence by Designhttp://palladion.com
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFJtQaF+gerLs4ltQ4RAuWYAJ9PbnziYoL77wgVl9mimMb9e64TwgCfTIIP
jZhCU7zx/ufXObQJDMk4iic=
=cLFY
-END PGP SIGNATURE-

___
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] zope.container broken

2009-03-09 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Roger Ineichen wrote:

 The zope.container package was broken.
 I added a missing ComponentLookupError import.

Yup, and there is no test for that 'browserDefault' raising the error,
either.

 Can someone with a linux/windows system release
 zope.component with the C extensions?

Why do you need a release?  I don't think we are quite done tweaking it,
or adding package docs.  For instance, I don't even know that anybody
has run the compattest suite against the new version.


Tres.
- --
===
Tres Seaver  +1 540-429-0999  tsea...@palladion.com
Palladion Software   Excellence by Designhttp://palladion.com
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFJtQaF+gerLs4ltQ4RAuWYAJ9PbnziYoL77wgVl9mimMb9e64TwgCfTIIP
jZhCU7zx/ufXObQJDMk4iic=
=cLFY
-END PGP SIGNATURE-
___
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] zope.container broken

2009-03-09 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Tres Seaver wrote:
 Roger Ineichen wrote:
 
 The zope.container package was broken.
 I added a missing ComponentLookupError import.
 
 Yup, and there is no test for that 'browserDefault' raising the error,
 either.
 
 Can someone with a linux/windows system release
 zope.component with the C extensions?
 
 Why do you need a release?  I don't think we are quite done tweaking it,
 or adding package docs.  For instance, I don't even know that anybody
 has run the compattest suite against the new version.

I see that 'wosc' beat me to the punch and checked in tests. ;)


Tres.
- --
===
Tres Seaver  +1 540-429-0999  tsea...@palladion.com
Palladion Software   Excellence by Designhttp://palladion.com
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFJtQpt+gerLs4ltQ4RAv8VAKCq2cPl33pdxsNrmzc1FqoEL7LO3wCdHfOH
3r7J5SIoMc4IZO6Z6lJuI0Q=
=1QY5
-END PGP SIGNATURE-
___
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] zope.container broken

2009-03-09 Thread Roger Ineichen
Hi Tres

 Betreff: Re: [Zope-dev] zope.container broken
 
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 Roger Ineichen wrote:
 
  The zope.container package was broken.
  I added a missing ComponentLookupError import.
 
 Yup, and there is no test for that 'browserDefault' raising 
 the error, either.
 
  Can someone with a linux/windows system release zope.component with 
  the C extensions?
 
 Why do you need a release?  

Hm, I'm confused. Because the existing release is broken.

 I don't think we are quite done 
 tweaking it, or adding package docs.  For instance, I don't 
 even know that anybody has run the compattest suite against 
 the new version.

I'm not up to date with zope.container.
What is a show stopper for another release?

Regards
Roger Ineichen

___
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] zope.container broken

2009-03-09 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Roger Ineichen wrote:
 Hi Tres
 
 Betreff: Re: [Zope-dev] zope.container broken

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 Roger Ineichen wrote:

 The zope.container package was broken.
 I added a missing ComponentLookupError import.
 Yup, and there is no test for that 'browserDefault' raising 
 the error, either.

 Can someone with a linux/windows system release zope.component with 
 the C extensions?
 Why do you need a release?  
 
 Hm, I'm confused. Because the existing release is broken.
 
 I don't think we are quite done 
 tweaking it, or adding package docs.  For instance, I don't 
 even know that anybody has run the compattest suite against 
 the new version.
 
 I'm not up to date with zope.container.
 What is a show stopper for another release?

You asked for a release of zope.component, including C extensions.


Tres.
- --
===
Tres Seaver  +1 540-429-0999  tsea...@palladion.com
Palladion Software   Excellence by Designhttp://palladion.com
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFJtTAK+gerLs4ltQ4RAiFFAKCzCfXmgiiBVkkuU2lXXGAMOcwJHACgstx5
zR6M27Ypm/hcSKUE39vOPTg=
=XnMj
-END PGP SIGNATURE-
___
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] zope.container broken

2009-03-09 Thread Roger Ineichen
Hi Tres

 Betreff: Re: AW: [Zope-dev] zope.container broken

[...]

  Can someone with a linux/windows system release 
 zope.component with 
  the C extensions?
  Why do you need a release?  
  
  Hm, I'm confused. Because the existing release is broken.
  
  I don't think we are quite done
  tweaking it, or adding package docs.  For instance, I 
 don't even know 
  that anybody has run the compattest suite against the 
 new version.
  
  I'm not up to date with zope.container.
  What is a show stopper for another release?
 
 You asked for a release of zope.component, including C extensions.

Uhhh, must be late last night ;-)

Regards
Roger Ineichen

___
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] zope.container broken

2009-03-08 Thread Roger Ineichen
Hi

The zope.container package was broken.
I added a missing ComponentLookupError import.

Can someone with a linux/windows system release
zope.component with the C extensions?

Regards
Roger Ineichen
_
END OF MESSAGE

___
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 )