Changeset 79
- Timestamp:
- 07/17/09 06:18:53 (3 years ago)
- File:
-
- 1 edited
-
trunk/doc/TODO (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/TODO
r2 r79 1 FOR FIRST RELEASE 2 ----------------- 1 -*- mode: text -*- 3 2 4 bugs: 3 Known bugs: 4 ---------- 5 5 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 pre 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 aprs 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 indfiniment en crachant l'erreur tant que tu ne le corrige pas. 6 text_printer probably prints too many \n when two errors in a row. 19 7 20 Various refactoring: 8 Check for possible bugs: 9 ----------------------- 21 10 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. 11 What happens if you do a cd(...) in the shell while directory_tester 12 is running (try with an absolute path and with a relative path in the 13 init args)? 25 14 26 Continuous file testing: 15 Try running directory_tester from erl started with various -pa 16 (relative, absolute, ../ etc). 27 17 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). 18 Features? 19 --------- 40 20 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 53 26 - 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.
