Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Deprecate Artist.{set,get}_contains.#16200
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
0886e70
to5d7361b
CompareThis appears to need a rebase to get working CI (failures don't appear to be related, I think), but also there are many references to these functions in |
I don't think it makes sense to allow overriding contains() checksper instance -- and if someone really need that, they can use a customartist subclass or even just monkeypatch the contains method; if theyneed it for pick events there's still Artist.set_picker which is notgoing away.This came in in8111a3a (2007) and was apparently never used or tested.
rebased. I think the references may as well stay until the whole thing is removed? |
Actually, you removed them in#14960 (once it's merged.) |
then let's keep references removal that to that PR? |
I don't think it makes sense to allow overriding contains() checks
per instance -- and if someone really need that, they can use a custom
artist subclass or even just monkeypatch the contains method; if they
need it for pick events there's still Artist.set_picker which is not
going away.
This came in in8111a3a (2007) and was apparently never used or tested.
PR Summary
PR Checklist