]> mj.ucw.cz Git - eval.git/blob - TODO
258ee52aa4d52bffc2ba36073c403173a3afa609
[eval.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 - substitute $VAR without using eval
38 - stderr parsers
39 - VMMax -> getrusage()
40 - clean up names of temporary files
41 - machine-readable log file
42 - configurable names of in/out files
43 - multiple in files (stored as an archive or directory)