aboutsummaryrefslogtreecommitdiff
path: root/test/paths.tm
AgeCommit message (Collapse)Author
2025-07-11Use `assert` more in tests to give better error messagesBruce Hill
2025-06-24Add Path.has_extension() and update manpages/api docsBruce Hill
2025-04-06Insert `then` for clarityBruce Hill
2025-04-06No more colons for blocksBruce Hill
2025-04-06Change method calls to use `foo.baz()` instead of `foo:baz()`Bruce Hill
2025-04-06Deprecate `!!` print statementBruce Hill
2025-04-05Fix up testsBruce Hill
2025-04-05Fix up more thingsBruce Hill
2025-04-04First working compile of refactor to add explicit typing to declarationsBruce Hill
and support untyped empty collections and `none`s
2025-03-25Make docstring tests use an actual expression AST instead of textBruce Hill
matching
2025-03-15Overhaul of Path so it uses root and array of components instead ofBruce Hill
stringly typed
2024-12-07Rename "NONE" to "none"Bruce Hill
2024-11-24Rename "NULL" to "NONE"Bruce Hill
2024-11-21Add `NULL` as a syntax for null values.Bruce Hill
2024-11-19Go back to stringifying integers/num32s/bytes without the typeBruce Hill
constructor.
2024-11-05Deprecate bit-width integer/num literals in favor of using typeBruce Hill
constructors
2024-10-29Add file globbingBruce Hill
2024-09-16Have Text:matches() return an optional array of matchesBruce Hill
2024-09-16Add some basic pattern matching/suffix code for pathsBruce Hill
2024-09-15Fix up file testBruce Hill
2024-09-15Add a Byte datatypeBruce Hill
2024-09-09Test nesting parens and escapesBruce Hill
2024-09-09Restore path interpolationBruce Hill
2024-09-09Ensure more rigoroous cleanup and validation of pathsBruce Hill
2024-09-09Fix up some path logicBruce Hill
2024-09-09More testsBruce Hill
2024-09-09Add mktemp functionalityBruce Hill