aboutsummaryrefslogtreecommitdiff
path: root/tests/builder/cache.test.py
AgeCommit message (Collapse)AuthorFilesLines
12 dayschore: enforce fully strict static typing across library, tests, and tooling ↵natsuoto1-1/+2
with zero suppressions
13 dayschore: codebase-wide rule audit — eliminate Any/object where non-protocol, ↵natsuoto1-1/+57
hoist in-function imports, rename compound/folder-repeat files, replace generic-exception raises, bind chained comprehensions, strip __init__ docstrings, remove pragmas
13 daysfeat(builder): per-instance lazy compile cache shared across to_regex and ↵natsuoto1-0/+63
the matcher methods
2026-07-11refactor: eliminate suppression comments and internal-import tests, delete ↵natsuoto1-69/+0
now-dead defensive code
2026-07-10feat(builder): lazy Regex compile cache and __eq__/__hash__ diagnose ↵natsuoto1-0/+69
unfinished builders (#127, #137)