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

Make taskAnyMissing a function, not field #6321

Merged
merged 1 commit into from
Oct 26, 2023
Merged

Make taskAnyMissing a function, not field #6321

merged 1 commit into from
Oct 26, 2023

Conversation

mpilgrem
Copy link
Member

The motivation for this is similar to the approach to taskProvides: the taskAnyMissing field is determined by the value of other fields.

Also reorders test as (taskAnyMissingHackEnabled && taskAnyMissing task).

Also passes TaskType rather than Task, to avoid use of TaskType values with dummy fields.

Also improves related Haddock documentation and code comments.

  • Any changes that could be relevant to users have been recorded in ChangeLog.md.
  • The documentation has been updated, if necessary

Please also shortly describe how you tested your change. Bonus points for added tests! Relying on CI.

Also reorders test as `(taskAnyMissingHackEnabled && taskAnyMissing task)`

Also passes `TaskType` rather than `Task`, to avoid use of `TaskType` values with dummy fields.

Also improves related Haddock documentation and code comments.
@mpilgrem mpilgrem merged commit 859cd1c into master Oct 26, 2023
12 checks passed
@mpilgrem mpilgrem deleted the taskType branch October 26, 2023 22:25
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