sync from remote upstream#3
Open
evander-wang wants to merge 1085 commits into
Open
Conversation
…ntoms fix(cpp): skip forward-declaration class nodes that fragment classes and break graph determinism
…es under inner shadowing
… receiver inference
…osing receiver map
feat(cpp): infer C++ receiver types so member calls resolve to the correct class
…and (#560) * fix(doctor): catch mgclient.Error so health check reports Memgraph down instead of crashing * docs: use runnable cgr daemon up instead of missing docker compose file to start the stack
fix(cpp): suppress trie fallback for member calls on external-typed receivers
…from base classes
feat(cpp): infer member-field receiver types so field method calls resolve cross-file
…rieval residual root cause
…oot-cause docs(evals): document tree-sitter-cpp parse corruption as the C++ retrieval residual root cause
docs(evals): cite tree-sitter-cpp #297 for the C++ member-init-list parse trigger
…he libclang frontend
fix(cpp): attribute module-scope initializer calls to the Module in the libclang frontend
…ix and field-expression calls
…ll target extractor
… not ambiguous bare selects
feat(evals): add Scala retrieval eval and fix dropped infix/field-expression Scala calls
…-field fix(dead-code): root pydantic @computed_field methods as reachable
…nfig path aliases
…alse-positives fix(js): eliminate remaining JS/TS dead-code false positives
fix(go): treat init and main functions as dead-code roots
…eadcode-roots # Conflicts: # codebase_rag/constants.py # codebase_rag/cypher_queries.py # codebase_rag/tests/test_dead_code_eval.py # evals/dead_code.py
fix(rust): treat main and trait-impl methods as dead-code roots
fix(ts): unwrap as/satisfies/non-null casts when resolving function references
fix(deadcode): recognize a root-level tests/ dir in test-path exclusion
…ution fix(go): infer struct field types and type call-bound locals for receiver resolution
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