Skip to content

DMOJ Judge v4.1.0

Latest
Compare
Choose a tag to compare
@Xyene Xyene released this 20 Feb 22:14
· 131 commits to master since this release

This minor release contains improvements to MLE reporting for a few runtimes, as well as a few bugfixes.

Runtimes

  • Java java.lang.OutOfMemoryError as well as certain GC failures are now mapped to MLE verdicts.
  • Guaranteed that Java, Python 2/3, PyPy 2/3, and C# submissions will report MLE rather than RTE or IR when graded on problems with memory limits lower than baseline runtime overhead.

Bugfixes

  • Fixed a bug where some problem directories specified with problem_storage_globs may 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-cli now indents batched cases.

Full changelog

The full changelog is available here as well as below.

Changelog