diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-07-12 15:06:02 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-07-12 15:06:02 -0400 |
| commit | 789497e2ca25c8189fb2466f34dda054d99453b1 (patch) | |
| tree | 4c7c6bac0b17d68d6079f9074c01a6a2ec3859c6 /CHANGES.md | |
| parent | 46b0dbc5a448249ddc9a6ce20465f0fa41de6d64 (diff) | |
Doctests now use equality checking instead of text comparisons
Diffstat (limited to 'CHANGES.md')
| -rw-r--r-- | CHANGES.md | 15 |
1 files changed, 8 insertions, 7 deletions
@@ -9,13 +9,14 @@ - Programs can use `--version` as a CLI flag to print a Tomo program's version number and exit. - Added `tomo --prefix` to print the Tomo install prefix. -- Sets now support infix operations for `and`, `or`, `xor`, and `-` -- Added Path.sibling() -- Added Path.has_extension() -- Added Table.with_fallback() -- Added Int*.get_bit() and Byte.get_bit() -- Improved space efficiency of Text that contains non-ASCII codepoints -- Fixed bugs: +- Sets now support infix operations for `and`, `or`, `xor`, and `-`. +- Added Path.sibling(). +- Added Path.has_extension(). +- Added Table.with_fallback(). +- Added Int*.get_bit() and Byte.get_bit(). +- Improved space efficiency of Text that contains non-ASCII codepoints. +- Doctests now use equality checking instead of converting to text. +- Fixed the following bugs: - Negative integers weren't converting to text properly. - Mutation of a collection during iteration was violating value semantics. - `extend` statements weren't properly checking that the type name was valid. |
