Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow the exclusion of individual concepts/constraints from an included group #716

Open
SebastianWendorf opened this issue Nov 21, 2024 · 0 comments
Assignees
Milestone

Comments

@SebastianWendorf
Copy link
Contributor

The excluded concepts/constraints have to be part of the included group and should not be executed. Conflicting declarations, like the inclusion in one place and the exclusion in another place should lead to an error/warning.

Example:

<group id="default">
    <includeGroup refId="plugin:SomeGroup">
        <excludeConcept refId="plugin:SomeConcept"/>
        <excludeConstraint refId="plugin:SomeConstraint"/>
    </includeGroup>
</group>
@DirkMahler DirkMahler added this to the 2.6 milestone Nov 21, 2024
@DirkMahler DirkMahler modified the milestones: 2.6, 3.0 Jan 27, 2025
@DirkMahler DirkMahler modified the milestones: 3.0, 2.7 Feb 24, 2025
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

No branches or pull requests

2 participants