Hi,
My name is Lionel Barret, I attended Florent Xicluna”s Europython talk
Tuesday and it reminded me of a clone detection tool I used in the past (on
a 100k sloc codebase)
I talked about it with a few people (Florent Xicluna , Joe Gordon) and they
were interested. Florent told me it was the lis
Hey all,
I would first like to apologize for my complete disappearance from
everything related to this list. Between finishing my masters, moving
1000 miles away and starting a new job (before I was even able to
acquire domestic internet), I haven't had time for much of anything.
In spite of that
>> How should PYTHONPATH be set? How would I get a pytest command in my
>> checkout?
>
> You should ensure that when you "import pylint", pylint.__path__ point to your
> checkout directory (or wherever you do your own modifications).
Thanks for the extra help.
Making this work required a bit of
On 04 juillet 07:38, Skip Montanaro wrote:
> > * Are you sure that PYTHONPATH is set properly so that your checkout of
> > pylint
> > is used to run the test? The second trace you provide tends to make me
> > think
> > there is a problem here.
>
> PYTHONPATH is unset. I don't recall seeing
> * Are you sure that PYTHONPATH is set properly so that your checkout of pylint
> is used to run the test? The second trace you provide tends to make me think
> there is a problem here.
PYTHONPATH is unset. I don't recall seeing any instructions about
setting it in contribute.rst. I have be
On 03 juillet 20:22, Skip Montanaro wrote:
> As Martin indicated, there doesn't seem like there should be much in
> the way of platform-specific stuff in pylint. I tend to run Python
> 2.7.x built from the main Python repo:
>
> % python
> Python 2.7.5+ (2.7:5896f887a93a, Jul 3 2013, 20:04:47)
>