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

See this commit a6fef85152e698fd8d341e32072d3cf925f55a4f ``` stack build --fast && stack exec tests -- gitsync22.fc.lightweightPatch ``` Remove the `alias.type` from the transcript and it currently fails, suggesting that somehow the old...

codebase forensics
E4
R1
I1
C2

Equivalent to unique types; currently we are using workarounds like throwing random data into a definition to distinguish it. Unique terms will need the same care and treatment as #1758...

https://gist.github.com/pchiusano/548032b98d5d6b29cb4314421a231a42 has a writeup of the problem we are trying to solve and proposed new workflow. ---- _Old commentary, out of date_ A couple things I am aware of: 1....

P1
E4
R3
I3
C3
update-process

If someone looks at this, it might also be a good moment to consider whether we should be able to parse or pretty-print float values Infinity, -Infinity and NaN. ([comment](https://github.com/unisonweb/unison/blob/bf943e2df6b33acfcca549dfb8617d99e3988b35/parser-typechecker/src/Unison/TermPrinter.hs#L166))...

good first issue
runtime
builtins
E1
R2
I2
C3

Even though this has no effect

propagation
E1
R1
I2
C3

https://github.com/unisonweb/unison/pull/2029#issuecomment-873036665

runtime
E1
R2
I1
C1

I can never remember whether it's `.releases._latest` or `._releases.latest` or `.trunk` or `._trunk` and it would be nice to be able to sort of browse using tab-completion the way you...

E4
R3
I1
C2

Querying a namespace with the list API and a hash doesn't return a name (the value is a `null`): `GET http://127.0.0.1:8080/asdf/api/list?namespace=%232bbp1bkbef8t4b75sblro3m8kd7sjsgrvcont5sg85su77eich2ncgnoprmn7b8ipto6l5mtjs8t7qrh9pc1ohe7tmfg5r5a4r5ll88` (`%23` is the URL encoded version of `#`) returns...

bug
design needed
codebase-server
E16
R2
I2
C3

__UPDATE:__ [latest design is here](https://github.com/unisonweb/unison/pull/2247#issuecomment-900409775) --- No longer relevant - > There's some initial work in #2105, but we went down a rabbit hole looking at how we might embed...

in progress
pr-process
E4
R3
I3
C3