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 rope to 1.11.0 for multi-threading capabilities #498

Merged
merged 8 commits into from
Dec 18, 2023

Conversation

tkrabel
Copy link
Contributor

@tkrabel tkrabel commented Dec 18, 2023

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 ccordoba12 added this to the v1.10.0 milestone Dec 18, 2023
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.

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

test/plugins/test_autoimport.py Outdated Show resolved Hide resolved
@ccordoba12 ccordoba12 added the bug Something isn't working label Dec 18, 2023
@tkrabel tkrabel requested a review from ccordoba12 December 18, 2023 16:12
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.

Looks good to me now, thanks @tkrabel!

@ccordoba12 ccordoba12 merged commit 73b945b into python-lsp:develop Dec 18, 2023
10 checks passed
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