You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe and demonstrate the bug
We have seen letrec binding order swapped depending on changed dependency hashes, which is problematic for text-based diff tools.
Possible static orderings could be one of
the order that the author specified, if preserved; currently not preserved
alphabetical
For now, we might as well go with Alphabetical since they're not fixed anyway.
The text was updated successfully, but these errors were encountered:
So we should try swapping that so that they're sorted by name (which is actually Unison.Var.Type) and hope that nothing to do with shadowing or scoping depends on Ord Symbol.
Describe and demonstrate the bug
We have seen letrec binding order swapped depending on changed dependency hashes, which is problematic for text-based diff tools.
Possible static orderings could be one of
For now, we might as well go with
Alphabetical
since they're not fixed anyway.The text was updated successfully, but these errors were encountered: