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

Add message fixture for DynamicArrayStaticArrayPrimitivesNested #45

Merged
merged 2 commits into from
Oct 26, 2018

Conversation

jacobperron
Copy link
Member

Connects to
This resolves CI failures introduced by #43.

CI:

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

@jacobperron jacobperron added the in progress Actively being worked on (Kanban column) label Oct 26, 2018
@jacobperron jacobperron added in review Waiting for review (Kanban column) and removed in progress Actively being worked on (Kanban column) labels Oct 26, 2018
@jacobperron
Copy link
Member Author

Warnings are from flake8, fixed by ros2/rmw_connext#305.

Copy link
Contributor

@clalancette clalancette left a comment

Choose a reason for hiding this comment

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

One nit to fix, but I'll approve anyway.

std::vector<test_msgs::msg::StaticArrayPrimitives::SharedPtr> primitive_msgs =
get_messages_static_array_primitives();
for (size_t i = 0; i < primitive_msgs.size(); ++i)
{
Copy link
Contributor

Choose a reason for hiding this comment

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

I'm somewhat surprised the linters didn't pick this up, but our usual style is curly braces on the same line as the for statement.

Copy link
Member Author

Choose a reason for hiding this comment

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

There were no lint tests enabled for this package. I've enabled the linter and fixed issues.

@clalancette
Copy link
Contributor

👍

@jacobperron
Copy link
Member Author

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

@jacobperron jacobperron merged commit b031fc4 into master Oct 26, 2018
@jacobperron jacobperron removed the in review Waiting for review (Kanban column) label Oct 26, 2018
@jacobperron jacobperron deleted the jacob/fix_comm_test branch October 26, 2018 20:15
dirk-thomas pushed a commit to ros2/test_interface_files that referenced this pull request Jan 18, 2019
…/rcl_interfaces#45)

* Add message fixture for test_msgs/DynamicArrayStaticArrayPrimitivesNested

* Add lint test to test_msgs and fix linter issues
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

Successfully merging this pull request may close these issues.

2 participants