Jaap Eldering
Jaap Eldering
As reported by Josse van Dobben de Bruyn, an exported problem zip doesn't adhere to the problem archive format we use for importing problems. In particular, the testdata is not...
Currently we support having testcase images, but only loaded statically. We should have a new type of script to both be able generate those during import and also to generate...
Since it seems that not all information (e.g. problem statements) can be extracted from polygon using the API, I would suggest to try to match the directory structure that polygon...
The `judging_run_output.output_diff` column gets filled with the contents from the `feedback/judgemessage.txt` file (optionally) generated by the output validator, per [specification](https://www.kattis.com/problem-package-format/spec/2023-07-draft.html#reporting-additional-feedback). It is not the actual diff of team output against...
### Description of the problem Currently, executables are built using https://github.com/DOMjudge/domjudge/blob/main/judge/build_executable.sh. This runs inside the chroot, but the executable that gets built is run outside the chroot. This leads to...
### Description of the problem When I browse to a submission on the jury interface that has multiple judgings, then I cannot view an inactive judging. ### Your environment Current...
At the WF Dhaka dress rehearsal, this was reported by the judges:  This showed as assigned to the jury queue on the clarifications overview page. After reassigning the original...
### Description of the problem I've been running a bunch of rejudgings for a contest, and in between I sometimes ran into internal errors, e.g. due to #2162. Now I...
### Description of the problem While importing problems into a new contest (from problem zip files), the message of problem id 108 showed up on the result page for problem...
Importing `example_problems/hello` as a zip takes about 10 seconds, and almost all of that time seems spent importing the submissions. I think the problem is the double for loop over...