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

Ensure that Cases do not consider themselves to be their own dependency #19

Merged
merged 2 commits into from
Jan 13, 2020

Conversation

youngmit
Copy link
Contributor

This makes sure that self is not contained in a Case's set of
dependencies. This can happen sometimes when a plugin is infering a Case
dependency based on a referenced input file name. If that name maps back
to the current case, it would errantly flag the current Case as its own
dependency.

This makes sure that self is not contained in a Case's set of
dependencies. This can happen sometimes when a plugin is infering a Case
dependency based on a referenced input file name. If that name maps back
to the current case, it would errantly flag the current Case as its own
dependency.
@youngmit youngmit requested a review from ntouran January 13, 2020 19:21
remove() fails if element(s) not in set
@ntouran ntouran merged commit fd82067 into master Jan 13, 2020
@ntouran ntouran deleted the mty/caseSelfDependent branch January 13, 2020 20:59
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.

None yet

2 participants