unison
unison copied to clipboard
A friendly programming language from the future
**Add new stuff to comments** to triage, and we'll filter them back up to here in meetings. - [ ] freeze migration code, or other solution (https://github.com/unisonweb/unison/pull/3119#issuecomment-1164601690) - [ ]...
Extend the `/getDefinition` codebase server API with metadata like author, license and data. Completing this ticket will support this UI ticket: https://github.com/unisonweb/ui-core/issues/24 ## Suggested response To the already existing `/getDefinition`...
We want to support a notion of a definition summary and source summary which is more compact response than the `/getDefintion` result. This ticket will support and unblock these UI...
A new endpoint for getting general information about the codebase. Metadata is read via the config file. This will support https://github.com/unisonweb/unison-local-ui/issues/3 ## Suggested Response Schema ```elm type CodebaseResponse = {...
To support nice URLs in the Codebase UI—both local and on Share—we need to be able to ask the codebase server the hash of a namespace name as well the...
This code: ``` unique ability canvas.SpriteBuffer where add : Sprite -> SpriteRef drawBuffer : '('{Canvas} ()) ``` Produces this (as expected): ``` .alvaro> ls canvas.SpriteBuffer 1. add (Sprite ->{SpriteBuffer} SpriteRef)...
Windows Terminal on the left, the standard Console Host on the right:
When resaving the code with unique types in a new ucm instance I get an unexpected result when I call `set` on the record type. > Either Account.active.set should behave...
draft - [ ] #3246 - [ ] #3245 - [ ] #3244 - [ ] #3241 - [ ] #3239 - [ ] #3231 - [ ] #3219 -...
`test.label` alias was removed apparently, and there might be some other changes