Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PR: Update Jedi requirement to 0.17 and Parso to 0.7 #12792

Merged
merged 13 commits into from Jun 5, 2020

Conversation

andfoy
Copy link
Member

@andfoy andfoy commented May 18, 2020

Description of Changes

This PR enables support for the latest Jedi version, v0.1.7

  • Wrote at least one-line docstrings (for any new functions)
  • Added unit test(s) covering the changes (if testable)
  • Included a screenshot or animation (if affecting the UI, see Licecap)

Issue(s) Resolved

Fixes #12572
Fixes #12333
Fixes #11933

Affirmation

By submitting this Pull Request or typing my (user)name below,
I affirm the Developer Certificate of Origin
with respect to all commits and content included in this PR,
and understand I am releasing the same under Spyder's MIT (Expat) license.

I certify the above statement is true and correct: @andfoy

@pep8speaks

This comment has been minimized.

@andfoy andfoy changed the base branch from master to 4.x May 19, 2020 01:25
Copy link
Member

@goanpeca goanpeca left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @andfoy thanks for working on this!

To avoid pep8speaks messages on external libraries we are bundling with Spyder (dafsa.py), could you please update the (pep8speaks.yml](https://github.com/spyder-ide/spyder/blob/master/.pep8speaks.yml) to exclude those directories?

I think something like this should work.


On the test failures, it seems conda is finding conflicts trying to resolve the environment

You will probably need to run the install.sh script locally to debug the dependencies that need to be updated to prevent the conflicts.

@ccordoba12 ccordoba12 added this to the Sprint May milestone May 29, 2020
@ccordoba12 ccordoba12 modified the milestones: Sprint May, Sprint June Jun 1, 2020
@ccordoba12 ccordoba12 changed the title PR: Update Jedi requirement to 0.17 PR: Update Jedi requirement to 0.17 and Parso to 0.7 Jun 5, 2020
@ccordoba12 ccordoba12 dismissed goanpeca’s stale review June 5, 2020 05:06

Review was addressed

Copy link
Member

@ccordoba12 ccordoba12 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks a lot for this @andfoy! At the end I decided to disable the Python 2 slow slots from our GH actions to be able to merge this.

@ccordoba12 ccordoba12 merged commit 06edb40 into spyder-ide:4.x Jun 5, 2020
ccordoba12 added a commit that referenced this pull request Jun 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
v4.1.4
Release
Development

Successfully merging this pull request may close these issues.

Support for jedi 0.17.0
4 participants