]> mj.ucw.cz Git - eval.git/blobdiff - TODO
Ignore src/syscall-table.h.
[eval.git] / TODO
diff --git a/TODO b/TODO
index 23ddf95e95991f4b51ab709449989cbaa2bf0ed8..c4f57ae6449a5eb89e7851aa512dba0b8c79fc76 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,29 +1,31 @@
 Evaluator
 ~~~~~~~~~
-lepsi time limity
-zkopirovat *.ok i kdyz program spadne na run-time error
-konfigurovatelne vstupni a vystupni soubory
-konfigurovatelny pristup k timerum a /proc/self/stat (pripadne /proc/self/fd)
-better formatting of the score table
-online ukazovani runtime a memory
-score: alignment of table cells
+score: better formatting of the score table
+interactive tasks: solve deadlocks?
+interactive tasks: logging of messages
+terminology: problem -> task ?
+writing of verdicts to stdout (include timing and check on interactive tasks, including judge errors)
+box: memory usage statistics (need to search for VMPeak in /proc/$PID/status, but it disappears too early)
+
+Judges
+~~~~~~
+integrate to the top-level makefile
+clean up exit codes
+test cases for judge-shuff
 
 Environment
 ~~~~~~~~~~~
-per-user tmp ?
-spousteni rhide z mc
-rhide: debugging Pascal programs: variable names must be upper-cased
+fpc: add switch -gl (runtime errors write line#), but avoid that when inside the sandbox
+
+Installer:
+- mo-install: reduce what gets copied to mo-eval home
+- update group permissions
+- quotas
 
-Contest
-~~~~~~~
-Prepare /home/mo/public/<problem>/* for all problems
-# ./comp-prepare
-<contest runs>
-# ./comp-kickout
-# ./comp-cleanup
+New submitter:
+- contest: task status cache
 
-before competition
-~~~~~~~~~~~~~~~~~~
-uninstall telnetd
-clean /tmp + /var/tmp and check permissions
-reset owners of com-day* and com-all to avoid quota problems
+Various ideas:
+scores dependent on time (like PL olympiad)
+box: configurable access to timers and /proc/self/{stat,fd}
+box: limit the total amount of data written to files, so that quotas don't have to be set up