Skip to content

feat: Jedi-based Python call resolution#247

Merged
tirth8205 merged 1 commit intotirth8205:mainfrom
gzenz:feat/jedi-resolver
Apr 18, 2026
Merged

feat: Jedi-based Python call resolution#247
tirth8205 merged 1 commit intotirth8205:mainfrom
gzenz:feat/jedi-resolver

Conversation

@gzenz
Copy link
Copy Markdown
Contributor

@gzenz gzenz commented Apr 12, 2026

Summary

  • Add jedi_resolver.py for post-build Python method call resolution using Jedi static analysis
  • Resolves calls that tree-sitter alone cannot (factory return types, dynamic dispatch)
  • Pre-filters stdlib to reduce runtime from ~36s to ~3s
  • Optional dependency via [enrichment] extra

Split from #158 (2/5). Independent -- targets main.

Test plan

  • 570 tests pass, 0 failures
  • Module imports cleanly with and without jedi installed

🤖 Generated with Claude Code

Add jedi_resolver.py for post-build Python method call resolution using
Jedi static analysis. Optional dependency via [enrichment] extra.
@gzenz gzenz force-pushed the feat/jedi-resolver branch from 0028905 to 1ff34e7 Compare April 14, 2026 16:06
@tirth8205 tirth8205 merged commit 9710de3 into tirth8205:main Apr 18, 2026
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants