Skip to content

Releases: unisonweb/unison

Development Build (trunk)

16 Jul 06:00
87f8c02
Compare
Choose a tag to compare
Pre-release

Commits

release/0.5.42

25 Jun 15:53
53b7d6c
Compare
Choose a tag to compare

What's New

Features and new behavior:

  • New list-fuzzy / lsf command allows you to quickly skim a project's namespaces using fzf, and list one upon selection.
  • New branch.squash command copies the current branch, but with a collapsed history.
  • add and update are the same command now.
  • On name resolution failure, UCM now suggests similar names, (Thanks @xmbhasin!)
  • edit.namespace now includes . as its top fzf suggestion.
  • We added tab-completion and fzf completion for file arguments.
  • Releases will include linux-arm64 builds going forward.

Experimental:

  • Setting the UNISON_USE_UPDATE_V2 environment variable enables a new workflow for update, which puts you into a new branch to complete the update, analogous to the merge command. More details at #5710.

Speedups:

  • Lots of work to improve ability handler optimizations. (read more here)
  • Faster merge startup.

Fixes:

  • The scratch file watcher behaves more predictably.
  • upgrade avoids ending up with __2 names in some cases
  • The transcript runner no longer bombs if ucm is open due to ports being in use.
  • Runtime panics can produce better error messages.
  • back no longer fails due to navigating to a deleted branch.
  • Fixes a runtime issue involving nested lambdas

All PRs Since Last Release

Full Changelog: release/0.5.41...release/0.5.42

Development Build (arm-runners)

18 Jun 16:56
Compare
Choose a tag to compare
Pre-release
arm-runners-build

please work

Development Build (affine-improvements)

09 Jun 21:07
d3f20d7
Compare
Choose a tag to compare
Pre-release
Merge pull request #5745 from unisonweb/topic/affine-improvements

Relax a criterion for recognizing affine handlers

Development Build (nicer-affine-handlers)

02 Jun 17:20
Compare
Choose a tag to compare

Commits

  • d1a2ba9: Fix a variable renaming bug in normalized ABT (Dan Doel) #5715
  • 3a5d186: Split ANF optimizations into their own file. Improve affine handlers. (Dan Doel) #5715
  • 0ee118a: Add some additional tracing functions (Dan Doel) #5715
  • 3aaec3d: Break lines when displaying intermediate handle constructs (Dan Doel) #5715
  • 3d4c6b5: Merge remote-tracking branch 'origin/trunk' into topic/nicer-affine-handlers (Dan Doel) #5715
  • 266a135: automatically run ormolu (dolio) #5715
  • 07b0f27: Rework optimization to include more affine handlers (Dan Doel) #5715
  • 4235074: automatically run ormolu (dolio) #5715
  • 6b03b72: Fix rewriting combinators to descend under non-unary lets (Dan Doel) #5715
  • ab8b986: Condense optimization in U.R.Machine (Dan Doel) #5715
  • d1c6adf: Add a note on indirect calls to replaceLinearBody (Dan Doel) #5715
  • ac08f10: Tweak some COMPLETE pragmas for ANF (Dan Doel) #5715
  • dcd0f81: Adjust some affine optimizations (Dan Doel) #5715
  • 3ae41e0: Fix up tests (Dan Doel) #5715
  • 6f3d757: Don't promote x = y bindings to direct (Dan Doel) #5715
  • 908c1b5: Fix some issues causing cli integration test failures (Dan Doel) #5715
  • a16f4fa: Transcript changes (Dan Doel) #5715
  • 44a2012: Fix tests (Dan Doel) #5715
  • a8f5842: Merge remote-tracking branch 'origin/trunk' into topic/nicer-affine-handlers (Dan Doel) #5715
  • 72a7561: automatically run ormolu (dolio) #5715

release/0.5.41

19 May 22:05
b3a897b
Compare
Choose a tag to compare

What's New

Features:

  • Trigger fzf (if installed) when ls or find are run with no arguments. Use ls . or find . to get the old behavior.

Faster:

  • Ability handlers in common, simple cases are now much faster.

Fixes:

  • sync.to-file with no argument used to always sync /main when it should have synced the current branch. Now it doesn't!
  • UCM no longer says "Merging..." unless it's going to perform a merge.

Foregone:

  • update.old and merge.old have gone to live on a nice big farm, where we unfortunately won't be able to visit them.

All PRs Since Last Release

Full Changelog: release/0.5.40...release/0.5.41

Development Build (json-replacement)

19 May 15:31
f4a9b0b
Compare
Choose a tag to compare
Pre-release
Merge pull request #5706 from unisonweb/topic/json-replacement

Add builtin replacements for some Json functions

release/0.5.40

09 May 04:18
468e355
Compare
Choose a tag to compare

What's New

Features:

  • LSP: "Jump to definition" for local bindings (#5663)

Fixes:

  • Fix an issue with merge that could cause some type names to be lost (#5684)

All PRs Since Previous Release

Full Changelog: release/0.5.39...release/0.5.40

release/0.5.39

02 May 22:03
a56de2d
Compare
Choose a tag to compare

Hotfix

Multimap.fromList causes ucm 0.5.38 to crash.

All PRs Since Last Release

New Contributors

Full Changelog: release/0.5.38...release/0.5.39

release/0.5.38

28 Apr 17:58
1e733a4
Compare
Choose a tag to compare

What's Changed

Features:

Faster:

Fixes:

  • Avoid spurious lets when printing destructuring assignments by @dfreeman in #5644

All PRs Since Last Release

Full Changelog: release/0.5.37...release/0.5.38