| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-03-16 | Document lock ordering, fix test data races, correct stateMu guard | Paul Buetow | |
| - Add doc comments clarifying Server.mu and completionState.stateMu are independent (no ordering constraint). - Fix test using wrong lock (s.mu instead of stateMu) for lastLLMCall. - Replace time.Sleep polling in 7 tests with s.inflight.Wait() to eliminate data races under -race. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> | |||
| 2026-03-16 | Use read lock for cache misses in completionState.cacheGet | Paul Buetow | |
| Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> | |||
| 2026-03-10 | task bf088a70: extract LSP client and completion state | Paul Buetow | |
