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

tweaks documentation #265

Merged
merged 4 commits into from
Sep 28, 2021
Merged

tweaks documentation #265

merged 4 commits into from
Sep 28, 2021

Conversation

ahcorde
Copy link
Contributor

@ahcorde ahcorde commented Sep 27, 2021

Signed-off-by: Alejandro Hernández ahcorde@gmail.com

🦟 Bug fix

Summary

Some fixes to improve macos support.

I'm not able to compile publisher_custom_msg and subscriber_custom_msgs because of this error:

msgs/stringmsg.pb.h:10:10: fatal error: 'google/protobuf/port_def.inc' file not found
#include <google/protobuf/port_def.inc>

any idea @scpeters ?

Checklist

  • Signed all commits for DCO
  • Added tests
  • Updated documentation (as needed)
  • Updated migration guide (as needed)
  • codecheck passed (See contributing)
  • All tests passed (See test coverage)
  • While waiting for a review on your PR, please help review another open pull request to support the maintainers

Note to maintainers: Remember to use Squash-Merge

Signed-off-by: Alejandro Hernández <ahcorde@gmail.com>
@ahcorde ahcorde self-assigned this Sep 27, 2021
@github-actions github-actions bot added the 🏯 fortress Ignition Fortress label Sep 27, 2021
@chapulina chapulina added beta Targeting beta release of upcoming collection documentation Improvements or additions to documentation labels Sep 27, 2021
@chapulina chapulina added the macOS macOS support label Sep 27, 2021
@codecov
Copy link

codecov bot commented Sep 27, 2021

Codecov Report

Merging #265 (556cd95) into main (73bfba7) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #265   +/-   ##
=======================================
  Coverage   89.06%   89.07%           
=======================================
  Files          51       51           
  Lines        4766     4769    +3     
=======================================
+ Hits         4245     4248    +3     
  Misses        521      521           
Impacted Files Coverage Δ
src/NodeSharedPrivate.hh 100.00% <ø> (ø)
src/Discovery.cc 77.77% <100.00%> (+2.77%) ⬆️
src/NodeShared.cc 80.27% <100.00%> (+0.05%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 73bfba7...556cd95. Read the comment docs.

The poll() API with integer timeout is deprecated.
Use std::chrono::duration instead.

Signed-off-by: Steve Peters <scpeters@openrobotics.org>
@scpeters
Copy link
Member

I tried fixing some clang compiler warnings in 51df6a8, but for some reason it breaks the Ubuntu bionic action workflow (though it doesn't affect the jenkins build using bionic)

@ahcorde
Copy link
Contributor Author

ahcorde commented Sep 28, 2021

I tried fixing some clang compiler warnings in 51df6a8, but for some reason it breaks the Ubuntu bionic action workflow (though it doesn't affect the jenkins build using bionic)

  ../lib/libignition-transport11.so.11.0.0~pre1: undefined reference to `ignition::transport::v11::NodeSharedPrivate::Timeout'

@j-rivero any thoughts?

Signed-off-by: Louise Poubel <louise@openrobotics.org>
Copy link
Contributor

@chapulina chapulina left a comment

Choose a reason for hiding this comment

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

CI is happy

@chapulina chapulina merged commit 0a813ec into main Sep 28, 2021
@chapulina chapulina deleted the ahcorde/docs/tweaks branch September 28, 2021 23:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
beta Targeting beta release of upcoming collection documentation Improvements or additions to documentation 🏯 fortress Ignition Fortress macOS macOS support
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants