unison/unison-src/transcripts-using-base/update-test-to-non-test.md
2022-03-09 11:01:42 -05:00

227 B

When updating a term from a test to a non-test, we don't delete its metadata that indicates it's a test. This is a bug.

test> foo = []
.> add
foo = 1
.> update
.> links foo