Skip to content

v2.0.2

Compare
Choose a tag to compare
@fushar fushar released this 02 Jul 13:17
· 287 commits to master since this release
f219d16

Judgels server

Bugfixes

  • Fixed ORDER BY clause when getting submissions for calculating scoreboard entries (#465)

Judgels grader

Bugfixes

  • A race condition was discovered where multiple worker threads are accessing the same temporary files when doing final diff scoring. Now, the diff is done in different working directory per worker to avoid the race condition (#467)