Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

add fast-float to rosdep #44354

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

add fast-float to rosdep #44354

wants to merge 2 commits into from

Conversation

ottojo
Copy link
Contributor

@ottojo ottojo commented Feb 3, 2025

Please add the following dependency to the rosdep database.

Package name:

fast_float

Package Upstream Source:

TODO link to source repository

Purpose of using this:

Used as a dependency in c++ libraries such as folly

Distro packaging links:

Links to Distribution Packages

@ottojo ottojo requested a review from a team as a code owner February 3, 2025 12:39
@github-actions github-actions bot added the rosdep Issue/PR is for a rosdep key label Feb 3, 2025
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

Thanks for sending a pull request to ROS distro!

This is an automated tool that helps check your pull request for correctness.
This tool checks a number of attributes associated with your ROS package and generates a report that helps our reviewers merge your pull request in a timely fashion. Here are a few things to consider when sending adding or updating a package to ROS Distro.
ROS Distro includes a very helpful CONTRIBUTING.md file that we recommend reading if it is your first time submitting a package.
Please also read the ROS Distro review guidelines which summarizes this release process.

ROS Distro Considerations

Package Considerations

Having your package included in a ROS Distro is a badge of quality, and we recommend that package developers strive to create packages of the highest quality. We recommend package developers review the following resources before submitting their package.

Need Help?

Please post your questions to Robotics Stack Exchange or refer to the #infra-help channel on our Discord server.


For changes related to rosdep:

  • 📝 There are problems with the names of new rosdep keys:
    • New key names should typically match the Ubuntu package name
  • ✅ Platforms for new rosdep rules are valid
  • ✅ Installers for new rosdep rules are valid

For changes related to yamllint:

  • ✅ All new lines of YAML pass linter checks

@@ -1041,6 +1041,17 @@ fakeroot:
nixos: [fakeroot]
rhel: [fakeroot]
ubuntu: [fakeroot]
fast-float:
Copy link

Choose a reason for hiding this comment

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

This key does not match the Ubuntu package name

Copy link
Member

Choose a reason for hiding this comment

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

In general, we prefer that rosdep key names match the corresponding Ubuntu package name where possible:

Suggested change
fast-float:
libfast-float-dev:

Reminder that you'll need to move the stanza after renaming to maintain alphabetical order.

Copy link

This PR hasn't been activity in 14 days. If you are still are interested in getting it merged please provide an update. Otherwise it will likely be closed by a rosdistro maintainer following our contributing policy. It's been labeled "stale" for visibility to the maintainers. If this label isn't appropriate, you can ask a maintainer to remove the label and add the 'persistent' label.

@github-actions github-actions bot added the stale Issue/PR hasn't been active in a while and may be closed. label Feb 18, 2025
Copy link
Member

@cottsay cottsay left a comment

Choose a reason for hiding this comment

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

Please review the messages presented by our automation, as there are issues with this PR that were identified 2 weeks ago. I've added additional comments clarifying how you might improve the changes to make forward progress.

@@ -1041,6 +1041,17 @@ fakeroot:
nixos: [fakeroot]
rhel: [fakeroot]
ubuntu: [fakeroot]
fast-float:
Copy link
Member

Choose a reason for hiding this comment

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

In general, we prefer that rosdep key names match the corresponding Ubuntu package name where possible:

Suggested change
fast-float:
libfast-float-dev:

Reminder that you'll need to move the stanza after renaming to maintain alphabetical order.

osx:
homebrew:
packages: [fast_float]
opensuse: [fast_float]
Copy link
Member

Choose a reason for hiding this comment

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

The openSUSE package listed couldn't be found by the automation, as it appears from the dashboard that the package is only available in openSUSE Tumbleweed. The rule for openSUSE should be omitted until it is available in a supported release.

Suggested change
opensuse: [fast_float]

homebrew:
packages: [fast_float]
opensuse: [fast_float]
ubuntu: [libfast-float-dev]
Copy link
Member

Choose a reason for hiding this comment

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

This package is only available on Noble and newer. Our tooling performs differently when a package has no mapping and when a package can't be found, and the latter is regarded as an error in the rosdep database. We should explicitly state that the package is not expected to exist for older but supported versions of Ubuntu.

Suggested change
ubuntu: [libfast-float-dev]
ubuntu:
'*': [libfast-float-dev]
focal: null
jammy: null

@cottsay cottsay removed the stale Issue/PR hasn't been active in a while and may be closed. label Feb 18, 2025
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
rosdep Issue/PR is for a rosdep key
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants