Skip to content

Bump gen-lsp-types to gracefully handle unknown enumeration values in LSP messages - #27230

Merged
dhruvmanila merged 1 commit into
astral-sh:mainfrom
ribru17:glt_bump_0.11.0
Jul 28, 2026
Merged

Bump gen-lsp-types to gracefully handle unknown enumeration values in LSP messages#27230
dhruvmanila merged 1 commit into
astral-sh:mainfrom
ribru17:glt_bump_0.11.0

Conversation

@ribru17

@ribru17 ribru17 commented Jul 28, 2026

Copy link
Copy Markdown
Contributor

Summary

Bumps gen-lsp-types to v0.11.0, which enables all LSP enumeration types to accept custom values. Fixes astral-sh/ty#4082.

Test Plan

Tests are kept the same, only changed where necessary due to the library change.

@ribru17
ribru17 requested a review from a team as a code owner July 28, 2026 04:30
@astral-sh-bot
astral-sh-bot Bot requested a review from charliermarsh July 28, 2026 04:30
@astral-sh-bot

astral-sh-bot Bot commented Jul 28, 2026

Copy link
Copy Markdown

Typing conformance results

No changes detected ✅

Current numbers
The percentage of diagnostics emitted that were expected errors held steady at 96.84%. The percentage of expected errors that received a diagnostic held steady at 92.11%. The number of fully passing files held steady at 99/133.

@astral-sh-bot

astral-sh-bot Bot commented Jul 28, 2026

Copy link
Copy Markdown

Memory usage report

Memory usage unchanged ✅

@astral-sh-bot

astral-sh-bot Bot commented Jul 28, 2026

Copy link
Copy Markdown

ecosystem-analyzer results

No diagnostic changes detected ✅

Flaky changes detected. This PR summary excludes flaky changes; see the HTML report for details.

Full report with detailed diff (timing results)

@astral-sh-bot

astral-sh-bot Bot commented Jul 28, 2026

Copy link
Copy Markdown

ruff-ecosystem results

Linter (stable)

✅ ecosystem check detected no linter changes.

Linter (preview)

✅ ecosystem check detected no linter changes.

Formatter (stable)

✅ ecosystem check detected no format changes.

Formatter (preview)

✅ ecosystem check detected no format changes.

@dhruvmanila dhruvmanila 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.

thank you!

@dhruvmanila dhruvmanila added bug Something isn't working server Related to the LSP server labels Jul 28, 2026
@dhruvmanila dhruvmanila changed the title chore: bump gen-lsp-types to v0.11.0 Bump gen-lsp-types to gracefully handle unknown enumeration values in LSP messages Jul 28, 2026
@dhruvmanila
dhruvmanila merged commit 62768b9 into astral-sh:main Jul 28, 2026
63 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 server Related to the LSP server

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Gracefully handle unknown enumeration values in LSP messages

2 participants