X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=TODO;h=32173204274c5d193fda9f74fe23d6496ff1bbaa;hb=f33e36eda1f3334370020f9c24bc14f1a0e09356;hp=d7462f4074cc02768a6f4d7c2213b50c285abd8d;hpb=ec0ab4919197e1fed514c677e5db2cd5d3ef2183;p=moe.git diff --git a/TODO b/TODO index d7462f4..3217320 100644 --- a/TODO +++ b/TODO @@ -1,14 +1,41 @@ Evaluator ~~~~~~~~~ -box: konfigurovatelny pristup k timerum a /proc/self/stat (pripadne /proc/self/fd) 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 -guide: compile , not only -guide: status +Judges +~~~~~~ +integrate to the top-level makefile +clean up exit codes +test cases for judge-shuff Environment ~~~~~~~~~~~ -fpc: add switch -gl (runtime errors write line#) -check versions of g++ +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 +- split bin +- configurable names of in/out files +- multiple in files (stored as an archive or directory)