Hi,
Here is my new patch. Made the changes that you (Emile) requested. Ran all
the pylint tests and.called the test file func_noerror_no_docstring_warning.
Donovan Lee Wanhoy
On Wed, Mar 24, 2010 at 5:28 AM, Emile Anclin wrote:
> On Wednesday 24 March 2010 05:02:09 Donovan Lee Wanhoy wr
Well i forgot to attach the file. Here it is.
Donovan
On Wed, Mar 24, 2010 at 12:00 AM, Donovan Lee Wanhoy <
don.leewan...@gmail.com> wrote:
> > sorry I thought I had already asked you: could you please update
> functional tests as well so the problem is proven to be fixed and
any more changes.
Thanks,
Donovan Lee Wanhoy
On Tue, Mar 23, 2010 at 3:42 AM, Sylvain Thénault <
sylvain.thena...@logilab.fr> wrote:
> On 22 mars 13:39, Donovan Lee Wanhoy wrote:
> > Hi,
>
> Hi Donovan,
>
> > Here is a new diff file with the changes.
>
> sorry
Hi,
Here is a new diff file with the changes.
Donovan Lee Wanhoy
On Mon, Mar 22, 2010 at 12:30 PM, Emile Anclin wrote:
> On Thursday 18 March 2010 06:33:01 Donovan Lee Wanhoy wrote:
> > Hi,
> >
> > Is there a reason to make it optional, rather than have it enabled at
&g
Hi,
Is there a reason to make it optional, rather than have it enabled at all
> times?
I assumed that the bug ticket said to make it optional. Attached is the same
code except there is no option check.
Hope this one is okay.
Donovan Lee Wanhoy
On Wed, Mar 17, 2010 at 4:44 AM, Sylvain Théna
if not overridden:
self._check_docstring(f_type, node)
else:
self._check_docstring(f_type, node)
# check default arguments' value
I also have two test cases that I used. One is a simple bank/interest file
and an