feat(source map): more population for hover info#1852
Open
a-nosnitram wants to merge 4 commits into
Open
Conversation
…int ranges, and domain interals
a-nosnitram
marked this pull request as ready for review
May 25, 2026 13:54
a-nosnitram
marked this pull request as draft
May 25, 2026 13:55
Code CoverageReport: https://conjure-cp.github.io/conjure-oxide-reports/pr/1852/coverage-code/index.html This PR: 73.66% lines (22461/30494) |
RustDoc CoverageReport: https://conjure-cp.github.io/conjure-oxide-reports/pr/1852/coverage-docs/index.html This PR: 43.44% documented, 2.95% with examples (38/560/1289) |
a-nosnitram
marked this pull request as ready for review
May 25, 2026 15:44
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.
Description
This PR fills in missing hover population in the parser SourceMap for docs-backed keywords.
tuple,matrix,record,set)forAll,exists,sum,min,max)Related issues
Closes Issue #1585
Key changes
parser/domain.rsint_rangenodes ->range..separator token ->rangeL_tuple(including parenthesised tuple form), while retaining arity metadata.matrix(docs-backed).size->L_sizeminSize->L_minSizemaxSize->L_maxSizeparser/comprehension.rsmin->minmax->maxforAll,exists,sum).parser/domain.rscleanup-
u32conversion beforeNode::child(...)index access.How to test/review
extension.ts