unison icon indicating copy to clipboard operation
unison copied to clipboard

A friendly programming language from the future

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

If I create a term in my scratch file like this: ```unison testNothing = do [] ``` And try to immediately run it with `test.io`: ```ucm:error scratch/main> test.io testNothing ```...

bug

**Describe and demonstrate the bug** In the Haskell interpreter, `createDirectory` acts like Unix's `mkdir -p`, creating parent directories as needed. But in the scheme runtime, `createDirectory` fails if a parent...

bug
native

**Describe and demonstrate the bug** In the scheme runtime, the builtin for converting to the URL variant of base 64 doesn't actually use the URL variant. It uses `/` instead...

bug
native

**Describe and demonstrate the bug** https://share.unison-lang.org/@kylegoetz/mock-connection/code/main/latest/terms/README **Screenshots** **Environment (please complete the following information):** Not relevant. It's a problem with Share.

bug
unison-share

Including a record type in the `@source{}` element used to render the record type with its named fields. There may have been a regression such that the `docs` or `display`...

bug

I think the `/releases/latest` syntax should work everywhere if it works anywhere; however, the user will get into further trouble if they are trying to build a contribution on top...