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 package deprecation mechanism #2761

Merged
merged 1 commit into from
Dec 19, 2023
Merged

Conversation

parlough
Copy link
Member

@parlough parlough commented Dec 19, 2023

Returns a warning when importing a deprecated package. I use this to deprecate package:tuple, since it's discontinued in favor of records.

Fixes #2634

I stole some of your code from #2752 @devoncarew, so sorry about any future merge conflicts.

@johnpryan johnpryan merged commit ed1c9d1 into main Dec 19, 2023
6 checks passed
@johnpryan johnpryan deleted the feature/deprecated-packages branch December 19, 2023 20:46
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

Successfully merging this pull request may close these issues.

Introduce a deprecation mechanism for supported packages
2 participants