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

Fix transitive unsatisfiability defect #866

Merged
merged 5 commits into from
Mar 28, 2016
Merged

Conversation

codemercenary
Copy link
Contributor

There is an issue where a filter producing an output will not have its outputs marked unsatisfiable if some of that filter's required input arguments are themselves unsatisfiable. Add a test and correct the issue by implementing a transitive unsatisfiability scan.

There is an issue where a filter producing an output will not have its outputs marked unsatisfiable if some of that filter's required input arguments are themselves unsatisfiable.  Add a test and correct the issue by implementing a transitive unsatisfiability scan.
@codemercenary codemercenary force-pushed the fix-transientunsatisfy branch from 25fae7e to 3ffa4fa Compare March 23, 2016 23:37
#include <autowiring/autowiring.h>
#include "TestFixtures/Decoration.hpp"

class SatisfiabilityTest:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should probably also change the class to AutoFilterSatisfiabilityTest

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Veronica Zheng and others added 2 commits March 24, 2016 17:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants