Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#36036 - [namcap] doesn't check ruby packages correctly
Attached to Project:
Arch Linux
Opened by Daniel Mendler (minad) - Friday, 05 July 2013, 16:48 GMT
Last edited by Jelle van der Waa (jelly) - Friday, 11 August 2023, 15:51 GMT
Opened by Daniel Mendler (minad) - Friday, 05 July 2013, 16:48 GMT
Last edited by Jelle van der Waa (jelly) - Friday, 11 August 2023, 15:51 GMT
|
Detailsrubygem packages can be created using https://aur.archlinux.org/packages/pacgem/
These packages have the name ruby-* and depends on ruby. Furthermore they depend on other rubygems. However namcap doesn't check these packages correctly. It warns that the dependency 'ruby' and the dependencies for the other gems are unnecessary. It might be good to add a module to namcap to check for the validity of ruby packages. |
This task depends upon
Closed by Jelle van der Waa (jelly)
Friday, 11 August 2023, 15:51 GMT
Reason for closing: Moved
Additional comments about closing: https://gitlab.archlinux.org/pacman/namc ap/issues/41
Friday, 11 August 2023, 15:51 GMT
Reason for closing: Moved
Additional comments about closing: https://gitlab.archlinux.org/pacman/namc ap/issues/41
It makes sense for stuff like python packages because they are used more than pip is, but for ruby I don't think it does really does make sense.
I also tried the pacgem tool to check how namcap behaves. But pacgem itself threw an error, see https://github.com/minad/pacgem/issues/28.