Releases: cs136/seashell
Releases · cs136/seashell
v3.0.2.3
07 Feb 21:54
Compare
Sorry, something went wrong.
No results found
v3.0.2.2
27 Jan 21:51
Compare
Sorry, something went wrong.
No results found
v3.0.2.1
26 Jan 03:29
Compare
Sorry, something went wrong.
No results found
Fix overlooked typo in login-gateway.rkt.
v3.0.2
26 Jan 01:30
Compare
Sorry, something went wrong.
No results found
Fix issue with garbage bytes being sent in interactive mode #636 .
Repair resetting functionality #635 .
Repair offline sync deadlock #634 .
Cosmetic console layout changes #633 #623 .
Improved error messages #632 #626 .
Basic file copy functionality #618 .
v3.0.1.1
11 Jan 23:59
Compare
Sorry, something went wrong.
No results found
Backend pseudoterminal support.
Assignment downloading bugfix.
Generating bytecode files with seashell-cli bugfix.
Skeleton file list CGI script updated.
Build tools to simplify installation.
Various other bugfixes.
v3.0.0
14 Dec 03:51
Compare
Sorry, something went wrong.
No results found
Seashell offline mode released.
Now able to compile and run C code while disconnected from the websocket connection.
Local storage used to store user files persistently offline.
Local file storage synchronized with backend filesystem when connection is reestablished.
Able to run tests while offline.
seashell-cli can generate LLVM bytecode files compatible with Seashell (to be used in place of object files).
Integrate the seashell-clang-js library (Offline compilation depends on this repo being built and installed correctly alongside Seashell).
v2.5.8.5
02 Dec 15:42
Compare
Sorry, something went wrong.
No results found
Additional ASAN parsing bugfix
v2.5.8.4
02 Dec 15:34
Compare
Sorry, something went wrong.
No results found
Fix segfault ASAN parsing to give stack trace, line numbers
Add an additional check to the ASAN parser tests
Make it possible for ASAN parsing code to work from seashell-cli
Fix frontend console output buffering so we aren't waiting unnecessarily to display program output
Add some basic tests for seashell-cli
v2.5.8.3
23 Nov 20:08
Compare
Sorry, something went wrong.
No results found
Fallback on raw ASAN output if parsing fails
Remove extra newlines printed in output
v2.5.8.2
17 Nov 19:48
Compare
Sorry, something went wrong.
No results found
Fix more problems with seashell-cli that are breaking Marmoset tests