Re: Standardizing python code using pylint

2009-12-18 Thread Julian Foad
Bhuvaneswaran A wrote: > ping? Any comments on this proposal? > > On Sun, 2009-12-06 at 22:29 +0530, Bhuvaneswaran A wrote: > > As discussed in this email thread [1], I've come up with the pylint > > rules for standardizing the python code throughout the repository. > > > > Few of rules that woul

Re: Standardizing python code using pylint

2009-12-17 Thread Bhuvaneswaran A
ping? Any comments on this proposal? On Sun, 2009-12-06 at 22:29 +0530, Bhuvaneswaran A wrote: > As discussed in this email thread [1], I've come up with the pylint > rules for standardizing the python code throughout the repository. > > Few of rules that would be of crowd's interest are as follo

Re: Standardizing python code using pylint

2009-12-07 Thread Daniel Shahaf
Роман Донченко wrote on Mon, 7 Dec 2009 at 00:00 +0300: > (Note to all: I've been unable to hack on the bindings lately, but I'm not > gone. I will probably step back on my duties in January.) In the meantime, you can send your ICLA and create your ASF account, so that in January you aren't held b

Re: Standardizing python code using pylint

2009-12-06 Thread Bhuvaneswaran A
On Mon, 2009-12-07 at 00:00 +0300, Роман Донченко wrote: > > As discussed in this email thread [1], I've come up with the pylint > > rules for standardizing the python code throughout the repository. > > > Based on the above rules I've run pylint report for few python > scripts, > > and they are a

Re: Standardizing python code using pylint

2009-12-06 Thread Роман Донченко
Bhuvaneswaran A писал в своём письме Sun, 06 Dec 2009 19:59:22 +0300: As discussed in this email thread [1], I've come up with the pylint rules for standardizing the python code throughout the repository. Based on the above rules I've run pylint report for few python scripts, and they are

Standardizing python code using pylint

2009-12-06 Thread Bhuvaneswaran A
As discussed in this email thread [1], I've come up with the pylint rules for standardizing the python code throughout the repository. Few of rules that would be of crowd's interest are as follows: * Regex for functions: [a-z_][a-z0-9_]{2,30}$ * Regex for methods: [a-z_][a-z0-9_]{2,30}$ * R

Re: Standardizing python code ...

2009-11-26 Thread Bhuvaneswaran A
On Thu, 2009-11-26 at 07:26 -0800, Blair Zajac wrote: > > Was the intent to actually reformat all existing code, making > historic > > diffs more hysteric? I understood the proposal was meant for new > code, > > and modifications of existing code where it wouldnt make the file > look > > inconsiste

Re: Standardizing python code ...

2009-11-26 Thread Blair Zajac
On Nov 26, 2009, at 3:36 AM, Branko Čibej wrote: > Bhuvaneswaran A wrote: >> Blair brought this up earlier in this email thread [1]. Is anyone >> working on this already? If yes, please confirm. If no one confirms >> before Dec 01 2009, I will assume no one is working on it, and i'll >> start wor

Re: Standardizing python code ...

2009-11-26 Thread Branko Čibej
Bhuvaneswaran A wrote: > Blair brought this up earlier in this email thread [1]. Is anyone > working on this already? If yes, please confirm. If no one confirms > before Dec 01 2009, I will assume no one is working on it, and i'll > start working on it. > > I may standardize it using PEP-8 conventi

Standardizing python code ...

2009-11-26 Thread Bhuvaneswaran A
Blair brought this up earlier in this email thread [1]. Is anyone working on this already? If yes, please confirm. If no one confirms before Dec 01 2009, I will assume no one is working on it, and i'll start working on it. I may standardize it using PEP-8 convention, that can be validated using py