fix(go): resolve receiver method calls (#830 with main merged) - #868
Merged
Conversation
Keep both test blocks at the shared anchor in tests/test_multilang.py: the generic-receiver regression from #833 and the receiver-call resolution tests from this branch. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_012fHfGDiZedoxjpKzanHri3
code-review-graph reviewOverall risk: 0.55 (MEDIUM) — 46 changed function(s)/class(es), 0 affected flow(s), 34 test gap(s) Risk-scored changes
Test gaps
Token savings: this graph-backed report used ~202,502 fewer tokens (~96%) than reading every changed file in full (estimated, chars/4 approximation). Powered by code-review-graph — local-first analysis; no code leaves the CI runner. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Carries #830 (author merlincat11) with current main merged in and the test-anchor conflict against #833 resolved by keeping both test blocks. Validated locally: tests/test_multilang.py 464 passed, full suite 2475 passed, ruff and mypy clean.
Opened because the source branch needs a conflict resolution that cannot be pushed to the fork from here. Merging this lands the original commits unchanged, so #830 will show as merged.
Fixes #829.