Cody Allen
Cody Allen
💯 I would love this. I just hit this last night with a watch expression like: ``` 1 | > advancedExample ⧩ "[\n {\n \"\130RaKpO2N1C\472472N\445368\": 53446413594,\n \"|t2\516629\&0BzI&\": 4035084937941982746,\n \"H7uuo\\u00161ki2\\u001fg8\": 2887500339197854320,\n...
My thoughts: > Do we re-run on every save or just when a unison dependency changed? On every save. If someone has `io> Instant.now` in their scratch file they are...
@ChrisPenner hmm good questions. I wasn't considering the case of multiple `io>` watch expressions. One option is that ucm runs all IO watch expressions and blocks on the result, with...
I just ran into this again. This time apparently because my branch name started with a digit: ``` @unison/cloud/main> branch 401-msg branch (or branch.create, create.branch) `branch foo` forks the current...
To me the tricky part seems to be that ucm is tied to the context of which project/namespace you are in. If you start a standalone server, which project is...
To be clear to those less familiar with the context, I think that @SystemFw is referring to changes that he made in the `@unison/httpserver` library, not to the Unison language...
@aryairani I'd still prefer commenting them out because if you change the record type you don't want to change (or delete) 3 auto generated functions that are in your scratch...
@aryairani yes if there were an `edit.namespace` that didn't put them into the file that would work. I just got the impression that people didn't really like my #4004 proposal...
By doing a diff of these results and `find : [test.Result]`, I did manage to find 3 tests that don't show up in this test output. But strangely none of...
If I delete these two tests the problem goes away: ```haskell up.base.reflection.Link.Term.isBuiltin.tests.negative : [test.Result] up.base.reflection.Link.Term.isBuiltin.tests.negative = verify do term = base_2_9_1.abilities.Each.each [termLink printLine, termLink Map.insert, termLink base_2_9_1.data.List.map] ensuring '(Boolean.not (isBuiltin...