Releases: stew/unison
Releases · stew/unison
Development Build
Commits
- 3ebf9f1: Really add the new transcript (Rúnar) #4235
- d868dfd: Make ANF links folds into traversals (Dan Doel) #4255
- 50a9530: Modify code serialization for rehashing (Dan Doel) #4255
- 01ad6fc: Update parser-typechecker/src/Unison/PrintError.hs (Rúnar) #4235
- a329140: automatically run ormolu (runarorama) #4235
- 154e604: Update transcripts (Rúnar) #4237
- 91a020b: Merge branch 'trunk' of https://github.com/unisonweb/unison into runarorama/missingresult (Rúnar) #4237
- d3b6dd9: Really refresh the transcripts (Rúnar) #4237
- 8f824f1: Add a module for rehashing ANF code (Dan Doel) #4255
- d9a3369: Update unison cachix public key (Cody Allen) #4240
- 6e05935: add "all" package to flake (Travis Staton) #4244
- 4197042: add workflow that populates cache (Travis Staton) #4244
- a9117b6: WIP resolve project branch ref to root hash (Chris Penner) #4246
- 271e486: Add error cases (Chris Penner) #4246
- e4a53a5: Re-import moved combinators (Chris Penner) #4246
- 7b12528: Switch to path based construction for better escaping (Chris Penner) #4246
- ab703ff: Split out UI command. (Chris Penner) #4246
- 1a51807: Project UI mostly wired up (Chris Penner) #4246
- cd048f7: fixes unisonweb#4233 - term declarations should not allow hashes in term names (Kyle Goetz) #4247
- e3e0088: added transcript test to verify using a hash in term declaration is an error (Kyle Goetz) #4247
- 5258b6c: fixup (Kyle Goetz) #4247
- 2e456e2: remove cache.iog.io (Arya Irani) #4251
- a75139c: Doctests for ui command (Chris Penner) #4246
- 9f8014d: Update routes (Chris Penner) #4246
- 85e8118: Switch to preferred local ucm routes (Chris Penner) #4246
- 4b4b0c9: Remove Share paths from release flow (Chris Penner) #4248
- a91e6fa: Share more code with the project ui (Chris Penner) #4246
- 71429fd: Add non-project-code prefix (Chris Penner) #4246
- 7dc586e: Fix bad definition search in projects (Chris Penner) #4246
- b0a8ac5: Add namespace, term, type autocomplete (Chris Penner) #4249
- e27fcfb: Add project and branch listing endpoints (Chris Penner) #4250
- d645d3f: Add api transcripts for listing project and branches (Chris Penner) #4250
- 767356a: Remove old out of date project API transcripts (Chris Penner) #4250
- d81aa9a: Merge remote-tracking branch 'origin/trunk' into cp/project-ui-command (Chris Penner) #4246
- 1666e88: Fix error on empty name in project root (Chris Penner) #4246
- c653b34: Fix up perspectives in project ui (Chris Penner) #4246
- 5979527: Fix scoping of names in loose code to the names root. (Chris Penner) #4246
- a3bf32c: Remove debugging (Chris Penner) #4246
- ca5505a: Rework intermediate code generation to support rehashing (Dan Doel) #4255
- 661df84: Add version byte to intermediate hash. (Dan Doel) #4255
- 8653017: Fix decompile info (Dan Doel) #4255
- 190b6d2: Backmap references in stack traces (Dan Doel) #4255
- db4619a: Update transcript outputs (Dan Doel) #4255
- 8306ff8: Add a builtin for validating code hashes before loading. (Dan Doel) #4255
- 9402fef: Hadn't revised validateLinks type based on actual implementation (Dan Doel) #4255
- c8e09f0: Ormolu and transcripts (Dan Doel) #4255
- cad8cb2: Add validation to random deserial tests, and fix some bugs (Dan Doel) #4255
- af4dc89: automatically run ormolu (dolio) #4255
- c356dbb: Remember remappings from file loads (Dan Doel) #4255
- b29c898: Remove some commented, dead code (Dan Doel) #4255
- 196552c: Ormolu (Dan Doel) #4255
- 2000803: Fix some type errors from lamLift in tests (Dan Doel) #4255
- b353fd0: Generalize Branch Format type (Chris Penner) #4261
- fa548ec: Generalize more deserialization combinators (Chris Penner) #4261
- 9796636: Rebuild original branch format combinators (Chris Penner) #4261
- ead368d: Add export list to Serialization (Chris Penner) #4261
- 9980fce: Add Bytes Wrapper for local branch bytes (Chris Penner) #4261
- d6b5308: Add hashBranchFormatToH2Branch (Chris Penner) #4261
- 3e88dda: Add hashBranchFormatFull to Hash Handle (Chris Penner) #4261
- 53919fe: Be more thorough about applying forward reference mappings (Dan Doel) #4255
- 370793c: Update transcripts for non-project-code (Chris Penner) #4246
- c287cf4: fixes unisonweb#4239, pretty printing for single arg infix op terms no longer displays "error" (Kyle Goetz) #4260
- 6303156: automatically run ormolu (ChrisPenner) #4261
- 2528ef2: Update parser-typechecker/src/Unison/Syntax/TermPrinter.hs (Paul Chiusano) #4260
- a8ce3ec: Make rehash less crashy on bad SCCs (Dan Doel) #4255
- 7a70bd7: Add more code rehashing tests (Dan Doel) #4255
- 979a948: Merge remote-tracking branch 'origin/trunk' into cp/project-branch-list (Chris Penner) #4250
- eb68699: Add all permutations of mutual verification (Dan Doel) #4255
- 72f09d4: Merge branch 'cp/project-ui-command' into cp/project-branch-list (Chris Penner) #4250
- 490e238: Add -y when calling into racket (Dan Doel) #4264
- 3bdf3fc: Merge remote-tracking branch 'origin/trunk' into pg/name-lookups-hasql (Chris Penner) #4265
- caebdba: Apply new diffing types to merged in code (Chris Penner) #4265
- 26944f5: Bump LSP lib versions (unisonweb#4262) (Chris Penner) #4262
- 355ee4f: wip (Paul Chiusano) #4267
- c42fd86: wip (Paul Chiusano) #4267
- 13f3aad: Everything reparses with an identical hash now (Paul Chiusano) #4267
- f7d6706: fix to record printing (Paul Chiusano) #4267
- 4cefcee: Ormolu (Chris Penner) #4260
- 46e2876: working (Paul Chiusano) #4267
- 95dd874: Merge remote-tracking branch 'origin/trunk' into fix/sig-cleanup (Paul Chiusano) #4267
- a824eb8: automatically run ormolu (pchiusano) #4267
- 7f9db5f: comments (Paul Chiusano) #4267
- eebb43d: refresh transcript (Paul Chiusano) #4267
- c3938a8: Merge remote-tracking branch 'origin/trunk' into pg/name-lookups-hasql (Chris Penner) #4265
- efef97a: Only run formatter on trunk (Chris Penner) #4270
- b9143fc: Always...
Development Build
latest-macOS different tags for different osses
Development Build
latest-Linux different tags for different osses