Skip to content

Releases: aben20807/local-judge

Multiprocessing

14 Nov 14:55
Compare
Choose a tag to compare
Support multiprocessing in TA

Kill ugly global error handler
Speedup with multiprocessing

Close #6

v1.17.0: Remove all cd command

11 Nov 06:31
Compare
Choose a tag to compare

v1.16.0

11 Nov 02:58
Compare
Choose a tag to compare

v1.14.0

23 Apr 03:47
Compare
Choose a tag to compare
Able to update single student's result

Small fix

20 Apr 07:51
Compare
Choose a tag to compare
v1.13.1

Update ta and prevent utf8 error

v1.13.0: Save outputs into given dir without judgement

20 Apr 04:01
Compare
Choose a tag to compare
Add a new argument for storing the program output for creating answer
files or debugging output files. With this argument, the judgement will
be ignored and only run the program with inputs then save these outputs
into given directory.

v1.12.0: Support more platforms

14 Apr 08:17
Compare
Choose a tag to compare
  • python 3.7: os.errno
  • WSL: file mode

v1.11.0: Improve flexibility of diff command

13 Apr 04:29
Compare
Choose a tag to compare
+ Use 'bash' as the alternative shell to 'sh'
+ Introduce {output} and {answer} to diff command in config file

Close #1

v1.10.0

11 Apr 08:53
Compare
Choose a tag to compare
Cache the log for writing to excel output

v1.9.0: Add return code when exit

27 Mar 09:26
Compare
Choose a tag to compare
In order to work with makefile gracefully, we need a return code to
detect the situation that the student does not get full score and does
not open the verbose option to see the diff result. Therefore, if this
situation happen, the return code will be 1 which can trigger the
command behind "||". There can be a message output to remind user using
the argument to get the diff result.