Skip to content

refactor(ide): model source token resolution#241

Merged
hongjr03 merged 1 commit into
masterfrom
refactor/source-token-resolution
Jun 8, 2026
Merged

refactor(ide): model source token resolution#241
hongjr03 merged 1 commit into
masterfrom
refactor/source-token-resolution

Conversation

@hongjr03
Copy link
Copy Markdown
Member

@hongjr03 hongjr03 commented Jun 8, 2026

Summary

  • Introduce a source token resolution result that separates resolved selections from blocked source-domain claims.
  • Preserve preprocessor-owned unavailable and ambiguous states without routing them through normal syntax tokens.
  • Update hover, navigation, highlights, and references to consume resolved source-token selections through the shared API.

Validation

  • cargo check -p ide
  • cargo test -p ide
  • cargo clippy -p ide --all-targets -- -D warnings
  • git diff --check

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jun 8, 2026

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

@hongjr03 hongjr03 marked this pull request as ready for review June 8, 2026 06:47
@hongjr03 hongjr03 merged commit 8cb1b04 into master Jun 8, 2026
16 of 22 checks passed
@hongjr03 hongjr03 deleted the refactor/source-token-resolution branch June 8, 2026 06:47
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