in DOMjudge/domjudge#2307 @meisterT suggested that only the content of feedbackdir/multipass/ should be preserved between passes (and nothing else). The implications would be:
- it must be guaranteed that the directory
feedbackdir/multipass/ exists (for multipass problems)
- the validator can neither accidentally nor intentionally overwrite
judgemessage.txt
- the judging system must preserve files like
judgemessage.txt to be able to display them for all passes
Are there any opinions on this?