You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: replace file:line references with symbol names in comments
Line-number references drift silently. Several were already wrong:
factory.py:627-628 / :631-636 / :632-702 (cited as run_query, now
lookup_domain), validator.py:307 (cited as the EXPLAIN round-trip, now
the relationship advisory block), test_validator.py:412 (a class
boundary), and factory.py:634-636 in test_sdk.
Each now names the symbol it means -- Validator.validate ->
explain_adapter.explain, run_query's _with_remaining, Validator's frozen
_QueryRuleEntry, RequiredFilterValuesChecker's class docstring, and
TestValidatorWithSemanticSource::test_validator_with_semantic_source_emits_warnings.
The four references that were still accurate are converted too, so the
convention is uniform and the drift class is gone.
Comments only -- no behaviour change. Full suite 812 passed; prek green.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments