Re: [Python-projects] pylint suggestion

2009-12-28 Thread Pierre Rouleau
2009/12/28 Nicolas Chauvat > On Thu, Dec 24, 2009 at 08:12:42PM +, Daniel Harding wrote: > >> Could pylint.bat look for a command line parameter to determine which > >> behaviour is wanted? > > > > [...] > > > > I have attached an implementation of pylint.bat which calls exit only if > > Than

Re: [Python-projects] pylint suggestion

2009-12-23 Thread Pierre Rouleau
efault behaviour, ie invoking: > >pylint.bat > > should be for pylint.bat to call exit with /B (or not call exit at all?), > whereas invoking: > >pylint.bat --exitvalue > > would call exit(ERRORLEVEL) as currently. > Agreed, I would vote for that too. Pierre Rou

Re: [Python-projects] pylint suggestion

2009-12-23 Thread Pierre Rouleau
2009/12/23 Daniel Harding > > Pierre Rouleau wrote: > > > > > However, I wonder why we use a batch file to launch pylint. Why not > > write a python script that would be called pylint.py stored inside > > the Scripts directory? Under Windows, if the .py extens

Re: [Python-projects] pylint suggestion

2009-12-18 Thread Pierre Rouleau
On 16-Dec-09, at 9:04 AM, Amaury Forgeot d'Arc wrote: 2009/12/16 Daniel Harding okko.willeboor...@imtech.nl wrote: When I run pylint through pylint.bat I do not get the return code of pylint. pylint.bat always returns 0 Could you please add 'exit(ERRORLEVEL)' after the exit: label to so

[Python-projects] Problem found in astng0.19.2/scoped_nodes.py

2009-12-18 Thread Pierre Rouleau
helps, Pierre Rouleau ___ Python-Projects mailing list Python-Projects@lists.logilab.org http://lists.logilab.org/mailman/listinfo/python-projects