unison icon indicating copy to clipboard operation
unison copied to clipboard

A friendly programming language from the future

Results 809 unison issues
Sort by recently updated
recently updated
newest added

We should detect this issue without bothering the server. Alternatively a future feature could make it a search. ``` scratch/main> lib.install base I received an unexpected status code from the...

bug

This PR adds a new `UnboxedArray` type and various operations on it and `ImmutableArray` that allow for more efficient bulk operations on arrays. The array operations are [described here](https://gist.github.com/pchiusano/1c6293df8613394c505a9989e0fa50eb). Most...

we do want to allow upper-case letters at least

bug

We expect it to be okay to have unsupported builtins in your codebase so long as you don't reference them in code that you're trying to run, but that isn't...

> I can't read the codebase in `` because it was constructed using a newer version of Unison. > Please upgrade your version of UCM. vs > I can't read...

feature request

~/P/unison (master) [i] ⋊> ucm Now starting the Unison Codebase Manager (UCM)... _____ _ | | |___|_|___ ___ ___ | | | | |_ -| . | | |_____|_|_|_|___|___|_|_| 👋...

help wanted
feature: other

This test hangs, pegging CPU at 100% and growing memory usage to over 10 GB, but _only when run with the `test` command_ in UCM: ``` test> data.Array.Raw.map.tests.props = test.verify...

bug

**Describe and demonstrate the bug** Below is a transcript. A couple of things seem wrong to me. 1. You can see that there is an explicit type signature on `abilities.repeat`...

bug

**Describe and demonstrate the bug** ```` ``` ucm > builtins.merge Done. ``` ``` unison > 3 ``` ``` ucm :added-by-ucm Loading changes detected in scratch.u. No changes found. 1 |...

bug

**Is your feature request related to a problem? Please describe.** when the `test` command takes a long time to run, there's no good way to know which tests are taking...

feature request