Re: [Python-projects] Pylint sprint dates: june 17-19

2013-04-22 Thread Torsten Marek
Great, see you there! Looking forward to meeting & sprinting. // Torsten On Thu, Apr 18, 2013 at 11:55 AM, Sylvain Thénault < sylvain.thena...@logilab.fr> wrote: > Hi there, > > the doodle says that scheduling our 10 years anniversary sprint from > monday, > june 17 to wednesday, june 19 would

Re: [Python-projects] Pylint patches

2013-04-11 Thread Torsten Marek
On Thu, Apr 11, 2013 at 6:32 PM, Sylvain Thénault < sylvain.thena...@logilab.fr> wrote: > On 09 avril 10:03, Torsten Marek wrote: > > > >> loop_break.diff > > > > Emit a warning for loops that have an else clause but no break or > return. > > > >

Re: [Python-projects] PyLint 10th years anniversary, 1.0 sprint

2013-04-09 Thread Torsten Marek
I marked some days in the calendar, very much looking forward to this! // Torsten On Tue, Apr 9, 2013 at 7:06 AM, Martin Pool wrote: > On 30 March 2013 02:17, Sylvain Thénault wrote: > >> Hi there, >> >> in a few week, pylint will be 10 years old (0.1 released on may 19 2003!). > > At this occ

Re: [Python-projects] Pylint patches

2013-04-09 Thread Torsten Marek
On Fri, Mar 29, 2013 at 6:30 PM, Sylvain Thénault < sylvain.thena...@logilab.fr> wrote: > Hi Torsten, > > On 19 mars 22:15, Torsten Marek wrote: > > A collection of bugfixes and new warnings. No large changesets, the most > > interesting one is definitely warning_s

[Python-projects] Pylint patches

2013-03-19 Thread Torsten Marek
A collection of bugfixes and new warnings. No large changesets, the most interesting one is definitely warning_scopes.diff. >> bad_str_strip.diff Warn about suspicious arguments in {bytes,str,unicode}.{l,r,}strip calls. Closes #74013 >> dangerous_default_values.diff Unify handling for dangerous

Re: [Python-projects] New logilab.astng patches

2013-03-18 Thread Torsten Marek
8, 2013 at 4:41 AM, Julien Cristau wrote: > On Sun, Mar 17, 2013 at 22:44:07 -0700, Torsten Marek wrote: > > > Hi all, > > > > greetings from PyCon! I only realized today that I should > checked/initiated > > a style-checking/linting/static analysis BoF yesterday. &

Re: [Python-projects] New logilab.astng patches

2013-03-17 Thread Torsten Marek
On Sun, Mar 17, 2013 at 10:44 PM, Torsten Marek wrote: > Hi all, > > greetings from PyCon! I only realized today that I should > checked/initiated a style-checking/linting/static analysis BoF yesterday. > > There's a couple of new logilab.astng patches in my

[Python-projects] New logilab.astng patches

2013-03-17 Thread Torsten Marek
Hi all, greetings from PyCon! I only realized today that I should checked/initiated a style-checking/linting/static analysis BoF yesterday. There's a couple of new logilab.astng patches in my patch queue at https://bitbucket.org/tmarek/logilab-astng-patchqueue They are all fairly small and non-c

Re: [Python-projects] Updated and new patches

2013-01-08 Thread Torsten Marek
Will do. I will send updated patches until the end of the week. // Torsten On Tue, Jan 8, 2013 at 7:38 PM, Sylvain Thénault < sylvain.thena...@logilab.fr> wrote: > On 30 novembre 10:32, Torsten Marek wrote: > > Hi, > > > > I've updated the two existing patches (

Re: [Python-projects] Updated and new patches

2012-11-30 Thread Torsten Marek
Those are my tickets:) // Torsten On Fri, Nov 30, 2012 at 10:56 AM, Sylvain Thénault < sylvain.thena...@logilab.fr> wrote: > On 30 novembre 10:32, Torsten Marek wrote: > > Hi, > > Hi Torsten, > > > I've updated the two existing patches (reimport / __all__ han

[Python-projects] Updated and new patches

2012-11-30 Thread Torsten Marek
Hi, I've updated the two existing patches (reimport / __all__ handling) and added a tiny fix for the suppression warnings I0020/I0021. Please pull from https://bitbucket.org/tmarek/pylint-patchqueue regards, // Torsten -- Site Reliability Engineer ∘ Google ✚ ∘ ⬕ _

Re: [Python-projects] More patches

2012-11-23 Thread Torsten Marek
BTW, has the way of submitting patches changed? My accepted patches are still in the default branch, but the qsubmit2 branch has only two left. Which one am I supposed to use? // Torsten On Mon, Nov 19, 2012 at 4:19 PM, Torsten Marek wrote: > Hi Sylvain, > > For both of them,

Re: [Python-projects] More patches

2012-11-19 Thread Torsten Marek
Hi Sylvain, For both of them, would you explain what's been fixed, ideally in a ticket > with relevant > "closes #XYZ" in the commit message, else in the check-in message or here, > and I'll create > the tickets accordingly? > For the __all__ patch, would you also split your patch in two, one fo

Re: [Python-projects] More patches

2012-11-06 Thread Torsten Marek
On Tue, Nov 6, 2012 at 9:09 PM, Torsten Marek wrote: > > > > On Tue, Nov 6, 2012 at 6:17 PM, Julien Cristau > wrote: > >> On Tue, Nov 6, 2012 at 17:54:56 +0100, Julien Cristau wrote: >> >> > On Wed, Oct 31, 2012 at 11:37:17 +0100, Torsten Marek wrot

Re: [Python-projects] More patches

2012-11-06 Thread Torsten Marek
On Tue, Nov 6, 2012 at 6:17 PM, Julien Cristau wrote: > On Tue, Nov 6, 2012 at 17:54:56 +0100, Julien Cristau wrote: > > > On Wed, Oct 31, 2012 at 11:37:17 +0100, Torsten Marek wrote: > > > > > And another patch, again available at > > > http://bi

Re: [Python-projects] More patches

2012-10-31 Thread Torsten Marek
And another patch, again available at http://bitbucket.org/tmarek/pylint-patchqueue fix_pylint_usage_str.diff > Fix misleading pylint usage help, --help-msg always needs a =. // Torsten On Mon, Oct 29, 2012 at 9:55 AM, Torsten Marek wrote: > I just pushed one more patch to

[Python-projects] More patches

2012-10-29 Thread Torsten Marek
I just pushed one more patch to http://bitbucket.org/tmarek/pylint-patchqueue In total: assigned_init.diff > Fixes a crash when an __init__ method in a base class has been > created by assignment rather than direct function definition. better_inline_option_re.diff > Change the regular expression

[Python-projects] Six proposed patches for pylint

2012-10-25 Thread Torsten Marek
Please pull from https://bitbucket.org/tmarek/pylint-patchqueue // Torsten -- Site Reliability Engineer ∘ Google ✚ ∘ ⬕ ___ Python-Projects mailing list Python-Projects@lists.logilab.org http://lists.logilab.org/mailman/listinfo/python-projects

Re: [Python-projects] Patch for unpackable exceptions and W0623

2012-05-29 Thread Torsten Marek
On Tue, May 29, 2012 at 10:35 AM, Sylvain Thénault < sylvain.thena...@logilab.fr> wrote: > On 29 mai 09:31, Torsten Marek wrote: > > Please pull from https://bitbucket.org/tmarek/pylint-patchqueue > > done. Would you write a ticket for your patch please ? > Done, and

[Python-projects] Patch for unpackable exceptions and W0623

2012-05-29 Thread Torsten Marek
Please pull from https://bitbucket.org/tmarek/pylint-patchqueue // Torsten -- Site Reliability Engineer ∘ Google ✚ ∘ ⬕ ___ Python-Projects mailing list Python-Projects@lists.logilab.org http://lists.logilab.org/mailman/listinfo/python-projects

[Python-projects] Patch for sets as default arguments in functions

2012-05-11 Thread Torsten Marek
Please pull patch from https://bitbucket.org/tmarek/pylint-patchqueue // Torsten -- Site Reliability Engineer ∘ Google ✚ ∘ ⬕ ___ Python-Projects mailing list Python-Projects@lists.logilab.org http://lists.logilab.org/mailman/listinfo/python-projects

Re: [Python-projects] finding unneeded pylint disable statements

2012-04-10 Thread Torsten Marek
On Tue, Apr 10, 2012 at 09:55, Sylvain Thénault wrote: > On 05 avril 22:43, Wolfgang Rohdewald wrote: > > Hi, > > Hi, > > > I just thought I might not be the only one who would want something like > that: > > > > If I have statements like > > > > # pylint: disable=W0613 > > > > but pylint would n

[Python-projects] Patch for pylint ticket #77982

2012-03-09 Thread Torsten Marek
Please pull from http://bitbucket.org/tmarek/logilab-astng-patchqueue. Best, // Torsten -- Site Reliability Engineer ∘ Google ✚ ∘ ⬕ ___ Python-Projects mailing list Python-Projects@lists.logilab.org http://lists.logilab.org/mailman/listinfo/python-pr

[Python-projects] Patch for qnames on lambda nodes in logilab.astng

