On 13 août 03:49, Maarten ter Huurne wrote:
> On Friday 13 August 2010, Dan Stromberg wrote:
> 
> > There's also the issue of whether pylint would run on python 2 while
> > checking python 3, or run on python 3 while checking python 3 - I don't
> > know if there's some AST library that would need to match or not.
> 
> If astng cannot find the Python source for a module, it will import the 
> module and gather info via introspection. This means pylint should run on 
> the same Python version that the code it checks runs on, or it might not 
> have access to all information needed to perform the checks.

Indeed.

I've started a py3k branch a while ago on one of the dependencies of pylint,
logilab-common, but didn't actually do anything in there. Anyway, I agree
we should start having pylint (and so its dependencies, logilab-astng and
logilab-common) running on python 3.

At some point, Logilab would work on it anyway, but even in that summer days
we're quite busy and getting help on this would be much greatly appreciated!
And speed up things...

I was thinking about doing a two days sprint in Paris the week before pyconfr
(eg august 23-27) on this topic, but that make only some sense if there are 
some people in there interested in working on this with me in our office. 
I'm sorry for the late announce, we were expecting to do another sprint that 
didn't made it eventually...

-- 
Sylvain Thénault                               LOGILAB, Paris (France)
Formations Python, Debian, Méth. Agiles: http://www.logilab.fr/formations
Développement logiciel sur mesure:       http://www.logilab.fr/services
CubicWeb, the semantic web framework:    http://www.cubicweb.org

_______________________________________________
Python-Projects mailing list
Python-Projects@lists.logilab.org
http://lists.logilab.org/mailman/listinfo/python-projects

Reply via email to