~ubuntu-branches/ubuntu/vivid/pylint/vivid-proposed

« back to all changes in this revision

Viewing changes to TODO

  • Committer: Bazaar Package Importer
  • Author(s): Sandro Tosi
  • Date: 2009-12-19 21:38:49 UTC
  • mfrom: (1.1.12 upstream)
  • Revision ID: james.westby@ubuntu.com-20091219213849-kcax3214c3mmucox
Tags: 0.19.0-1
* New upstream release
* debian/pylint.docs
  - removed 'TODO', no more shipped
* debian/copyright
  - updated copyright information, also adding new files with different info
* debian/{rules, TODO}
  - run tests at build-time
* debian/pylint.postrm
  - use 'set -e' instead of calling shell with '-e'

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
PyLint's TODO list
2
 
------------------
3
 
 
4
 
 
5
 
- un rapport avec les m�triques vues dans TDD
6
 
- m�trique manquantes
7
 
- tests
8
 
 
9
 
* faire tourner sur wxpython...
10
 
 
11
 
* test external dependancies
12
 
 
13
 
 
14
 
* avoir les options li�s � un message id dans son aide
15
 
 
16
 
* avoir les messages id g�r� par un checker dans --help
17
 
 
18
 
* avoir la valeur courante des options dans --help
19
 
 
20
 
* doc d�veloppeur
21
 
 
22
 
* supporter des wildcards dans disable-msg ?
23
 
 
24
 
* voir notes gvr sur main
25
 
 
26
 
* r�cup�rer les phrases d'�valuation dans un fichier texte
27
 
 
28
 
* i18n avec gettext
29
 
 
30
 
* commenter les regexp de format.py
31
 
 
32
 
* gestion nested_scopes (modes py2.1, 2.2... ?)
33
 
 
34
 
* checkers :
35
 
  - v�rifier arguments __new__
36
 
  - compl�ter format checker 
37
 
    voir http://www.python.org/peps/pep-0008.html
38
 
  - v�rifier classes sans __init__ mais avec plusieurs anc�tres ayant
39
 
    un __init__
40
 
  - op�rateur % avec des formats ne correspondant pas aux arguments
41
 
  - mauvais nombre d'arguments pass�s � une m�thode ou fonction
42
 
  - utilisation constante dans condition
43
 
  - gestion del statements
44
 
  - v�rification utilisation __getattribute__, __slots__ dans new
45
 
  style class seulement
46
 
  - v�rification assignements quand __slots__