]> mj.ucw.cz Git - moe.git/blob - TODO
95c2c2a65858cd9be04e222e2ed86d753eb62564
[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 Judges
11 ~~~~~~
12 integrate to the top-level makefile
13 clean up exit codes
14
15 Environment
16 ~~~~~~~~~~~
17 fpc: add switch -gl (runtime errors write line#), but avoid that when inside the sandbox
18
19 Installer:
20 - mo-install: reduce what gets copied to mo-eval home
21 - update group permissions
22 - quotas
23
24 New submitter:
25 - contest: task status cache
26
27 Various ideas:
28 scores dependent on time (like PL olympiad)
29 box: configurable access to timers and /proc/self/{stat,fd}
30 box: limit the total amount of data written to files, so that quotas don't have to be set up