Re: [code-quality] Static checker for common Python programming errors

2014-11-25 Thread Stefan Bucur
On Tue Nov 18 2014 at 1:25:07 PM Claudiu Popa wrote: > On Mon, Nov 17, 2014 at 7:18 PM, Stefan Bucur > wrote: > > I'm developing a Python static analysis tool that flags common > programming > > errors in Python programs. The tool is meant to complement other tools > like > > Pylint (which perfo

Re: [code-quality] Static checker for common Python programming errors

2014-11-25 Thread Stefan Bucur
On Tue Nov 18 2014 at 2:01:46 PM Dave Halter wrote: > Hi Stefan > > I'm playing with this as well in Jedi. I'm pretty far with flow analysis > and AttributeErrors. (This includes everything you mention above except > integer division by zero). Would be easy to implement in Jedi, though. I > just

Re: [code-quality] Static checker for common Python programming errors

2014-11-25 Thread Dave Halter
2014-11-25 12:29 GMT+01:00 Stefan Bucur : > > > On Tue Nov 18 2014 at 2:01:46 PM Dave Halter > wrote: > >> Hi Stefan >> >> I'm playing with this as well in Jedi. I'm pretty far with flow analysis >> and AttributeErrors. (This includes everything you mention above except >> integer division by zer

Re: [code-quality] Static checker for common Python programming errors

2014-11-25 Thread Stefan Bucur
On Tue Nov 25 2014 at 2:27:46 PM Dave Halter wrote: > 2014-11-25 12:29 GMT+01:00 Stefan Bucur : > >> >> >> On Tue Nov 18 2014 at 2:01:46 PM Dave Halter >> wrote: >> >>> Hi Stefan >>> >>> I'm playing with this as well in Jedi. I'm pretty far with flow analysis >>> and AttributeErrors. (This inclu

[code-quality] Problems running pylint 1.4.0

2014-11-25 Thread Skip Montanaro
We have a rather peculiar software distribution system here at work. I downloaded, packaged, and installed astroid, logilab-common, and pylint. When I run pylint now (1.1.0 worked just fine), I get this error: Traceback (most recent call last): File "/opt/local/bin/pylint", line 6, in from

Re: [code-quality] Problems running pylint 1.4.0

2014-11-25 Thread Joaquin Sargiotto
I had a similar issue and the problem was that somehow I had two setuptools versions installed... and the older version was overwriting the new... Hope that helps -- Joaquin Sargiotto El nov 25, 2014 5:54 p.m., "Skip Montanaro" escribió: > We have a rather peculiar software distribution system h