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

Remove reflect method form public interface #16928

Merged
merged 1 commit into from
Sep 3, 2019

Conversation

rullzer
Copy link
Member

@rullzer rullzer commented Aug 30, 2019

The reflect method is (and should) only every be called internally.
Since if you call it again it would otherwise start mixing and matching
arguments etc.

Signed-off-by: Roeland Jago Douma roeland@famdouma.nl

Copy link
Member

@ChristophWurst ChristophWurst left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Used only once and not via the interface 👍

Bildschirmfoto von 2019-08-30 09-41-38

@ChristophWurst ChristophWurst added 4. to release Ready to be released and/or waiting for tests to finish and removed 3. to review Waiting for reviews labels Aug 30, 2019
The reflect method is (and should) only every be called internally.
Since if you call it again it would otherwise start mixing and matching
arguments etc.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
@rullzer rullzer force-pushed the fix/icontrolelrmethodreflector branch from c98c650 to def82c5 Compare August 30, 2019 11:28
@rullzer rullzer merged commit ecd0d39 into master Sep 3, 2019
@rullzer rullzer deleted the fix/icontrolelrmethodreflector branch September 3, 2019 05:53
@rullzer rullzer mentioned this pull request Sep 4, 2019
16 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4. to release Ready to be released and/or waiting for tests to finish technical debt
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants