Harden CI shard LSP setup and job naming#4
Closed
duducpp wants to merge 7 commits into
Closed
Conversation
Added JSON to the list of supported programming languages.
Made-with: Cursor
This creates a dedicated PR payload to validate GitHub PR workflow behavior on a personal branch. Made-with: Cursor
Made-with: Cursor
Use ls_types.Location and ls_types.WorkspaceEdit on overridden methods so they match SolidLanguageServer and prefer_non_node_modules_definition. Made-with: Cursor
Motivation: Speed up CI by splitting OS language-server coverage into focused shards and avoiding repeated dependency installs. Summary: Add targeted cache restores and guarded tool setup for pytest workflow shards. Changes: - Split workflow execution into lint/type-check and OS-specific test shards. - Add composite shard setup with focused caches for language servers and toolchains. - Move uv caches outside the workspace and clean stale cache directories before tests.
b4e1a17 to
e04553c
Compare
Add fail-fast language-server path verification (including opam-aware ocamllsp checks), improve R languageserver dependency bootstrap on Linux, and rename test jobs to shard-job-os format for clearer CI output. Made-with: Cursor
e04553c to
c481bd1
Compare
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
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
<shard name><job><os>ordering for clearer Actions job labels.Test plan
ocamllspviaopam execbefore pytest.Made with Cursor