]> mj.ucw.cz Git - eval.git/blob - TODO
32173204274c5d193fda9f74fe23d6496ff1bbaa
[eval.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 remove scanning of users by UID
10
11 Judges
12 ~~~~~~
13 integrate to the top-level makefile
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 - substitute $VAR without using eval
35 - stderr parsers
36 - VMMax -> getrusage()
37 - clean up names of temporary files
38 - machine-readable log file
39 - split bin
40 - configurable names of in/out files
41 - multiple in files (stored as an archive or directory)