You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When downloading the ZIP of a problem with a custom validator, we write to the problem.yaml:
validation: custom
But we do not add the custom validator files to the ZIP file.
We also write:
special_compare='circuitdesign_cmp'
to domjudge-problem.ini. We need to make sure this doesn't hurt (but looking at the code it seems to overwrite this with a custom validator if it comes in the ZIP)