mirror of
https://github.com/unisonweb/unison.git
synced 2024-11-04 01:03:36 +03:00
453 B
453 B
Namespace deletion regression test
See https://github.com/unisonweb/unison/issues/1552
If branch operations aren't performed in the correct order it's possible to end up with unexpected results.
Previously the following sequence delete the current namespace unexpectedly 😬.
scratch/main> alias.term ##Nat.+ Nat.+
scratch/main> ls Nat
scratch/main> move.namespace Nat Nat.operators
scratch/main> ls Nat
scratch/main> ls Nat.operators