Skip to content

Releases: cs136/seashell

v2.5.8.1

17 Nov 19:20

Choose a tag to compare

  • Fix seashell-cli bugs introduced by ASAN parsing code.

v2.5.8

17 Nov 03:08

Choose a tag to compare

  • File snapshots history backend added (without user interface). #557
  • ASAN error message parsing/cleanup. #563
  • Flatten common/ folder before submitting to Marmoset. #571
  • Restore missing files from whitelist project skeletons. #572
  • Add ability to make read-only files with a comment in the code. #573
  • Secure the storage and transfer of whitelist project skeletons. #574 #584
  • Some installation documentation tweaks. #579 #581 #583
  • No longer submits .history, .project-settings files to Marmoset. #585

v2.5.7.1

18 Aug 16:55

Choose a tag to compare

  • Fix Racket 6.6 Typed Racket casting changes.

v2.5.7

18 Aug 16:24

Choose a tag to compare

  • Fixed Marmoset assignmet selection: #560.
  • Added support for persistent undo history across sessions: #547, #551, #552.
  • Allowed runner file to be stored in common/.

v2.5.6.1

03 May 04:35

Choose a tag to compare

Fix server error caused by a type cast in read-config-string in seashell-config.rkt.in.

v2.5.6

03 May 01:27

Choose a tag to compare

  • Added whitelist for pre-release project templates.
  • Converted parts of the backend to Typed Racket.
  • Resolved issues with requires/include and the common directory.
  • Resolved Marmoset regression with new submission format.
  • Updated libssh2 to latest stable release.

v.2.5.5.2

05 Feb 21:36

Choose a tag to compare

Fix bugs in previous release:

  • Don't assume common exists
  • Fix old files from previous terms screwing up

v2.5.5.1

05 Feb 20:03

Choose a tag to compare

  • Fix linker error not showing up

v2.5.5

05 Feb 17:30

Choose a tag to compare

  • Warn when line is greater than 80 characters.
  • Recusively resolve dependencies.
  • Ungroup files in file list.
  • Reset files to original skeleton file upon renamed/delete.
  • Fix off-by-one when underlining errors.
  • Add new return code for assertion failure.
  • Guess Marmoset project name correctly in submission.

v2.5.4.2

14 Jan 12:05

Choose a tag to compare

  • (Partially) fixed empty tests (#463).
  • Fixed automatic dependency resolution.