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 safety checks for correct mixin order #1

Open
davewasmer opened this issue Nov 18, 2016 · 0 comments
Open

Add safety checks for correct mixin order #1

davewasmer opened this issue Nov 18, 2016 · 0 comments

Comments

@davewasmer
Copy link
Collaborator

Some facets must be applied in a specific order. We can check this in the mixin factory by asserting the MixinBase is an instance of the necessary ancestor mixin. This should provide fast failures for scenarios where the facets were applied out of order.

For an example, see the lockable facet.

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

1 participant