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

[GR-51561] Remove unncessary SnippetReflectionProvider arguments and fields. #8246

Merged
merged 1 commit into from
Jan 27, 2024

Conversation

graalvmbot
Copy link
Collaborator

SnippetReflectionProvider has been available via Providers since quite a while, it is not necessary to pass it around separately to many places.

This PR is a pretty mechanical transformation, I searched for fields and variables of type SnippetReflectionProvider, and when there was an easy alternative way to access it, then I removed the explicit one. I'm sure I missed a few places, but that is fine, there is no need to be perfect. There are no functional changes in this PR.

@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Jan 25, 2024
@graalvmbot graalvmbot force-pushed the cwi/GR-51561-SnippetReflectionProvider branch 2 times, most recently from f7d69d8 to 120d2dc Compare January 27, 2024 08:07
@graalvmbot graalvmbot force-pushed the cwi/GR-51561-SnippetReflectionProvider branch from 120d2dc to f1b596f Compare January 27, 2024 08:17
@graalvmbot graalvmbot closed this Jan 27, 2024
@graalvmbot graalvmbot merged commit 90fc725 into master Jan 27, 2024
12 checks passed
@graalvmbot graalvmbot deleted the cwi/GR-51561-SnippetReflectionProvider branch January 27, 2024 10:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OCA Verified All contributors have signed the Oracle Contributor Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants