Skip to content

v0.4.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@fushar fushar released this 28 Jun 17:02
· 344 commits to master since this release

Focusing on submission simulation feature and code refactor.

New features

  • #32: Submission simulation feature. One can test submitting solution without online judge.
  • #36: Time limit + memory limit for submission simulation. Uses ulimit.

Bugfixes

  • #33: Porcelain output in submission feature sometimes always true.
  • #34: Solution/submission killed by signal prints the signal message in wrong place.