aboutsummaryrefslogtreecommitdiff
path: root/tests/result
AgeCommit message (Collapse)AuthorFilesLines
12 dayschore: enforce fully strict static typing across library, tests, and tooling ↵natsuoto2-25/+30
with zero suppressions
13 dayschore: codebase-wide rule audit — eliminate Any/object where non-protocol, ↵natsuoto1-1/+85
hoist in-function imports, rename compound/folder-repeat files, replace generic-exception raises, bind chained comprehensions, strip __init__ docstrings, remove pragmas
13 daysfeat(result): Match wrapper exposes named captures as attributes ↵natsuoto1-0/+117
(m.username, m.captures.username)
2026-07-10feat(result): Regex wrapper with AST, delegation, and introspection API ↵natsuoto1-0/+29
(#133, #145, #146, #147, #148)
2026-07-01feat!: to_regex() returns the Regex wrapper instead of raw re.Patternnatsuoto1-1/+1
2026-07-01feat: Regex result wrapper class composing over re.Patternnatsuoto1-0/+97