Rebecca
Rebecca
To better serve a wide section of the language community, we'd like to add language fundamentals learning materials written in the Unison `Doc` format. This ticket chunks a few of...
Earlier today, we used the `add.run` command to add a term to the codebase. The UCM confirmed it was successfully added as a term. However, the term did not show...
It appears that the `run` command may be persisting state incorrectly when a function's dependencies have been updated. Thank you to @adamw for surfacing and minimizing this bug. Restarting the...
If you create a standard url link inside a parenthetical statement, the links may not be rendered as actual links. For example the following doc block will fail to interpret...
[Mentioned in this slack thread](https://unisonlanguage.slack.com/archives/C03UF0WLV1C/p1693497871116069) The website and Unison Share now render the full paths to data types whereas before it would abbreviate them the shortest possible path. Here's an...
version: release/M5f Today when trying to write a function named ``` test.gen.Drawing : '{Random} Drawing ``` With a record type in my codebase sharing the name suffix (but not the...
Hello again! As part of learning generally about Compendium to support the development efforts (https://github.com/47deg/marlow/issues/262) I believe the Compendium Client has drifted out of sync with the server code a...
The type mismatch error for the attached sample transcript produces a non user-facing extended error message, making it difficult to understand what went wrong. [typeMismatch.md](https://github.com/unisonweb/unison/files/8275763/typeMismatch.md) ``` Sorry, you hit an...
When the first word inside a parenthetical statement is monospaced with the single backtick syntax: ``` test = {{ `hi` hi (this is a parenthesis `hi` blah) (`now` it starts...
This came up [in the slack](https://unisonlanguage.slack.com/archives/C036D4CGA0K/p1673325803502339). If you want a pure computation, `a -> {} b` the UCM will render your pure computation without the empty ability set, so if...