davidhalter / jedi-vim

Using the jedi autocompletion library for VIM.
MIT License
5.27k stars 370 forks source link

Update parso submodule to 0.8.3 (from 0.8.2) #1074

Closed blueyed closed 2 years ago

blueyed commented 2 years ago
* pythonx/parso 5edab04...ee5edaf (13):
  > Prepare Release 0.8.3
  > Add a Python 3.12 grammar, because that is probably going to be needed in a year from now
  > Merge pull request #199 from sobolevn/patch-1
  > Merge pull request #195 from sturmianseq/fix
  > Jedi still has an import dependency on search_ancestor
  > Merge pull request #194 from mgorny/python310
  > Merge pull request #188 from davidhalter/line-ending
  > Fix flaky test_cache_last_used_update again (#189)
  > Add `NodeOrLeaf.dump()` and `NodeOrLeaf.search_ancestor()` (#187)
  > Add a grammar for Python 3.11 (just copied 3.10), so the core devs can work with it
  > Relax a test regex to match new enum repr in Python 3.10.0a7+ (#186)
  > Merge pull request #185 from davidhalter/switch-to-github-actions
  > Merge pull request #184 from davidhalter/remove-nocond-39
davidhalter commented 2 years ago

Thanks! CI is failing, because of the coverage part, which is never completing.