Paul Chiusano

Results 81 issues of Paul Chiusano

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

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

This came up in #2198 which has a good example and has been a known issue for a while.

error-message
papercut
E4
R3
I2
C2

Right now when you add a type replacement to a patch, during propagation, we don't verify that the kinds of the old and new type are the same. This can...

propagation
to-discuss
E16
R3
I3
C2

```Haskell type UniqueSuffix = Name Codebase.loadNames :: Branch.Hash -> Set (Either Referent Reference) -> Map (Either Referent Reference) (Set UniqueSuffix, Set HashQualified) ``` And then rework `Backend` to make use...

E16
R3
I2
C2

Example is you are doing fuzzy completion, with `drop` completed to `Text.drop` and `Sequence.drop`. In this case, the common prefix of the completions is the empty string, and the user's...

We want to make sure a whole bunch of values round trip successfully, and also test the situation where the "sender" code cache is in a different state than the...

needs-tests