-
lablgtk seems to be not really maintained, and a number of serious bug reports remain open. Long term, we should stop using it, which means either not having a GUI, using some other bindings from oc…
-
Given a fresh codebase
And this scratch file:
```
x = ()
```
The following causes a database integrity error:
```
.> add
⍟ I've added these definitions:
x : ()
Encountere…
-
```
@unison/base/main>
Loading changes detected in ~/work/unison/trunk/scratch.u.
The expression in red
needs the abilities: {Gen}
but was assumed to only requi…
-
I accidentally used the command run with a term that does not exist:
```
leer/main> run main
Encountered exception:
multiple matching refs
CallStack (from HasCallStack):
error, called at src/U…
-
I tried running HLint on the [unison codebase](https://github.com/unisonweb/unison) and it hung:
```
$ hlint --default . > .hlint.yaml
fish: Job 1, 'hlint --default . > .hlint.yaml' terminated by…
-
**Describe and demonstrate the bug**
In the following example when I try to use a `'{} ()` as type `'{Exception} ()`, I get a type checker error. But I believe that `a -> {} b` is supposed to confo…
-
Hey!
Linux distro inside virtualbox installs old version of unison (v2.48.xxx). While brew install something like 2.51.xxx. Those versions are incompatible.
Couldn't find a way to install older …
-
In the documentation, the rules for deciding whether "." is part of a name (dividing name segments) versus an operator say (https://www.unison-lang.org/learn/language-reference/identifiers/):
> . b…
-
```
What steps will reproduce the problem?
1. Create a composition with 2 tracks one track holds cords that will be played
once per bar, the second has individual quarter notes.
2. play composition.…
-
```
What steps will reproduce the problem?
1. Create a composition with 2 tracks one track holds cords that will be played
once per bar, the second has individual quarter notes.
2. play composition.…