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

Support "related object" association #30

Open
Julian opened this issue Sep 5, 2020 · 0 comments
Open

Support "related object" association #30

Julian opened this issue Sep 5, 2020 · 0 comments

Comments

@Julian
Copy link
Owner

Julian commented Sep 5, 2020

Occasionally, one has a situation such as:

  • foo, a deprecated callable, which raises _SomeKindOfException

where _SomeKindOfException is raised only by foo, and perhaps isn't itself public.

Once foo is removed, it is potentially easy to forget to remove _SomeKindOfException.

It may be nice to provide a way to ensure _SomeKindOfException is marked as related to foo inside of foo's deprecation. This may be so that e.g. #1 or #14 are able to raise errors if foo gets removed but _SomeKindOfException remains.

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