[Python-projects] [ANN] hgview 1.2.0

2010-01-21 Thread David Douard
Hi everybody, I have the pleasure to announce you the release of the version `1.2.0`_ of hgview_. In a nutshell, this release includes: - basic support for mq_ extension, - basic support for `hg-bfiles`_ extension, - working directory is now displayed as a node of the graph (if there are lo

Re: [Python-projects] another proposed pylint.bat exit value fix

2010-01-21 Thread Sylvain Thénault
On 21 janvier 22:33, Jonathan Hartley wrote: Hi Jonathan, [snip] > If no-one points out any outrageous idiocy in this idea then I'll > see if I can put together a patch to submit, if that's helpful. > Please be gentle with me as I do so, since I am a bear of little > brain. If Daniel and others

Re: [Python-projects] another proposed pylint.bat exit value fix

2010-01-21 Thread Jonathan Hartley
On 21/01/2010 21:08, Daniel Harding wrote: Jonathan Hartley wrote: Hi, I didn't see anyone follow up on Daniel Harding's assertion that his adapted pylint.bat fix could be improved to "detect and remove the --exitcode parameter from any position in the argument list." Has anyone done any w

Re: [Python-projects] another proposed pylint.bat exit value fix

2010-01-21 Thread Daniel Harding
Jonathan Hartley wrote: For reasons I can't explain, the scripts I describe below work for me. However my foolish intellect insists that perhaps pylint-script.py should actually read: import sys from pylint import lint sys.exit(lint.Run(sys.argv[1:])) (ie. explicitly calling sys.e

Re: [Python-projects] another proposed pylint.bat exit value fix

2010-01-21 Thread Daniel Harding
Jonathan Hartley wrote: Hi, I didn't see anyone follow up on Daniel Harding's assertion that his adapted pylint.bat fix could be improved to "detect and remove the --exitcode parameter from any position in the argument list." Has anyone done any work on this? I could implement this if anyon

Re: [Python-projects] another proposed pylint.bat exit value fix

2010-01-21 Thread Jonathan Hartley
For reasons I can't explain, the scripts I describe below work for me. However my foolish intellect insists that perhaps pylint-script.py should actually read: import sys from pylint import lint sys.exit(lint.Run(sys.argv[1:])) (ie. explicitly calling sys.exit) Jonathan Hartley

[Python-projects] another proposed pylint.bat exit value fix

2010-01-21 Thread Jonathan Hartley
Hi, I didn't see anyone follow up on Daniel Harding's assertion that his adapted pylint.bat fix could be improved to "detect and remove the --exitcode parameter from any position in the argument list." Has anyone done any work on this? I'm no batch file expert, but I just discovered an alter

Re: [Python-projects] pylint: Infinite loop within Typecheck checker

2010-01-21 Thread Sylvain Thénault
On 04 décembre 12:17, Helmut Namyslo wrote: > Hi, Hi Helmut, I've just resurrected your mail and seen that no one answered you, sorry about that. I've been able to reproduce your pb with the latest (0.19) pylint release, and added your test case to http://www.logilab.org/ticket/19882. > I attac