Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fail problem import when multiple validators are specified. #2233

Merged
merged 1 commit into from
Nov 24, 2023

Conversation

meisterT
Copy link
Member

Fixes #1843.

While we could in theory wrap the validators ourselves, it is unclear what to do in case the validators disagree (wrong-answer if exactly one rejects the submission vs internal-error?), and we leave this up to the jury to decide on a behavior and write the wrapper script themselves.

Fixes DOMjudge#1843.

While we could in theory wrap the validators ourselves, it is unclear
what to do in case the validators disagree (wrong-answer if exactly one
rejects the submission vs internal-error?), and we leave this up to the
jury to decide on a behavior and write the wrapper script themselves.
@meisterT meisterT added this pull request to the merge queue Nov 24, 2023
Merged via the queue into DOMjudge:main with commit 1014630 Nov 24, 2023
18 checks passed
@meisterT meisterT deleted the fixmultivalidators branch November 24, 2023 10:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fail when importing invalid output validators
2 participants