]> mj.ucw.cz Git - eval.git/blob - TODO
8ca32eef6b1af01c197f6c15fd7ec37cf7148c1c
[eval.git] / TODO
1 New directory layout
2 ~~~~~~~~~~~~~~~~~~~~
3 public/ is 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 integrate to the top-level makefile
18 clean up exit codes
19 test cases for judge-shuff
20
21 Environment
22 ~~~~~~~~~~~
23 fpc: add switch -gl (runtime errors write line#), but avoid that when inside the sandbox
24
25 Installer:
26 - update group permissions
27 - quotas
28
29 New submitter:
30 - contest: task status cache
31
32 Various ideas:
33 scores dependent on time (like PL olympiad)
34 box: configurable access to timers and /proc/self/{stat,fd}
35 box: limit the total amount of data written to files, so that quotas don't have to be set up
36
37 TomGav:
38 - substitute $VAR without using eval
39 - stderr parsers
40 - VMMax -> getrusage()
41 - clean up names of temporary files
42 - machine-readable log file
43 - split bin
44 - configurable names of in/out files
45 - multiple in files (stored as an archive or directory)