Stew O'Connor
Stew O'Connor
`dependents foo` gives you a mixture of global and local results with no way to distinguish them. here is a transcript that show's what I mean: ```` ```ucm .> builtins.merge...
The builtins return an `Either Text Bytes` but they should be returning `Either Failure Bytes` so they can be reraised as exceptions
These things should be assumed to never fail. Its a pain to have to handle the failure type that will never happen
When I run `unison transcript` it tells me: Run `unison --codebase /tmp/transcript-088cbbcc784eeb28` to do more work with it. but that path doesn't exist because I didn't know about --save-codebase, messaging...
we are passing the Seq type around in a bunch of places. This type is an abomination we should avoid, since Seq doesn't tell us if the set is bounded,...
@ahjohannessen made a request in gitter that I think makes sense, which is that we could perhaps treat Environments as a monoid, so that they can be added together, and...
``` @unison/distributed/main> upgrade foo bar ⚠️ The namespace .__projects._757ad532_adee_4961_b106_a6ca4dfd24ff.branches._d60237fa_26ac_4b9a_931d_e1d58a775ad5.lib.foo doesn't exist. ``` I shouldn't see the UUIDs here
the following code fails to round trip. Once it wants to split the abilities list across multiple lines it doesn't indent the abilities enough ``` ability January where capricorn :...
create a way for users to create revokable API tokens for api.unison-lang.org that are appropriate for using for scripting UCM commands against share
Before submitting a pull request, please doublecheck that you have included ## Code review [pr.txt](https://github.com/unisonweb/base/files/6001519/pr.txt)