Skip to content

Releases: swpu-acm/eval-stack

eval-stack v0.3.3

05 Dec 09:11
b7fdc03
Compare
Choose a tag to compare

[0.3.3]

Bug Fixes

  • 6aa6076 (#20 by @fu050409) Fixed eval-stack won't clean up the temporary files if failed to compile.

eval-stack v0.3.2

04 Dec 13:02
cf80cc8
Compare
Choose a tag to compare

[0.3.2]

Performance Improvements

eval-stack v0.3.1

04 Dec 00:04
c499b94
Compare
Choose a tag to compare

[0.3.1]

Bug Fixes

  • 485b1ae (#16 by @fu050409) Fixed compile error caused some compiler don't recognize unknown file extension.
  • 485b1ae (#16 by @fu050409) Fixed serde renaming to lowercase instead of camelCase.

Chores

  • 485b1ae (#16 by @fu050409) Specify the release profile in Cargo.toml to improve the performance.

eval-stack v0.3.0

03 Dec 23:21
6d4a863
Compare
Choose a tag to compare

[0.3.0]

New Features

eval-stack v0.2.1

02 Dec 09:40
958443f
Compare
Choose a tag to compare

[0.2.1]

New Features

eval-stack v0.2.0

01 Dec 12:06
bb19118
Compare
Choose a tag to compare

[0.2.0]

New Features

  • 5867664 (#9 by @fu050409) Add support for Deno.js, and other changes:

    • Use deno instead of node for executing JavaScript files, deny all permissions by default.
    • Allow stderr to be piped since we can capture it for error messages.
    • Disable core dumps by default.
    • Set CPU time limits using libc.
    • Use seccomp to restrict sys calls and fs operations.
    • Prevent process to create subprocesses.

eval-stack v0.1.2

30 Nov 02:44
beaba06
Compare
Choose a tag to compare

[0.1.2]

New Features

  • 839c728 Add serde derive for Language struct.

eval-stack v0.1.1

30 Nov 02:29
092e9e9
Compare
Choose a tag to compare

[0.1.1]

New Features

eval-stack v0.1.0

05 Nov 13:52
19cce0d
Compare
Choose a tag to compare
eval-stack-v0.1.0

chore: fix keywords in `Cargo.toml` (#2)