Skip to content

Releases: unisonweb/unison

M1b

06 Aug 18:12
Compare
Choose a tag to compare
M1b Pre-release
Pre-release

Point release in the M1 series. No codebase format changes. Recommended action is to pull latest unisonbase after upgrade:

.> cd .
.> pull https://github.com/unisonweb/unisonbase.git

Fixes:

  • #645, thanks to @zenhack for spotting!
  • unisonbase had an incorrect mapping for List type name: List a should be a synonym for [a] but it wasn't in unisonbase.
  • Minor lexing / parsing fixes when nesting ! and ' prefix operators.

M1a

02 Aug 15:40
Compare
Choose a tag to compare
M1a Pre-release
Pre-release

Alpha testing release of Unison. Instructions for getting started.

M1

02 Aug 15:41
Compare
Choose a tag to compare
M1 Pre-release
Pre-release

Alpha testing release of Unison. Superseded by M1a, which has this important bugfix.