Feature/external config#4
Open
jeremiepas wants to merge 4 commits into
Open
Conversation
added 4 commits
April 20, 2026 14:31
…port - New Domain.Config module: LSPServerConfig, GraphosConfig types with YAML serialization - New Infrastructure.Config module: YAML loader (graphos.yaml), config-driven LSP server resolution - Refactor Client.hs: add .nix/.json to hardcoded LSP server registry, document config-driven path - Refactor Protocol.hs: add .nix/.json/.text/.raml language ID mappings - Refactor Detect.hs: add .nix/.json to code extensions, .text/.raml to doc extensions, add detectFilesWithExtensions for config-driven detection - Add GraphosConfig field to PipelineConfig for future config file integration - Add graphos.yaml default configuration file with all LSP servers and file extensions - Update shell.nix: add nixd and vscode-langservers-extracted - 75/75 tests pass, cabal build clean
- Split build+test and haddock into parallel jobs - Haddock only runs on main push (skipped on PRs) - Cache keyed on cabal.project.freeze for better hit rates - -j4 parallel compilation throughout - Concurrency group cancels redundant in-progress runs - Remove --enable-benchmarks (unused) - DRY env vars for GHC/Cabal versions
Resolved 3 merge conflicts by adopting main's refactored module structure: - graphos.cabal: Keep main's sub-module list (ServerMap, Transport, CapabilityParse, Extraction) + feature's Infrastructure.Config module - Domain.Types: Keep main's thin re-export hub pattern with sub-module imports, plus GraphosConfig(..) from feature's Domain.Config - LSP.Client: Keep main's thin re-export hub delegating to ServerMap, Transport, CapabilityParse, and Extraction sub-modules Build and all 81 tests pass.
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.
No description provided.