Pythoscope doesn't ignore source control files

Bug #284568 reported by Michal Kwiatkowski
2
Affects Status Importance Assigned to Milestone
Pythoscope
Fix Released
Low
Michal Kwiatkowski

Bug Description

During inspection Pythoscope collects information about *all* Python files, even those under VCS's internal directories.

As an example, take a figleaf project, under darcs VCS:

$ darcs get http://darcs.idyll.org/~t/projects/figleaf/
$ cd figleaf/
$ pythoscope --init
$ pythoscope figleaf/__init__.py
...
INFO: Inspecting module _darcs/pristine/figleaf/annotate.py.
INFO: Inspecting module _darcs/pristine/figleaf/nose_sections.py.
INFO: Inspecting module _darcs/pristine/figleaf/internals.py.
INFO: Inspecting module _darcs/pristine/figleaf/annotate_cover.py.
...

Of course all files under _darcs/pristine/ should be ignored. Note that other VCSes may not keep files with .py extension in their directories, so it may be darcs-specific bug though.

Related branches

Changed in pythoscope:
importance: Undecided → Low
status: New → Confirmed
Changed in pythoscope:
milestone: none → 0.4.1-setup-and-teardown-fixes
Changed in pythoscope:
assignee: nobody → ruby
Revision history for this message
Michal Kwiatkowski (ruby) wrote :

Fixed in trunk r257.

Changed in pythoscope:
status: Confirmed → Fix Committed
Revision history for this message
Michal Kwiatkowski (ruby) wrote :

Fix released in 0.4.1.

Changed in pythoscope:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.