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

[appserver-io/appserver] RemoteProxyGenerator creates invalid method signatures #1079

Open
pathmissing opened this issue Dec 27, 2017 · 1 comment

Comments

@pathmissing
Copy link
Contributor

The RemoteProxyGenerator is creating invalid method signatures for arrays as default value:

  1. In associative arrays, keys are not being quoted
  2. Values are also just being printed out which leads to problems with strings and booleans
  3. Multi dimensional arrays will not be generated recursively
@pathmissing
Copy link
Contributor Author

#1078 will be modified for this issue

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

No branches or pull requests

1 participant