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 deprecations "collectable" #18

Open
Julian opened this issue Aug 7, 2020 · 0 comments
Open

Make deprecations "collectable" #18

Julian opened this issue Aug 7, 2020 · 0 comments

Comments

@Julian
Copy link
Owner

Julian commented Aug 7, 2020

I.e., make it possible to say, iterate over all deprecations that are defined.

Possibly this involves making Deprecators take say, package names, such that "standard" use becomes:

regret = Deprecator(name=__package__)

and then each package can have its own deprecations iterated over on its corresponding deprecator instance.

Needs more thought though, and very likely relates/blocks #1.

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