Skip to content

Commit

Permalink
update jedi to v0.19.2 and parso to v0.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jgb committed Dec 27, 2024
1 parent 130ce7f commit 4ad1f2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pythonx/jedi
Submodule jedi updated 41 files
+6 −6 .github/workflows/ci.yml
+5 −0 .readthedocs.yml
+3 −0 AUTHORS.txt
+5 −0 CHANGELOG.rst
+1 −1 SECURITY.md
+1 −1 jedi/__init__.py
+14 −1 jedi/_compatibility.py
+2 −2 jedi/api/__init__.py
+33 −3 jedi/api/completion.py
+20 −6 jedi/api/environment.py
+1 −1 jedi/inference/__init__.py
+139 −18 jedi/inference/compiled/subprocess/__init__.py
+12 −3 jedi/inference/syntax_tree.py
+9 −5 jedi/parser_utils.py
+20 −1 jedi/plugins/pytest.py
+7 −1 setup.cfg
+4 −3 setup.py
+10 −0 test/completion/basic.py
+6 −0 test/completion/conftest.py
+2 −4 test/completion/context.py
+6 −0 test/completion/fixture_module.py
+5 −0 test/completion/pep0484_basic.py
+3 −0 test/completion/pytest.py
+11 −2 test/test_api/test_api.py
+2 −2 test/test_api/test_classes.py
+1 −1 test/test_api/test_context.py
+23 −19 test/test_api/test_interpreter.py
+8 −4 test/test_api/test_project.py
+1 −1 test/test_api/test_refactoring.py
+1 −1 test/test_api/test_search.py
+1 −0 test/test_debug.py
+3 −2 test/test_inference/test_compiled.py
+5 −2 test/test_inference/test_docstring.py
+3 −1 test/test_inference/test_extension.py
+2 −2 test/test_inference/test_gradual/test_typeshed.py
+22 −0 test/test_inference/test_imports.py
+0 −1 test/test_inference/test_literals.py
+3 −2 test/test_inference/test_signature.py
+2 −2 test/test_inference/test_sys_path.py
+0 −1 test/test_parso_integration/test_basic.py
+12 −6 test/test_utils.py

0 comments on commit 4ad1f2f

Please sign in to comment.