Skip to content

refactor: run slang semantic diagnostics asynchronously#287

Merged
hongjr03 merged 2 commits into
masterfrom
feat/async-slang-diagnostics
Jun 26, 2026
Merged

refactor: run slang semantic diagnostics asynchronously#287
hongjr03 merged 2 commits into
masterfrom
feat/async-slang-diagnostics

Conversation

@hongjr03

Copy link
Copy Markdown
Member

Summary

  • Move whole-profile slang semantic diagnostics into a background semantic compiler actor.
  • Keep document and workspace diagnostic request paths syntax-only, then surface semantic diagnostics through the external diagnostic cache.
  • Preserve pull/push diagnostic refresh behavior, result IDs, and quick fixes that depend on cached semantic diagnostics.
  • Update diagnostics tests to wait for asynchronous semantic results.

Validation

  • cargo fmt --all
  • git diff --check
  • cargo test --workspace
  • cargo clippy --workspace --all-targets -- -D warnings

@github-actions

Copy link
Copy Markdown

Docs preview: https://vide.pascal-lab.net/preview/pr-287/

@hongjr03 hongjr03 marked this pull request as ready for review June 26, 2026 18:11
@hongjr03 hongjr03 merged commit 58ce551 into master Jun 26, 2026
18 checks passed
@hongjr03 hongjr03 deleted the feat/async-slang-diagnostics branch June 26, 2026 18:11
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.

1 participant