2011-12-07 Thread Torsten Marek
Please pull from http://bitbucket.org/tmarek/logilab-astng-patchqueue. Best, // Torsten -- Site Reliability Engineer ∘ Google ✚ ∘ ⬕ ___ Python-Projects mailing list Python-Projects@lists.logilab.org http://lists.logilab.org/mailman/listinfo/python-pr

[Python-projects] Next release of pylint?

2011-11-30 Thread Torsten Marek
Hi, are there any concrete plans for making a new release of pylint soon? // Torsten -- Site Reliability Engineer ∘ Google ✚ ∘ ⬕ ___ Python-Projects mailing list Python-Projects@lists.logilab.org http://lists.logilab.org/mailman/listinfo/python-proje

[Python-projects] Patch for false positive of W0631 with for loop else branches

2011-11-11 Thread Torsten Marek
Please pull from http://bitbucket.org/tmarek/pylint-patchqueue Have a nice weekend! // Torsten -- Site Reliability Engineer ∘ Google ✚ ∘ ⬕ ___ Python-Projects mailing list Python-Projects@lists.logilab.org http://lists.logilab.org/mailman/listinfo/py

[Python-projects] fix_w0623_multiple_except_handlers.diff ready for review

2011-10-24 Thread Torsten Marek
Update W0623 to not trigger on code like: try: ... except IOError, e: ... ... try: ... except OSError, e:

Re: [Python-projects] Two patches for pylint

2011-10-03 Thread Torsten Marek
vain Thénault wrote: > On 23 septembre 14:57, Torsten Marek wrote: > > I don't know why this was marked private, maybe that's the default and I > > didn't change it. > > Fixed. > > It works. So let's move on :) > > If you look at the 'patche

Re: [Python-projects] Two patches for pylint

2011-09-23 Thread Torsten Marek
I don't know why this was marked private, maybe that's the default and I didn't change it. Fixed. // Torsten On Fri, Sep 23, 2011 at 14:45, Sylvain Thénault wrote: > On 23 septembre 13:18, Torsten Marek wrote: > > https://bitbucket.org/tmarek/pylint-patchqueue > >

Re: [Python-projects] Two patches for pylint

2011-09-23 Thread Torsten Marek
This time for real. Unfortunately, fatal_dont_trigger_checker.diff does not apply cleanly, so I created my patches at the head of the queue instead of the tail. https://bitbucket.org/tmarek/pylint-patchqueue // Torsten On Tue, Sep 20, 2011 at 14:31, Torsten Marek wrote: > NP, will do t

Re: [Python-projects] Two patches for pylint

2011-09-20 Thread Torsten Marek
NP, will do that. // Torsten On Tue, Sep 20, 2011 at 14:29, Sylvain Thénault wrote: > On 20 septembre 13:44, Torsten Marek wrote: > > I've set up https://bitbucket.org/tmarek/pylint ( > > https://bitbucket.org/tmarek/pylint), with one branch for each patch: > >

Re: [Python-projects] Two patches for pylint

2011-09-20 Thread Torsten Marek
I've set up https://bitbucket.org/tmarek/pylint ( https://bitbucket.org/tmarek/pylint), with one branch for each patch: Branch preprocess_fix > > >> > This one is rather trivial. It fixes a crash in preprocess_options when >> an >> > option that takes a value does not have one in the command lin

Re: [Python-projects] Two patches for pylint

2011-09-19 Thread Torsten Marek
Sounds good, I'll create repositories and let you know. // Torsten On Mon, Sep 19, 2011 at 14:17, Sylvain Thénault wrote: > On 19 septembre 13:18, Torsten Marek wrote: > > Hi all, > > > > I'd like to submit to patches to review that have been created in > re

[Python-projects] Two patches for pylint

2011-09-19 Thread Torsten Marek
Hi all, I'd like to submit to patches to review that have been created in response to internal bug reports/feature requests: * argfix.patch This one is rather trivial. It fixes a crash in preprocess_options when an option that takes a value does not have one in the command line. Alternatively, p

Re: [Python-projects] Some patches for pylint & logilab.astng

2011-09-07 Thread Torsten Marek
On Wed, Sep 7, 2011 at 10:28, Sylvain Thénault wrote: > On 06 September 10:40, Torsten Marek wrote: > > Hi all, > > Hi! > > > I'm sending a couple of patches that we wrote internally for our custom > > extended pylint version. Some of the patches expose more co

[Python-projects] Some patches for pylint & logilab.astng

2011-09-06 Thread Torsten Marek
Hi all, I'm sending a couple of patches that we wrote internally for our custom extended pylint version. Some of the patches expose more configuration options, other ones fix exotic crashes. I'll explain all of them separately. The patches were written for 0.23, but I've tested all of them agains