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