-
Notifications
You must be signed in to change notification settings - Fork 602
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
Remove Orphaned Constants #1130
Labels
Comments
#1408 has taken care of the lion's share of these. Here's an updated list:
|
This was referenced Feb 5, 2023
All orphaned constants references in this ticket have been completed! Thanks to @esquith for wrapping this up. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The following is a list of constants that appear to be defined but never referenced. This list is thought to be conservative because it was produced without being concerned by module namespaces. So if
ClassOne::CONSTANT
is defined, butClassTwo::CONSTANT
is all that is ever referenced,ClassOne::CONSTANT
would be left off of this list because of the reference even though it does not belong to the right namespace.We should:
Constants
The text was updated successfully, but these errors were encountered: