-
Notifications
You must be signed in to change notification settings - Fork 245
Erpcgen py union type #100
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
Erpcgen py union type #100
Conversation
…n value. Enriched test_callbacks demo with some new callbacks.
<body>: Insert a judge of parameter.direction Issue #98
|
Hello @zuzy , thank you for this PR, please give me some time to review and evaluate. Thank you. |
|
Hello @zuzy , I have looked at the first commit of this PR and it seems to be OK. I agree with modifications of the callback test but it needs to be rebased to the current head of develop branch and to resolve minor conflicts in test_callbacks_server_impl.cpp.
|
<body>: 1. Move aliases into group. Incase of type struct/union when import other IDL file. 2. Delete spare Union definition. 3. Fix discriminator bug: when the discriminator is named by other parameter. 4. Value the union data in __init__, delete the data argument 5. Match test_length/name/union.yml
Hello @MichalPrincNXP @Hadatko , thanks for reviewing. |
<body>: - Because of path problem, py.test in `./erpcgen` folder cannot pass the `test/test_redundant_definitions.yml` case. And the case gets passed while in `./erpcgen/test`.
|
Thank you, @zuzy |
…rdFaults Bypass the deep call stack for PMD commands that return long.
Fix erpcgen python inout, union, type bug