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 '$' character from generated symbol name in '_$union' suffix #103

Merged
merged 1 commit into from
Aug 3, 2020

Conversation

RamseyTI
Copy link
Contributor

When generating the symbol names, don't use the '$' character in the
suffix string; this is not a valid Python identifier. The symbol name
is used when generating the Python class name; this name is not used
when generating the C code.

When generating the symbol names, don't use the '$' character in the
suffix string; this is not a valid Python identifier. The symbol name
is used when generating the Python class name; this name is not used
when generating the C code.
@MichalPrincNXP
Copy link
Member

Hello @RamseyTI , thank you for this PR, please give me some time to review and evaluate. Thank you.

@MichalPrincNXP MichalPrincNXP self-requested a review July 14, 2020 13:39
@MichalPrincNXP MichalPrincNXP merged commit 29b4e32 into EmbeddedRPC:develop Aug 3, 2020
@MichalPrincNXP
Copy link
Member

Thank you, @RamseyTI , for providing this PR!

@MichalPrincNXP MichalPrincNXP self-assigned this Aug 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

None yet

2 participants