[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#788222: marked as done (ITP: vulture -- scanner for unused Python code)



Your message dated Sat, 13 Jun 2015 08:08:33 +0000
with message-id <E1Z3gUT-0005vW-AG@quantz.debian.org>
and subject line closing ITP: vulture -- scanner for unused Python code
has caused the Debian Bug report #788222,
regarding ITP: vulture -- scanner for unused Python code
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
788222: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=788222
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: Daniel Stender <debian@danielstender.com>

* Package name    : vulture
  Version         : 0.6
  Upstream Author : Jendrik Seipp <jendrikseipp@web.de>
* URL             : https://bitbucket.org/jendrikseipp/vulture
* License         : GPL-3.0
  Programming Lang: Python
  Description     : finds unused classes, functions and variables

Vulture finds unused classes, functions and variables in your code. This helps you cleanup and find errors in your programs. If you run it on both your library and test suite you can find untested code.
Due to Python's dynamic nature it is impossible to find all dead code for a static code analyzer like vulture, because it ignores scopes and scans only token names. Additionally, some dynamic items that are not explicitly called in the code may be incorrectly reported as dead code.

Vulture could be employed by Prospector [1]. Though optional, this would make a nice wrap of this packaging approach.

It's a CLI tool and therefore would belong to PAPT. A RFP has been filed for another "vulture" in 2012 [2], but this bug doesn't look very active.

[1] https://bugs.debian.org/781165
    ITP: prospector -- Python code analysis tool

[2] https://bugs.debian.org/691425
    RFP: vulture -- An isometric graphical interface for NetHack, Slash'EM and UnNetHack

--- End Message ---
--- Begin Message ---
Please retitle bug 691425 from RFP to ITP and set yourself as the owner.

--- End Message ---

Reply to: