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

DEV: add deprecation id from DeprecatedOutletArgument #30

Merged
merged 1 commit into from
Aug 14, 2024

Conversation

tyb-talks
Copy link
Contributor

We recently added a way to mark plugin outlet arguments as deprecated (discourse/discourse#27885) and the current automated way of capturing deprecation IDs does not yet include these.

Adding the IDs manually for now directly into DeprecationCollector::List (and we can continue to use that array literal for adding other IDs that aren't properly captured by the script) - https://github.com/search?q=org%3Adiscourse+deprecatedOutletArgument&type=code is a simple way to search for these deprecated plugin outlet args.

@tyb-talks tyb-talks force-pushed the dev-add-plugin-outlet-arg-deprecation branch from 20999c6 to b111f49 Compare August 14, 2024 03:24
@tyb-talks tyb-talks merged commit 1a4ad29 into main Aug 14, 2024
4 checks passed
@tyb-talks tyb-talks deleted the dev-add-plugin-outlet-arg-deprecation branch August 14, 2024 05:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants