[Python-projects] epydoc error when building doc for logilab-common

2010-04-26 Thread Sandro Tosi
Helo, I'm experiencing a very strange error when building doc for logilab-common: /usr/bin/make -C doc make[1]: Entering directory `/home/morph/deb/build-area/logilab-common-0.50.0/doc' mkdir -p apidoc epydoc --parse-only -o apidoc --html -v --no-private --exclude='test' --exclude="__pkginfo__" --

Re: [Python-projects] Upcoming Debian stable release and logilab tools new release(s)

2010-04-26 Thread Sandro Tosi
Hello Sylvain, On Mon, Apr 26, 2010 at 13:12, Sylvain Thénault wrote: > On 22 avril 23:49, Sandro Tosi wrote: >> Hello, > > Re, > >> as you're probably already aware, in some time (let's say a couple of >> months, maybe more) Debian will enter its "freeze" period, to >> stabilize the stable relea

[Python-projects] logilab-common 0.50.0 incompatibilty problem with pylint 0.20.0

2010-04-26 Thread Hebben, Maurice
Hi, I just updated to pylint 0.20.0 and logilab-common 0.50.0 and I got a Traceback when running pylint. In our local path a pylintrc file is present. The 'load_config_file' crashed (logilab-common): File "/usr/local/lib/python2.6/dist-packages/pylint-0.20.0-py2.6.egg/pylint/lint.py", line 861

Re: [Python-projects] nice pylint short help message vs. pylint 'first impression'

2010-04-26 Thread Sylvain Thénault
On 26 avril 14:24, Emile Anclin wrote: > On Monday 26 April 2010 12:21:50 Sylvain Thénault wrote: > > I prefer using a run with --include-ids in such case. Maybe that should > > be on by default. > >   > I am alright with --include-ids by default (since it's even in a pylint > alias for me ;) and

Re: [Python-projects] nice pylint short help message vs. pylint 'first impression'

2010-04-26 Thread Emile Anclin
On Monday 26 April 2010 12:21:50 Sylvain Thénault wrote: > > 2/ Imho, we should add "--list-msgs" to "pylint --help" : we often > > want to disable quickly a message and might not remember the id, or > > would like to have a fast overview. > >   > I prefer using a run with --include-ids in such cas

Re: [Python-projects] Upcoming Debian stable release and logilab tools new release(s)

2010-04-26 Thread Sylvain Thénault
On 22 avril 23:49, Sandro Tosi wrote: > Hello, Re, > as you're probably already aware, in some time (let's say a couple of > months, maybe more) Debian will enter its "freeze" period, to > stabilize the stable release, an no new upstream release are accepted. > > So I'd like to ask what are your

Re: [Python-projects] nice pylint short help message vs. pylint 'first impression'

2010-04-26 Thread Sylvain Thénault
On 26 avril 12:01, Emile Anclin wrote: > Hello, > > I think we are quite near to closing the ticket #19426 "first bad > impression", but would propose the following simple enhancements : > > 1/ > "-d" option for --disable > Sylvain would have liked "-e" or "-E" for --enable to have it symmetric.

Re: [Python-projects] nice pylint short help message vs. pylint 'first impression'

2010-04-26 Thread Mads Kiilerich
On 04/26/2010 12:01 PM, Emile Anclin wrote: 2/ Imho, we should add "--list-msgs" to "pylint --help" : we often want to disable quickly a message and might not remember the id, or would like to have a fast overview. I thought the intention was to always show the message IDs to make it easy for

[Python-projects] nice pylint short help message vs. pylint 'first impression'

2010-04-26 Thread Emile Anclin
Hello, recently Sylvain Thenault did a great work on creating a simple help message and setting up a refactoring for speed improvement. I think we are quite near to closing the ticket #19426 "first bad impression", but would propose the following simple enhancements : 1/ "-d" option for --disa

Re: [Python-projects] logilab-common - change of license

2010-04-26 Thread Sylvain Thénault
On 23 avril 19:05, Sandro Tosi wrote: > Hello, Hi Sandro, > I'm preparing debian package for the new 0.50.0 logilab-common release. > > I've noticed you've switched from GPLv2 to LGPLv2.1, but the COPYING > file shipped in the tarball still refers to GPLv2. I strongly advise > to update it asap.