unison
unison copied to clipboard
A friendly programming language from the future
## Before public release: - [x] Fix handling of `%2F` when fetching definitions; https://github.com/unisoncomputing/enlil/issues/47 @tstat - [x] Include 'requestID' in error responses so users can point us at the appropriate...
Looks like most of the temp entities we create stick around in the DB after pulling (which is just how sqlite works), but it's bloating file-sizes a lot. I haven't...
UCM from hash `72a903d046715a4e951fa95cf16e73f18774131a` (current trunk at time of writing) Managed to get a SQLITE crash :'( I haven't yet had time to try to reproduce, likely caused by either...
Here is a term on unison share in the namespace containing that term [queried by name](https://share.unison-lang.org/latest/namespaces/iamevn/advent/year2021/day03/;/terms/main) and [queried by hash](https://share.unison-lang.org/latest/namespaces/iamevn/advent/year2021/day03/;/terms/@69dn0qqsinretcrhuvjhhfr3ue18qcvij5cv3lno22oja294et6532chuoeoknufid3ftl1kf08o168h6r8vmjasd35uubqunp6k8u0). The hash query shows docs from another term with a...
Currently, when logging out of Share, a `Successfully logged out.` message is rendered without the context of the Share UI and feels out of place. Instead we should redirect to...
If you attempt to `display` the `Abort.abort` function, you'll get the following error: ``` resolve: looked up bad dynamic: 80 ``` The attached transcript will replicate the issue: [displayabort.md](https://github.com/unisonweb/unison/files/9215130/displayabort.md)
The following throws an error (which could probably be improved): ``` I couldn't find any definitions matching the name > inside the namespace .exercism.blah 34 | > [1, 2, 3...
I have a problem building Unison for Raspberry Pi 4 (armv7l). Not sure if it's misconfiguration or ARM is not supported now. ``` $ git show commit e2631205da043582b8dee1ab1d543cd79e9f2c6b (HEAD ->...
A typical process is you update one of your dependencies, then want to apply the patch from its new release to your codebase. Like you'd type `patch lib.something.shiny_new_version.patch` at your...