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

Fix parameter collisions #3

Closed
wants to merge 5 commits into from

Conversation

F43nd1r
Copy link
Contributor

@F43nd1r F43nd1r commented Feb 11, 2019

I had the problem that methods with a parameter called data would not compile, because remoter uses that name in the proxy.

I fixed that by renaming all parameters in the proxy. Unfortunalety, that required changes in all ParamBuilders.

@josesamuel
Copy link
Owner

Thank you for the pr and for bringing this issue.

Unfortunately I am not merging this version, instead i am adding a simpler fix to address this issue with very limited changes.

I would also appreciate if you can keep the line endings the same so that the diff doesnt end up showing all the file has changed making it hard to review.

@josesamuel josesamuel closed this Feb 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants