FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Update rope to 1.11.0 for multi-threading capabilities by tkrabel · Pull Request #498 · python-lsp/python-lsp-server · GitHub

Update rope to 1.11.0 for multi-threading capabilities - #498

Merged
ccordoba12 merged 8 commits into
python-lsp:developfrom
tkrabel:update-rope
Dec 18, 2023
Merged

Update rope to 1.11.0 for multi-threading capabilities#498
ccordoba12 merged 8 commits into
python-lsp:developfrom
tkrabel:update-rope

Conversation

tkrabel commented Dec 18, 2023
edited by ccordoba12
Loading

Copy link
Copy Markdown
Contributor

Fixes #474

rope==1.11.0 now supports autoimport being called by multiple threads.

When updating rope, we can add back a unit test that failed due to thread issues. Also, we simplify workspace.py

ccordoba12 added this to the v1.10.0 milestone Dec 18, 2023

ccordoba12 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

Great work @tkrabel! Just a small comment for you, otherwise looks good to me.

Comment thread test/plugins/test_autoimport.py Outdated
ccordoba12 added the bug Something isn't working label Dec 18, 2023
tkrabel requested a review from ccordoba12 December 18, 2023 16:12

ccordoba12 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

Looks good to me now, thanks @tkrabel!

ccordoba12 merged commit 73b945b into python-lsp:develop Dec 18, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

AutoImport can break when being called by multiple threads

2 participants


Back | FazBrowse Home | New Git URL