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
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
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
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 :)
>
>
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
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
> >> *
> >>
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-
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
>
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
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
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
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
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
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
14 matches
Mail list logo