Re: [Zope3-dev] Re: [Zope-CMF] Fighting the Zope 2.9 testrunner

2006-03-24 Thread Chris Withers

Stuart Bishop wrote:

silence it (and open a bug report at the same time). The noisier test output
is, the more likely you are to miss relevant information.


Totally agreed, I was kinda shocked at how many deprecation errors Zope 
2.9 ships with :-(


Chris

--
Simplistix - Content Management, Zope  Python Consulting
   - http://www.simplistix.co.uk

___
Zope-CMF maillist  -  Zope-CMF@lists.zope.org
http://mail.zope.org/mailman/listinfo/zope-cmf

See http://collector.zope.org/CMF for bug reports and feature requests


Re: [Zope3-dev] Re: [Zope-CMF] Fighting the Zope 2.9 testrunner

2006-03-23 Thread Chris Withers

Stephan Richter wrote:

On Tuesday 21 March 2006 02:54, Chris Withers wrote:

I particularly hate the fact that no real effort was put into backwards
compatibility, not to mention those silly weird
sort-of-fifty-dots-per-line thing that doesn't actually work.


I think this is not fair. Jim has tried very, very hard to convert all the 
functionality in a backward-compatible way. 


...except one of the most commonly used parameters ;-)

cheers,

Chris

--
Simplistix - Content Management, Zope  Python Consulting
   - http://www.simplistix.co.uk

___
Zope-CMF maillist  -  Zope-CMF@lists.zope.org
http://mail.zope.org/mailman/listinfo/zope-cmf

See http://collector.zope.org/CMF for bug reports and feature requests


Re: [Zope3-dev] Re: [Zope-CMF] Fighting the Zope 2.9 testrunner

2006-03-23 Thread Chris Withers

Philipp von Weitershausen wrote:

Tres Seaver wrote:

I'm not sure what Chris meant, but the change to the visual output of
the testrunner when running with dots seems gratuitous to me, as well
-- I don't see any benefit to the indented, narrower output,


Me neither, for what it's worth.


Okay, Tres, can you give me a line number I can poke at to remove this?
It seems like Jim doesn't care too much, and I see 3 people at least who 
don't like it.



Zope 2.9 broke the 'confiugre-make' dance in several ways, due (I think)
to the choice to bolt on^H^H^H^H^H^H^Hretrofit zpkg.


Sort of. It didn't break configure  make. It's just make install
that was broken.


I think Tres was assuming that was an integral part of it ;-)


I still don't understand why people whine about make install being
gone. The point of a checkout is that you have a full functional SVN
working copy, not an installation source. If you want to install things,
use a TGZ archive which lets you do make install perfectly fine. I've
never installed Zope anywhere except on production servers anyway, and
there you should obviously use releases.


Tres and Jens have already made the comments I was going to, but just to 
note that I strongly agree with them...


cheers,

Chris

--
Simplistix - Content Management, Zope  Python Consulting
   - http://www.simplistix.co.uk

___
Zope-CMF maillist  -  Zope-CMF@lists.zope.org
http://mail.zope.org/mailman/listinfo/zope-cmf

See http://collector.zope.org/CMF for bug reports and feature requests


Re: [Zope3-dev] Re: [Zope-CMF] Fighting the Zope 2.9 testrunner

2006-03-22 Thread Chris Withers

Jim Fulton wrote:
 From the old testrunner, which I miss *a lot*, I could ensure I am 
indeed running a specific module by doing...


Yup, this is one of the things I like least from the Zope 3 world. 
What happened to proposals and community agreement before inflicting 
big changes on other people who're trying to help out?


Oh cut the crap.  


Hmm, I'm confused by this. If there's a proposal, my bad, point me at 
it. If there isn't, well, it's kinda odd to receive abuse for pointing 
out that you aren't sticking to your own processes...



The new test runner tries very hard to be backward
compatible. 


...but misses one of the most common use cases from the old one, and you 
didn't seem particularly fussed about fixing this :-S



This breakage was not intentional. It was a bug.  There is an
easy work around: just use the -m option.


It can't be that hard to put in some syntactic sugar to support this. I 
was going to give it a shot myself but I ran out of time, and I worry 
about things like the regex matching the old testrunner used to dowhen 
using the missing option.


I particularly hate the fact that no real effort was put into 
backwards compatibility, not to mention those silly weird 
sort-of-fifty-dots-per-line thing that doesn't actually work.


What the heck are you talking about? What doesn't work?


Here's a literal screen dump:

C:\Zope\2.9iC:\Zope\2.9.1\bin\python.exe C:\Zope\2.9.1\bin\test.py 
--config-file C:\Zope\2.9i\etc\zope.conf --keepbytecode

Parsing C:\Zope\2.9i\etc\zope.conf
Running tests at level 1
Running unit tests:
  Running:
.C:\Zope\2.9.1\lib\python\OFS\Application.py:598:DeprecationWarning:
The zLOG package is deprecated and will be removed in Zope 2.11. Use the 
Python logging module instead.

  ('New disk product detected, determining if we need '
.
.
  Ran 63 tests with 0 failures and 0 errors in 6.009 seconds.

C:\Zope\2.9i

It looks bizarre having that carriage return in the middle of the row of 
dots. What's the point of the change that Tres added his patch to avoid 
seeing?


Chris

--
Simplistix - Content Management, Zope  Python Consulting
   - http://www.simplistix.co.uk

___
Zope-CMF maillist  -  Zope-CMF@lists.zope.org
http://mail.zope.org/mailman/listinfo/zope-cmf

See http://collector.zope.org/CMF for bug reports and feature requests


Re: [Zope3-dev] Re: [Zope-CMF] Fighting the Zope 2.9 testrunner

2006-03-22 Thread Paul Winkler
On Wed, Mar 22, 2006 at 06:25:41PM +0100, Martijn Faassen wrote:
 Anyway, a release and the development situation looking similar helps 
 people actually work on the same codebase and structure, and not having 
 to learn different ways of doing things as soon as they switch. Forcing 
 context switches on people isn't a good idea.

+1
 
-- 

Paul Winkler
http://www.slinkp.com
___
Zope-CMF maillist  -  Zope-CMF@lists.zope.org
http://mail.zope.org/mailman/listinfo/zope-cmf

See http://collector.zope.org/CMF for bug reports and feature requests