sync from remote upstream#3
Open
evander-wang wants to merge 985 commits into
Open
Conversation
…the luaparse oracle' (#30) from feat/lua-containment-edges into main Reviewed-on: https://codeberg.org/vitali87/code-graph-rag/pulls/30
…ds, enum-implements, and generic bases
…ture interface-extends, enum-implements, and generic bases' (#31) from feat/java-inherits-edges into main Reviewed-on: https://codeberg.org/vitali87/code-graph-rag/pulls/31
…nd capture class implements clauses' (#32) from feat/typescript-inherits-edges into main Reviewed-on: https://codeberg.org/vitali87/code-graph-rag/pulls/32
…ts clauses including qualified bases
…ure extends/implements clauses including qualified bases' (#33) from feat/php-inherits-edges into main
…EMENTS and supertrait INHERITS
…ture impl-trait IMPLEMENTS and supertrait INHERITS' (#34) from feat/rust-inherits-edges into main
…so DEFINES resolves
…ir enclosing method so DEFINES resolves' (#35) from feat/rust-closure-method-defines into main
…inst the syn oracle' (#36) from feat/rust-span-end-line into main
…st the go/ast oracle' (#37) from feat/go-span-end-line into main Reviewed-on: https://codeberg.org/vitali87/code-graph-rag/pulls/37
…e) against the tsc oracle' (#38) from feat/typescript-span-end-line into main
…vascript-span-end-line into main Reviewed-on: https://codeberg.org/vitali87/code-graph-rag/pulls/39
…at/java-span-end-line into main Reviewed-on: https://codeberg.org/vitali87/code-graph-rag/pulls/40
…t/php-span-end-line into main Reviewed-on: https://codeberg.org/vitali87/code-graph-rag/pulls/41
…parse oracle' (#42) from feat/lua-span-end-line into main Reviewed-on: https://codeberg.org/vitali87/code-graph-rag/pulls/42
…ast oracle' (#43) from feat/python-span-end-line into main Reviewed-on: https://codeberg.org/vitali87/code-graph-rag/pulls/43
…m feat/cpp-libclang-oracle into main
…ts, and escaping paths
…t-imports # Conflicts: # uv.lock
…re pathspec style
fix(imports): resolve Python absolute imports through nested source roots
feat(graph)!: dedicated ExternalModule label replaces Module.is_external
…antics feat(ignore): interpret .cgrignore and --exclude patterns with gitignore semantics
fix(java): resolve imported class qn for flat-layout cross-package calls
Bumps the uv group with 1 update in the / directory: [joserfc](https://github.com/authlib/joserfc). Updates `joserfc` from 1.6.7 to 1.6.8 - [Release notes](https://github.com/authlib/joserfc/releases) - [Changelog](https://github.com/authlib/joserfc/blob/main/docs/changelog.rst) - [Commits](authlib/joserfc@1.6.7...1.6.8) --- updated-dependencies: - dependency-name: joserfc dependency-version: 1.6.8 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
chore(deps): bump joserfc from 1.6.7 to 1.6.8 in the uv group across 1 directory
…ack-args feat(graph): REFERENCES edges keep first-class function values reachable
…ver-type fix(types): infer attribute-constructor receiver types to stop bare-name misbinds
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