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

Update Jedi to 0.15.1 #6294

Closed
DonJayamanne opened this issue Jun 22, 2019 · 8 comments
Closed

Update Jedi to 0.15.1 #6294

DonJayamanne opened this issue Jun 22, 2019 · 8 comments
Assignees
Labels
area-intellisense LSP-related functionality: auto-complete, docstrings, navigation, refactoring, etc. feature-request Request for new features or functionality

Comments

@DonJayamanne
Copy link

No description provided.

@DonJayamanne DonJayamanne added feature-request Request for new features or functionality area-intellisense LSP-related functionality: auto-complete, docstrings, navigation, refactoring, etc. needs decision labels Jun 22, 2019
@davidhalter
Copy link

davidhalter commented Jun 22, 2019

Please let me know if you need help. You guys are one of the biggest Jedi users and once Jedi is upgraded I will not get issues about the older versions anymore.

I would also like to point out that 0.14.0 solved a few of the environment issues that we've had in 0.13. If you would like to ignore environments altogether (which IMO is not a good idea), please use the InterpreterEnvironment.

@DonJayamanne DonJayamanne added this to the 2019 - June Sprint 12 milestone Jun 25, 2019
@brettcannon brettcannon added debt Covers everything internal: CI, testing, refactoring of the codebase, etc. and removed feature-request Request for new features or functionality labels Jun 26, 2019
@ericsnowcurrently
Copy link
Member

I've opened davidhalter/jedi#1357 regarding the changed pow() signature.

@ericsnowcurrently
Copy link
Member

I've opened davidhalter/jedi#1358 regarding the changed print() signature.

@ericsnowcurrently
Copy link
Member

FWIW, we also need to deal with range(), but that isn't a problem with Jedi so much as how we handle the data from Jedi.

@ericsnowcurrently
Copy link
Member

I'm tabling this until some of those upstream issues are resolved.

@ericsnowcurrently ericsnowcurrently removed their assignment Jul 3, 2019
@ericsnowcurrently ericsnowcurrently removed this from the 2019 - June Sprint 13 milestone Jul 3, 2019
@DonJayamanne DonJayamanne added this to the 2019 - July Sprint 15 milestone Jul 31, 2019
@luabud luabud changed the title Update Jedi to 0.14.0 Update Jedi to 0.15.0 Aug 13, 2019
@DonJayamanne DonJayamanne added the feature-request Request for new features or functionality label Aug 14, 2019
@DonJayamanne DonJayamanne removed the debt Covers everything internal: CI, testing, refactoring of the codebase, etc. label Aug 14, 2019
@fj128
Copy link

fj128 commented Aug 15, 2019

Today I stumbled on an interesting Jedi bug:

def f(s: str):
#    s = '123'
    z = s[1:2]
    z.

And autocompletion doesn't work. After checking with the latest Jedi manually (I mean, programmatically) and setting python.jediPath (which is a workaround) it seems that the bug is fixed upstream.

@DonJayamanne DonJayamanne removed this from the 2019 - August Sprint 16 milestone Aug 15, 2019
@DonJayamanne DonJayamanne added this to the 2019 - August Sprint 16 milestone Aug 15, 2019
@kimadeline kimadeline self-assigned this Aug 15, 2019
@ericsnowcurrently ericsnowcurrently self-assigned this Aug 19, 2019
@ericsnowcurrently ericsnowcurrently changed the title Update Jedi to 0.15.0 Update Jedi to 0.15.1 Aug 19, 2019
@ericsnowcurrently
Copy link
Member

I didn't see any problems when using the insiders build.

@ghost ghost removed the needs PR label Aug 19, 2019
@davidhalter
Copy link

Thanks for upgrading :)

@ericsnowcurrently ericsnowcurrently removed their assignment Aug 27, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Sep 3, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-intellisense LSP-related functionality: auto-complete, docstrings, navigation, refactoring, etc. feature-request Request for new features or functionality
Projects
None yet
Development

No branches or pull requests

7 participants