What's changed
- fixes
sleep
bug in Unison programs #3957 - fixes regression with
switch
- updates
todo
command, now prints name conflicts, one level of missing names, and usages oftodo ...
in your project - fixes
merge
bug which silently created unnamed dependencies #5092 - fixes
merge
bug involving constructor deletion - fixes ability list roundtrip bug #4683
- fixes doc round trip bugs #4476, #4729
- supports
docs.to-html
at the branch root, using the same syntax as thefork
command - hides patches from
ls
as part of their continuing deprecation - fixes typechecking bugs #5129, #3513
!foo
now renders asfoo()
in Unison source
All PRs since last release
- Update ormolu.yaml by @aryairani in #5103
- Update ormolu.yaml by @aryairani in #5104
- Implement custom Word64 delay by @dolio in #5102
- updating tj-actions/changed-files to v44 by @aryairani in #5105
- bugfix: switch to most recent branch by @mitchellwrosen in #5100
- bugfix: merge involving constructor deletion by @mitchellwrosen in #5110
- Remove the
Convert
andParse
type classes by @sellout in #5115 - Improve Haddock for
Path
andName
by @sellout in #5109 - drop branch filter for CI runs by @aryairani in #5113
- bugfix: don't emit virtual semis inside { or [ by @mitchellwrosen in https://github.com//pull/5117
- Fix roundtrip bug when sub-docs contain headings by @neduard in #5120
- Fix roundtrip bug in Bytes.splitAt.doc by @neduard in #5121
- Support branch-relative paths for
docs.to-html
by @sellout in #5111 - Improve some lexer error messages by @sellout in #5108
- feat: hide patches from ls output by @mitchellwrosen in #5123
- feat: (partially) revamp todo by @mitchellwrosen in #5107
- add transcript that demonstrates bug in merge by @mitchellwrosen in #5130
- Prefer
foo()
to!foo
by @pchiusano in #5114 - GHC 964 Fixes by @neduard in #5106
- Don't relax type when doing an instantiateL during subtyping by @dolio in #5133
- feat: show dependents of
todo
(builtin) intodo
(command) output by @mitchellwrosen in #5124
Full Changelog: release/0.5.22...release/0.5.23