ros-infrastructure / rosindex

The source code for generating index.ros.org
https://index.ros.org
GNU General Public License v3.0
12 stars 24 forks source link

Wildcard is not handled in sysdep #325

Closed Tiger3018 closed 7 months ago

Tiger3018 commented 8 months ago

e.g. https://index.ros.org/d/embree/ and https://github.com/ros/rosdistro/blob/f1e4bf3/rosdep/base.yaml#L932

{"arch"=>["embree"], "debian"=>{"bullseye"=>["libembree-dev"]}, "fedora"=>["embree"], "nixos"=>["embree"], "ubuntu"=>{"*"=>["libembree-dev"], "bionic"=>nil}}

image

It's evident that the wildcard standing for distro version is not handled decently.

tfoote commented 7 months ago

Thanks yes, this is a duplicate of #275