Skip to content

Conversation

@doriable
Copy link
Member

@doriable doriable commented Jan 5, 2026

This PR fixes buggy behaviour found in autocompletion
after the memory leak was merged (#4230) due to stale
state being returned from queries.Executor. This is because
we were only evicting queries.File where ReportError is set
to true, but queries.IR depends on queries.File with ReportError
set to false, so a stale version of the File was being parsed for IR.

This also updates protocompile to the latest version to pull in fixes
for zero values.

@github-actions
Copy link
Contributor

github-actions bot commented Jan 5, 2026

The latest Buf updates on your PR. Results from workflow Buf CI / buf (pull_request).

BuildFormatLintBreakingUpdated (UTC)
✅ passed✅ passed✅ passed✅ passedJan 6, 2026, 6:56 PM

@doriable doriable merged commit bb41ff4 into main Jan 6, 2026
11 checks passed
@doriable doriable deleted the fix-autocomplete-issues branch January 6, 2026 20:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants