MCJ Vasseur
MCJ Vasseur
This now implements what was mentioned in the linked issue, this was updated from before. Closes: https://github.com/DOMjudge/domjudge/issues/2086
We already did this in development for ourselves. Because jury users can't import problems and we don't want that, this is the easiest fix. Closes: https://github.com/DOMjudge/domjudge/issues/2152 @meisterT I know you...
We got the slides as: A: tried(20), solved(8) B: tried(10), solved(8) Where I would say A should have been regarded harder and the order should have been B,A instead of...
I always need to check earlier conversations on how to run the solution for my site. I think the `--solve-stats-expected` should check that `\solvestats` is set in the solution.tex and...
Nitpick: there's no need to declare this as an array if only a single group is set, let alone one of length 10. Maybe for clarity an array is still...
When you update an executable we should directly get the option to also rejudge the submissions done with that executable.
Currently the database upgrade is not tested: - Install an older (un)supported release via the documentation - Do some minimal actions: - Create a team - Create a clarification -...
Not all distributions have `lsb_release` default installed, for all distributions with `systemd` `/etc/os-release` seems to be required. The script `dj_make_chroot` only uses `lsb_release` but can be extended to use `/etc/os-release`....
When you install `ghc` and try to run a submission we get a `COMPILER-ERROR` with this error: `ghc-9.4.7: can't find a package database at /usr/lib/ghc/lib/package.conf.d`. The `ghc` package requires the...
Just to check if CI passes, based on a subset of the suggestions by @tom93 in July.