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 IBindable and IBindable<T> share some common interfaces #1563

Merged
merged 5 commits into from May 24, 2018

Conversation

smoogipoo
Copy link
Contributor

Previously, IBindable didn't have Description, and IBindable<T> didn't have IsDefault, Disabled or DisabledChanged.

This splits those properties out into interfaces common to both interfaces.

I didn't want to make IBindable<T> : IBindable as it would break the restrictions described in the original implementation.

@smoogipoo smoogipoo added this to the May 2018 milestone May 23, 2018
@smoogipoo
Copy link
Contributor Author

Don't merge just yet, going to add some additional interface members.

@peppy peppy merged commit 2893a3e into ppy:master May 24, 2018
@smoogipoo smoogipoo deleted the ibindable-improvements branch November 26, 2018 02:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants