- Notifications
You must be signed in to change notification settings - Fork909
chore: deprecate ResourceSystem#17217
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
398c07d
to7e6e26c
CompareI initially added a ruleguard rule about it, but it's used so widely that the list of exceptions would be unbearably long. Hopefully the deprecation warning in IDEs will ward people off. |
7e6e26c
toc8b8cf4
CompareThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
👍
I am sure the list is quite large. Even enumerating the list to start fixing things sounds like a large task.
83d7147
intomainUh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Deprecates
ResourceSystem
. It's a large collection of unrelated things, and violates the principle of least privilege because to get access to low-security stuff like various statistics, you also get access to serious-security stuff like crypto keys.We should eventually break it up and remove it, but the least we can do for now is not make the problem worse.