]> mj.ucw.cz Git - moe.git/blob - TODO
Implemented output filters (see OUTPUT_FILTER config variable).
[moe.git] / TODO
1 Evaluator
2 ~~~~~~~~~
3 score: better formatting of the score table
4 interactive tasks: solve deadlocks?
5 interactive tasks: logging of messages
6 terminology: problem -> task ?
7 writing of verdicts to stdout (include timing and check on interactive tasks, including judge errors)
8 box: memory usage statistics (need to search for VMPeak in /proc/$PID/status, but it disappears too early)
9
10 Environment
11 ~~~~~~~~~~~
12 fpc: add switch -gl (runtime errors write line#), but avoid that when inside the sandbox
13
14 Installer:
15 - mo-install: reduce what gets copied to mo-eval home
16 - update group permissions
17 - quotas
18
19 New submitter:
20 - contest: task status cache
21
22 Various ideas:
23 scores dependent on time (like PL olympiad)
24 box: configurable access to timers and /proc/self/{stat,fd}
25 box: limit the total amount of data written to files, so that quotas don't have to be set up