sync from remote upstream#3
Open
evander-wang wants to merge 1116 commits into
Open
Conversation
…s survive re-index
…n real graphs (#569) fix(dead-code): use BFS expansion so reachability does not time out on real graphs
…vers fix(cpp): resolve typedef and using-aliased receiver types to the underlying class
…dration fix(incremental): rehydrate property status so property-dispatch calls survive re-index
* fix(dead-code): treat *.test.* and *.spec.* files as test code * fix(dead-code): also treat __tests__/ directories as test code
…edges lack base_index
…che survivors (#573) * fix(call-graph): process calls for every parsed file, not just AST-cache survivors * fix(call-graph): reset per-run parse tracking so a reused updater does not reprocess prior files
test(evals): add JavaScript CALLS retrieval eval + fix anonymous-callback caller attribution
fix(incremental): rehydrate class_inheritance so protocol dispatch survives re-index
…st-import chore: remove unused import in protobuf test
… namespace-path mismatch
…aware-oracle test(evals): property-aware Python retrieval oracle
…on disambiguation
…olution fix(php): resolve calls to use-function imports across namespace-path mismatch
…rned closures reachable
… reachability roots
…al packages stay suppressed
fix(rust): resolve receiver-dispatch calls via local, field, and call-return type inference
fix(rust): reconstruct receiver chains from macro token streams for call resolution
…ispatch correctly
…match descendants
fix(rust): scope match-arm variant bindings per arm so shared names dispatch correctly
fix(rust): reference closures from their enclosing scope so they are reachable
fix(rust): type guard/smart-pointer deref receivers via field-hop chain inference
…red-local receivers resolve
…ble-counting onto the enclosing fn
…-calls fix(rust): bubble anonymous closure calls to enclosing scope so captured-local receivers resolve
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.
sync from remote upstream