sync from remote upstream#3
Open
evander-wang wants to merge 873 commits into
Open
Conversation
…rmers 5.x compatibility
…d bump pydantic-ai
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
…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
…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
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