ugexe / zef

Raku Module Management
Artistic License 2.0
207 stars 44 forks source link

Avoid warnings when ecosystem contains invalid distribution name #544

Closed ugexe closed 11 months ago

ugexe commented 11 months ago

Previously it was possible (although extremely unlikely) that a distribution could exist in an ecosystem without a name field, which could lead to warnings when we attempt to stringify it. A similar thing could also occur when an invalid long name is used in the provides field, such that we fail to parse the name. This ignores such distributions during the indexing process.

Fixes #543