feat: add region, external and dynamic markers to the Check language - #1498
Merged
Merged
Conversation
rubenporras
force-pushed
the
check_issue_extension
branch
2 times, most recently
from
August 25, 2026 12:31
b2ca33a to
f84e91c
Compare
* `issue ... at <region>` places the marker on a text region instead of on an object and feature. The region may be an ITextRegion or an INode; an absent or empty region falls back to the object/feature marker. * `external` marks a check whose issues are raised by hand-written code, or which exists only to trigger a computation. Such a check needs no issue expression, but its issue code, label, message and severity are still generated. * `issue on <object> # (<expression>)` targets a structural feature computed at runtime, for models whose feature cannot be linked statically. Existing catalogs not using any of this new features are unaffected.
rubenporras
force-pushed
the
check_issue_extension
branch
from
August 25, 2026 12:43
f84e91c to
62eda5d
Compare
rubenporras
enabled auto-merge (squash)
August 25, 2026 13:16
andrewL-avlq
approved these changes
Aug 25, 2026
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.
issue ... at <region>places the marker on a text region instead ofon an object and feature. The region may be an ITextRegion or an INode;
an absent or empty region falls back to the object/feature marker.
externalmarks a check whose issues are raised by hand-written code,or which exists only to trigger a computation. Such a check needs no
issue expression, but its issue code, label, message and severity are
still generated.
issue on <object> # (<expression>)targets a structural featurecomputed at runtime, for models whose feature cannot be linked
statically.
Existing catalogs not using any of this new features are unaffected.