aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2025-12-08Add checks for unused variablesBruce Hill
2025-12-07Switch paths to use Result return values instead of fail()Bruce Hill
2025-12-07Change Paths to be an enum of their different types.Bruce Hill
2025-12-07Consolidate logic for enums with and without tags with fields.Bruce Hill
2025-11-30Add `base` parameter to integer parsing functionsBruce Hill
2025-11-26Close loophole in `when` statements that allowed mutating inner fieldBruce Hill
2025-11-26Bugfix for accidental violation of immutable value guarantees due toBruce Hill
2025-11-23Accessing enum fields now gives an optional value instead of a booleanBruce Hill
2025-11-23Added Text.find(text, target, start=1)Bruce Hill
2025-11-22Bugfix for infinite loop in text.replace("", ...) with empty stringBruce Hill
2025-11-21Fix optional path none checksBruce Hill
2025-11-01Fix case where `foo.baz.method()` failed to pass `baz` as `(&(foo.baz))`Bruce Hill
2025-10-11Improvements to set support and updating docsBruce Hill
2025-10-11Make `{a,b,c}` shorthand for `{a:Empty(), b:Empty(), c:Empty()}` andBruce Hill
2025-10-11Bugfix for optional paths and converting path type into an actual enumBruce Hill
2025-10-05Deprecate `deserialize` keyword and `.serialized()` methodBruce Hill
2025-10-05Add serialization and deserialization by coercion to/from [Byte]Bruce Hill
2025-10-01Add extra path testBruce Hill
2025-10-01Add test for path field accessBruce Hill
2025-09-24Revert "Deprecate `defer`"Bruce Hill
2025-09-21Deprecate binary ops (other than ++) for tables. Instead use properBruce Hill
2025-09-21Deprecate `defer`Bruce Hill
2025-09-21Fix testsBruce Hill
2025-09-21Use colons instead of '=' for tables (e.g. {1: 2})Bruce Hill
2025-09-21Remove dead codeBruce Hill
2025-09-21Fix testsBruce Hill
2025-09-21Deprecate optional '?' postfix operatorBruce Hill
2025-09-21Deprecate `extern` keywordBruce Hill
2025-09-21Add .unique() testBruce Hill
2025-09-21Deprecate setsBruce Hill
2025-09-21Add anonymous enum testsBruce Hill
2025-09-20Simplify quotes by limiting to `,',"Bruce Hill
2025-09-09Merge branch 'main' into optional-list-indexingoptional-list-indexingBruce Hill
2025-09-09Overhaul to the unicode encoding/decoding methods for textBruce Hill
2025-09-06Merge branch 'main' into optional-list-indexingBruce Hill
2025-09-01Merge branch 'main' into formatterBruce Hill
2025-09-01Merge branch 'main' into optional-list-indexingBruce Hill
2025-09-01Fix for import testBruce Hill
2025-09-01Make text indexing optionalBruce Hill
2025-08-31Switch to using optional return values for list indexing.Bruce Hill
2025-08-29Remove special case for `while when`Bruce Hill
2025-08-23Lots of cleanupsBruce Hill
2025-07-12Doctests now use equality checking instead of text comparisonsBruce Hill
2025-07-11Use `assert` more in tests to give better error messagesBruce Hill
2025-06-26Add get_bit() method for Ints and BytesBruce Hill
2025-06-24Add Path.has_extension() and update manpages/api docsBruce Hill
2025-05-21Added Set infix operations, as well as Table.with_fallback() and fixedBruce Hill
2025-05-06Bugfix for serialization of sets and tables with fallbacksBruce Hill
2025-05-01Remove test for character widthBruce Hill
2025-04-30Update wording to remove 'null'Bruce Hill