Changeset 79


Ignore:
Timestamp:
07/17/09 06:18:53 (3 years ago)
Author:
dom
Message:

Updated TODO.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/TODO

    r2 r79  
    1 FOR FIRST RELEASE 
    2 ----------------- 
     1-*- mode: text -*- 
    32 
    4 bugs: 
     3Known bugs: 
     4---------- 
    55 
    6 11:36 PM : Nicolas Charpentier: je viens de tomber sur un bug de testing_server 
    7 11:36 PM : Nicolas Charpentier: ne pas faire de "cd" pendant qu'il tourne 
    8 11:39 PM : Nicolas Charpentier: s'il a ŽtŽ lancŽ avec un chemin relatif 
    9 11:39 PM : dominicwilliams: il se passe quoi? 
    10 11:40 PM : Nicolas Charpentier: {badmatch, {error, enoent}} 
    11 11:41 PM : Nicolas Charpentier: et le serveur 'reste' toujours lˆ ..... (le process pre n'est pas mort) 
    12 11:41 PM : dominicwilliams: ok. 
    13 11:42 PM : dominicwilliams: J'en ai trouvŽ un aussi: ne pas lancer le serveur aprs avoir lancŽ erl ailleurs que xpdojo/ebin 
    14 11:43 PM : Nicolas Charpentier: ?? 
    15 11:43 PM : Nicolas Charpentier: non 
    16 11:43 PM : Nicolas Charpentier: a a marche chez moi 
    17 11:43 PM : Nicolas Charpentier: (j'ai le code pathz correctˆ 
    18 11:45 PM : dominicwilliams: moi aussi: c'est plus subtil: quand un fichier ne compile pas il boucle indŽfiniment en crachant l'erreur tant que tu ne le corrige pas. 
     6text_printer probably prints too many \n when two errors in a row. 
    197 
    20 Various refactoring: 
     8Check for possible bugs: 
     9----------------------- 
    2110 
    22 - stop using message passing in file_monitor_acceptance? 
    23 - continue file_monitor_acceptance:complex_test 
    24 - move all directory_tree stuff from adlib to directory_tree module. 
     11What happens if you do a cd(...) in the shell while directory_tester 
     12is running (try with an absolute path and with a relative path in the 
     13init args)? 
    2514 
    26 Continuous file testing: 
     15Try running directory_tester from erl started with various -pa 
     16(relative, absolute, ../ etc). 
    2717 
    28 - removed file. 
    29 - file removed (or emacs unsaved files saved) between source:erlang_files and later processing? 
    30 - optional location for .beam files. 
    31 - handle case when .beam files have been manually removed. 
    32 - optional report function. 
    33 - optional compile options. 
    34 - conflicts and auto(dojo)-development. 
    35 - Look why some module don't have source code %    unknown = compiling:source_of_module (prim_file), 
    36 - Avoid recompiling when changing case of directory, or introducing ../..  
    37   (idea: the simplest may be to write an adlib:normalise_path/1 function, and call it at the top of 
    38   xpdojo:test_files). 
    39 - What happens when there are no exported functions in the only module? (I think I saw this crash but I was busy on something else). 
     18Features? 
     19--------- 
    4020 
    41 General: 
    42  
    43 - overview.html 
    44 - install script 
    45 - package 
    46  
    47  
    48 LATER? 
    49 ------ 
    50  
    51 - run a single test 
    52 - run unit only 
     21- add a "run once" mode for directory_tester 
     22- print file(line) for test errors too 
     23- detect -include dependencies and recompile all when .hrl changes 
     24- run tests in parallel 
     25- run a single (specific) test 
    5326- interrupt build/test (should saving a new file do that?) 
    54  
    55 General: 
    56  
    57 - define "Personas" 
    58  
Note: See TracChangeset for help on using the changeset viewer.