DOMjudge / domjudge

DOMjudge programming contest jury system
https://www.domjudge.org
GNU General Public License v2.0
732 stars 256 forks source link

Ignore multiple `@EXPECTED_RESULTS@` strings #1387

Open vmcj opened 2 years ago

vmcj commented 2 years ago

As reported by @eldering:

When uploading jury solutions; Accept any submission (since it's just meta-data), but simply not recognize any expected result when parsing fails, so it's easier to detect that we didn't parse any @EXPECTED_RESULTS@ strings.

For spec change: https://github.com/Kattis/problem-package-format/pull/4

vmcj commented 1 year ago

@eldering can this be closed? I think you fixed those issues?

eldering commented 1 year ago

I didn't fix anything specifically related to this, and also am not sure it is fixed. So best to leave open, also to track the reference to that problem package issue.