Manish Bhasin
Manish Bhasin
Closes #505 Improves the error message for assert_eq/3 using consistent units for the input comparands (quantities). Before the change, the error message may have caused confusion as different units are...
## Overview This change improves error messages when the user provides a name in Unison source code files that does not exactly match a known name in the codebase or...
**Describe and demonstrate the bug** The table-making functions in `Unison.Util.Pretty`, such as `column2Header` and `column3Header` only support auto-breaking of content in the last column. Content in other columns stretches out...