v2.0.2
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, thediff
is done in different working directory per worker to avoid the race condition (#467)