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

Pass package exports to template in pkg create api (#619) #628

Merged
merged 1 commit into from
May 27, 2021

Conversation

tim-fan
Copy link
Contributor

@tim-fan tim-fan commented Apr 20, 2021

Hi @audrow, here's my fix for #619.

I tested it with pytest ros2pkg/test/test_cli.py, which checks that the build type is being written to package.xml successfully (here) .

I also confirmed manually that package.xml looked correct (indentation, spacing between lines looked good).

Let me know if any further changes or tests are needed.

Signed-off-by: Tim Fanselow <tim.fanselow@gmail.com>
Copy link
Member

@audrow audrow left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me. Thanks for the PR, @tim-fan!

@audrow audrow self-assigned this Apr 23, 2021
@audrow audrow added the enhancement New feature or request label Apr 23, 2021
@audrow
Copy link
Member

audrow commented Apr 23, 2021

  • Linux Build Status
  • Linux-aarch64 Build Status
  • macOS Build Status
  • Windows Build Status

Copy link
Collaborator

@fujitatomoya fujitatomoya left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@audrow
Copy link
Member

audrow commented May 27, 2021

Oops, sorry for the delay. I lost track of this. Here's a fresh run of CI:

  • Linux Build Status
  • Linux-aarch64 Build Status
  • macOS Build Status
  • Windows Build Status

@audrow audrow merged commit 21b988c into ros2:master May 27, 2021
@audrow
Copy link
Member

audrow commented May 27, 2021

Thanks for the PR @tim-fan! Sorry for the long delay.

@tim-fan
Copy link
Contributor Author

tim-fan commented May 28, 2021

No worries, thanks for merging!

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.

ros2pkg.api.create_package_environment: handle exports
3 participants