Page MenuHomeSolus

Update python3-jedi to 0.10.2
ClosedPublic

Authored by EP01 on Jul 15 2017, 10:48 PM.
Tags
None
Referenced Files
F11021003: D615.id2242.diff
Mon, Aug 7, 11:04 AM
F10999457: D615.id2242.diff
Fri, Jul 28, 2:25 PM
F10970306: D615.diff
Fri, Jul 21, 2:07 AM
F10828658: D615.id1330.diff
Jun 4 2023, 10:00 AM
F10795605: D615.id.diff
May 27 2023, 9:48 PM
F10781329: D615.id2242.diff
May 25 2023, 6:57 AM
F10780818: D615.id1330.diff
May 25 2023, 4:07 AM
F10780462: D615.diff
May 25 2023, 1:34 AM
Subscribers

Details

Summary

Update to 0.10.2. Changelog available here.

Test Plan

Tested with Visual Studio Code and GNOME Builder.

Diff Detail

Repository
R2535 python3-jedi
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Tested with Visual Studio Code.

Out of curiosity, how exactly was this tested with VS Code? Also if this could be tested with GNOME Builder, that's be great!

  • Install the Python extension by Don Jayamanne.
  • In settings.json override the built-in Jedi by setting "python.jediPath": "/usr/lib/python3.5/site-packages".
  • Test the "IntelliSense" (autocomplete) feature.

I'll try to find time to test with GNOME Builder later today.

Tested with gnome-builder. Thought it was working, but it's showing jedi not found when run from terminal. Investigating now.

Tracking upstream issue for GNOME Builder with jedi>=0.10.0 here. Might attempt a patch.

@JoshStrobl, this is required for python3 IPython, which I've successfully packaged (D709). The GNOME Builder upstream issue might take a while to resolve (it was reported in February), so is it OK for you to commit this just now? It fails silently so has little impact other than the lost completion functionality. I have also packaged pylint (D646) which works in GNOME Builder when gnome-code-assistance is installed (D711), so you could swap the lost functionality for new functionality?

@JoshStrobl, someone from Fedora patched GNOME Builder to work with the newer jedi. I've applied the patch (D711) and verified jedi is now working as intended. This update should be all ready to go now!

This revision is now accepted and ready to land.Sep 13 2017, 10:20 AM
This revision was automatically updated to reflect the committed changes.