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

Add support for planTypes in GenericWorstPlanForRemovalSelector #3184

Merged
merged 5 commits into from
Mar 25, 2024

Conversation

kt86
Copy link
Contributor

@kt86 kt86 commented Mar 25, 2024

This was missing before and only Available when using non-generic WorstPlanForRemovalSelector(s).

We were forced to add getType() to the BasicPlan (was one Level down before --> Plan).
If a BasicPlan calls getType(), it will return its type or "undefined" as default value.

Recall: The planTypes are there, to ensure that the last plan of a type is not removed.

kt86 and others added 5 commits January 23, 2024 15:50
…re now contains (some of) the functionality for it. (Recall: The last plan of a type is not removed.)
…lector' into kmt_GenericWorstPlanForRemovalSelector
@kt86 kt86 enabled auto-merge March 25, 2024 14:48
@kt86 kt86 merged commit c6d0cbe into master Mar 25, 2024
48 checks passed
@kt86 kt86 deleted the kmt_GenericWorstPlanForRemovalSelector branch March 25, 2024 14:58
@kt86 kt86 restored the kmt_GenericWorstPlanForRemovalSelector branch July 16, 2024 13:09
@kt86 kt86 deleted the kmt_GenericWorstPlanForRemovalSelector branch July 18, 2024 07:52
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.

2 participants