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

Migrate to pygls v1 #216

Merged
merged 14 commits into from Feb 25, 2023
Merged

Migrate to pygls v1 #216

merged 14 commits into from Feb 25, 2023

Conversation

davelopez
Copy link
Collaborator

Migrate to pygls version 1.0.1 following the migration guide.

Mostly update imports and switch from pydantic custom models to attrs and cattrs for serialization and deserialization.

@davelopez davelopez added enhancement New feature or request language server Related to the language server dependencies Pull requests that update a dependency file labels Feb 19, 2023
@davelopez
Copy link
Collaborator Author

After quite some debugging I figured out the problem with Python 3.11 in the Extension CI tests... The problem is that the previous version of the galaxy-language-server (prior to this PR) does not support Python 3.11 and that version is the one that gets installed from pypi to run the tests until a new version is released... so I'm going to merge this and cut a new version of the server 🤦‍♂️

@davelopez davelopez merged commit 34cf7de into main Feb 25, 2023
@davelopez davelopez deleted the migrate_pygls_1.0.1 branch February 25, 2023 13:44
@davelopez davelopez added this to the v0.10.0 milestone Feb 25, 2023
@bgruening
Copy link
Member

:-) Thanks @davelopez

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file enhancement New feature or request language server Related to the language server
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants