New
DMOJ Judge v4.1.0
This minor release contains improvements to MLE reporting for a few runtimes, as well as a few bugfixes.
Runtimes
- Java
java.lang.OutOfMemoryErroras well as certain GC failures are now mapped toMLEverdicts. - Guaranteed that Java, Python 2/3, PyPy 2/3, and C# submissions will report
MLErather thanRTEorIRwhen graded on problems with memory limits lower than baseline runtime overhead.
Bugfixes
- Fixed a bug where some problem directories specified with
problem_storage_globsmay not have been picked up. - Fixed the C++03 executor relying on the compiler's default standard (which is now C++17 for GCC).
Miscellaneous
dmoj-clinow indents batched cases.
Full changelog
The full changelog is available here as well as below.