sync from remote upstream#3
Open
evander-wang wants to merge 812 commits into
Open
Conversation
…or, memory hint, and timeout
…hem for algorithmic queries
…ep definition-time calls module-attributed
--- updated-dependencies: - dependency-name: pydantic-settings dependency-version: 2.14.2 dependency-type: direct:production dependency-group: uv - dependency-name: python-dotenv dependency-version: 1.2.2 dependency-type: direct:production dependency-group: uv - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:development dependency-group: uv - dependency-name: torch dependency-version: 2.12.1 dependency-type: direct:production dependency-group: uv - dependency-name: aiohttp dependency-version: 3.14.1 dependency-type: indirect dependency-group: uv - dependency-name: cryptography dependency-version: 48.0.1 dependency-type: indirect dependency-group: uv - dependency-name: idna dependency-version: '3.15' dependency-type: indirect dependency-group: uv - dependency-name: pyjwt dependency-version: 2.13.0 dependency-type: indirect dependency-group: uv - dependency-name: pymdown-extensions dependency-version: 10.21.3 dependency-type: indirect dependency-group: uv - dependency-name: python-multipart dependency-version: 0.0.31 dependency-type: indirect dependency-group: uv - dependency-name: starlette dependency-version: 1.3.1 dependency-type: indirect dependency-group: uv - dependency-name: urllib3 dependency-version: 2.7.0 dependency-type: indirect dependency-group: uv ... Signed-off-by: dependabot[bot] <support@github.com>
…gnoring bodyless function nodes
fix(parser): correct module-level call attribution and close Rust/C call-recall gaps
…ix superclass extraction
…method-call chains
…eld-access chains
… and mark test comments with (H)
…solution fix(java): resolve field-access chains as method receivers and nested field access
feat(evals): add L2 module-call attribution metric with ast oracle
chore(deps): bump the uv group across 1 directory with 12 updates
… alias decorators
feat(parser): emit module-load CALLS edges for bare decorators
…st modules when tests excluded
…ot a git repo (#542) * feat(cli): validate --repo-path exists, is a directory, and warn if not a git repo * fix(cli): treat .git file (worktree/submodule) as a git repo to avoid false warning
feat(dead-code): treat module-load callees as reachability roots
…RITS reachability
…#543) * feat(cli): add --output-format json to wrap single-query agent output * fix(cli): reject --output-format json without --ask-agent and preserve non-ascii
…RITS reachability (#544) feat(dead-code): report unreachable classes via INSTANTIATES and INHERITS reachability
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