Cody Allen
Cody Allen
Related: #4181
In this case it's that I want to see if I can delete `api.baseUri` instead of resolving a conflicting `update` in it. So I want to see what this `impl`...
This is related to (and possibly in conflict with) #3474 .
Here is a current reproduction: Clone the main branch of `@unison/cloud` at the following point in history: ``` @unison/cloud/main> history Note: The most recent namespace hash is immediately below this...
Weird. Even if I restart ucm I see the same behavior that I saw before. This is with ucm `0.5.20`. So it seems that `delete.namespace` must somehow consider items in...
It occurs to me that this could be the case for `move.term` and `move.type` as well, but I haven't checked those.
@aryairani good question. I guess that I would.
My guess would be that this is similar to #5448 and fails because it tries to pretty-print the term name that generates each set of test results.
I just checked and #5483 did not fix this. I'm guessing that's because it adjusted the type lookups but not the term/name lookups?
@mitchellwrosen once in this state, how would one create an empty `main` branch for their technically-valid project? With some digging I found that there was a `branch.empty` command, but it...