X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=TODO;h=272cd0a1826dd1bb3a17ea2d00771713e9d6a38b;hb=5eb325f067c58ce40f4676cb367c1881bd57d924;hp=e3b45a3d4aa1db77448dfd516751b43b6a06e190;hpb=85c8cdafcd3740f810b4d3b4623c9a17d5d7a554;p=eval.git diff --git a/TODO b/TODO index e3b45a3..272cd0a 100644 --- a/TODO +++ b/TODO @@ -1,17 +1,44 @@ +New directory layout +~~~~~~~~~~~~~~~~~~~~ +mop/ and public/ are broken +sync with main libucw repo + Evaluator ~~~~~~~~~ -mo-install: don't copy private test data to public -generator vysledkovych listin -lepsi time limity +score: better formatting of the score table +interactive tasks: solve deadlocks? +interactive tasks: logging of messages +terminology: problem -> task ? +writing of verdicts to stdout (include timing and check on interactive tasks, including judge errors) +box: memory usage statistics (need to search for VMPeak in /proc/$PID/status, but it disappears too early) +remove scanning of users by UID + +Judges +~~~~~~ +clean up exit codes +test cases for judge-shuff Environment ~~~~~~~~~~~ -disable `write' command -/tmp -spousteni rhide z mc -limit na # procesu per user -NR_TASKS ? -shift+sipky v rhide -Delete key -rhide: debugging Pascal programs: variable names must be upper-cased -script na vyhazovani uzivatelu na konci souteze +fpc: add switch -gl (runtime errors write line#), but avoid that when inside the sandbox + +Installer: +- update group permissions +- quotas + +New submitter: +- contest: task status cache + +Various ideas: +scores dependent on time (like PL olympiad) +box: configurable access to timers and /proc/self/{stat,fd} +box: limit the total amount of data written to files, so that quotas don't have to be set up + +TomGav: +- substitute $VAR without using eval +- stderr parsers +- VMMax -> getrusage() +- clean up names of temporary files +- machine-readable log file +- configurable names of in/out files +- multiple in files (stored as an archive or directory)