Re: [Python-projects] Pylint crash after 164ac2f

2014-04-22 Thread Sylvain Thénault
On 22 avril 11:20, Claudiu Popa wrote: > Also, could you add the fix from > https://bitbucket.org/logilab/astroid/commits/7a9a377ae3f02f23354fdea6b6c1a34e3d6b75b1? > It's an ugly `Maximum runtime error exceeded`, which crashes Pylint. not in 1.1, it has already been publised to pypi. As you may ha

Re: [Python-projects] Pylint crash after 164ac2f

2014-04-22 Thread Claudiu Popa
Also, could you add the fix from https://bitbucket.org/logilab/astroid/commits/7a9a377ae3f02f23354fdea6b6c1a34e3d6b75b1? It's an ugly `Maximum runtime error exceeded`, which crashes Pylint. ___ Python-Projects mailing list Python-Projects@lists.logilab.or

Re: [Python-projects] Pylint crash after 164ac2f

2014-04-22 Thread Sylvain Thénault
On 18 avril 20:31, Claudiu Popa wrote: > On Fri, Apr 18, 2014 at 4:03 PM, Sylvain Thénault > wrote: > > Ok, as no one answer, I'm supposing you agree with my proposal and hence > > pushed > > changes that fix the two latest issues to discuss. There is still the > > 'metaclass=' thing but I prefer

Re: [Python-projects] Pylint crash after 164ac2f

2014-04-18 Thread Claudiu Popa
On Fri, Apr 18, 2014 at 4:03 PM, Sylvain Thénault wrote: > Ok, as no one answer, I'm supposing you agree with my proposal and hence > pushed > changes that fix the two latest issues to discuss. There is still the > 'metaclass=' thing but I prefer to release asap and keep this one for later :) > >

Re: [Python-projects] Pylint crash after 164ac2f

2014-04-18 Thread Sylvain Thénault
Ok, as no one answer, I'm supposing you agree with my proposal and hence pushed changes that fix the two latest issues to discuss. There is still the 'metaclass=' thing but I prefer to release asap and keep this one for later :) /me entering release mode -- Sylvain Thénault, LOGILAB, Paris (01.45

Re: [Python-projects] Pylint crash after 164ac2f

2014-04-18 Thread Sylvain Thénault
On 18 avril 13:03, Claudiu Popa wrote: > On Fri, Apr 18, 2014 at 12:09 PM, Sylvain Thénault > wrote: > >> * > >> https://bitbucket.org/logilab/pylint/issue/75/wrong-default-for-dummy-variables > >> * > >> https://bitbucket.org/logilab/pylint/issue/99/request-that-r-flag-default-to-n > >> * > >>

Re: [Python-projects] Pylint crash after 164ac2f

2014-04-18 Thread Claudiu Popa
On Fri, Apr 18, 2014 at 12:09 PM, Sylvain Thénault wrote: >> * >> https://bitbucket.org/logilab/pylint/issue/75/wrong-default-for-dummy-variables >> * >> https://bitbucket.org/logilab/pylint/issue/99/request-that-r-flag-default-to-n >> * >> https://bitbucket.org/logilab/pylint/issue/171/pylint-

Re: [Python-projects] Pylint crash after 164ac2f

2014-04-18 Thread Sylvain Thénault
On 14 avril 13:57, Sylvain Thénault wrote: > Anyway, here is the list of things I would like to be done before release: > > * > https://bitbucket.org/logilab/pylint/pull-request/100/add-ignored-modules-option-to-type-checker/diff > * https://bitbucket.org/logilab/pylint/issue/134/test-failures >

Re: [Python-projects] Pylint crash after 164ac2f

2014-04-14 Thread Claudiu Popa
On Tue, Apr 15, 2014 at 8:09 AM, Sylvain Thénault wrote: > On 14 avril 17:40, Claudiu Popa wrote: >> I've fixed all the issues found in Python 2.6. There's only one left, >> test_package_diagram (unittest_pyreverse_writer.DotWriterTC), >> but as Sylvain said in the ticket, it's related to an unpub

Re: [Python-projects] Pylint crash after 164ac2f

2014-04-14 Thread Sylvain Thénault
On 14 avril 17:40, Claudiu Popa wrote: > I've fixed all the issues found in Python 2.6. There's only one left, > test_package_diagram (unittest_pyreverse_writer.DotWriterTC), > but as Sylvain said in the ticket, it's related to an unpublished > changeset in logilab-common. though it has since been

Re: [Python-projects] Pylint crash after 164ac2f

2014-04-14 Thread Claudiu Popa
I've fixed all the issues found in Python 2.6. There's only one left, test_package_diagram (unittest_pyreverse_writer.DotWriterTC), but as Sylvain said in the ticket, it's related to an unpublished changeset in logilab-common. ___ Python-Projects mailing

Re: [Python-projects] Pylint crash after 164ac2f

2014-04-14 Thread Claudiu Popa
On Mon, Apr 14, 2014 at 2:57 PM, Sylvain Thénault wrote: > On 09 avril 11:22, Torsten Marek wrote: >> Will do. I have a couple other things that I need to take care of on the >> weekend. Internally, our release maintainer will start a new qualification >> run soon so I expect a couple other bugs t

Re: [Python-projects] Pylint crash after 164ac2f

2014-04-14 Thread Sylvain Thénault
On 09 avril 11:22, Torsten Marek wrote: > Will do. I have a couple other things that I need to take care of on the > weekend. Internally, our release maintainer will start a new qualification > run soon so I expect a couple other bugs to be uncovered. as this been fixed? Anyway, here is the list

[Python-projects] Pylint crash after 164ac2f

2014-04-09 Thread Claudiu Popa
The following snippet crashes Pylint after the commit from the subject: from django.views.generic import TemplateView print(TemplateView.as_view()) Traceback (most recent call last): File "C:\Python34\lib\runpy.py", line 171, in _run_module_as_main "__main__", mod_spec) File "C:\Python34