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

Modifications to python generator lib to return generated files #511

Merged
merged 1 commit into from
Aug 3, 2020

Conversation

atyshka
Copy link
Contributor

@atyshka atyshka commented Aug 2, 2020

When creating my own message generator, I found in some cases it was helpful to have a list of all generated files. In my case, it was to create a swift module that included all the generated C headers, but this could help other things like umbrella headers. This PR simply changes the generate_files function to return the generated files rather than nothing. I don't believe this should impact existing code

Signed-off-by: Alex Tyshka <atyshka@gmail.com>
@dirk-thomas
Copy link
Member

Thanks for the patch.

Simple CI build mostly for running the linters: Build Status

@dirk-thomas dirk-thomas merged commit 76c536e into ros2:master Aug 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants