]> mj.ucw.cz Git - moe.git/blob - TODO
Cleanups in mop/score/.
[moe.git] / TODO
1 New directory layout
2 ~~~~~~~~~~~~~~~~~~~~
3 mop/ and public/ are broken
4
5 Evaluator
6 ~~~~~~~~~
7 score: better formatting of the score table
8 interactive tasks: solve deadlocks?
9 interactive tasks: logging of messages
10 terminology: problem -> task ?
11 writing of verdicts to stdout (include timing and check on interactive tasks, including judge errors)
12 box: memory usage statistics (need to search for VMPeak in /proc/$PID/status, but it disappears too early)
13 remove scanning of users by UID
14
15 Judges
16 ~~~~~~
17 clean up exit codes
18 test cases for judge-shuff
19
20 Environment
21 ~~~~~~~~~~~
22 fpc: add switch -gl (runtime errors write line#), but avoid that when inside the sandbox
23
24 Installer:
25 - update group permissions
26 - quotas
27
28 New submitter:
29 - contest: task status cache
30
31 Various ideas:
32 scores dependent on time (like PL olympiad)
33 box: configurable access to timers and /proc/self/{stat,fd}
34 box: limit the total amount of data written to files, so that quotas don't have to be set up
35
36 TomGav
37 ~~~~~~
38
39 recursive try-ln for dir input
40 clean and well-defined expansion (beware of per-test re-expansion)
41 machine-readable log file and/or metadata output from the sandbox
42 configurable names of in/out files (independent of $PROBLEM)
43 paranoidly check file mode/owner before running the sandbox
44