tony-o / raku-fez

This project is for 'fez', raku's cool new shiny dist uploader & manager. If you're a module author you should definitely be using this sweet thang. ;;;;;;;;;;;;;; This project and the underlying infrastructure is supported out of my own pocket and through donations. If you'd like to donate please check here: https://www.patreon.com/oynot
Artistic License 2.0
20 stars 12 forks source link

versioned depends being flagged in review #97

Closed finanalyst closed 1 year ago

finanalyst commented 1 year ago

Running zef review in a local git repo for Collection, I get output below.

Note that Pod::From::Cache is shown as not in meta, but Pod::From::Cache:ver<0.5.0+> is shown as unexpected.

partial review output:

>>=   not in meta:
         License::SPDX
         MONKEY-SEE-NO-EVAL
         File::Directory::Tree
         RakuConfig
         Pod::From::Cache
         Collection::Exceptions
         ProcessedPod
         Collection::Entities
         Archive::Libarchive::Constants
>>=   in meta but unexpected:
         Raku::Pod::Render:ver<4.4.2+>
         RakuConfig:ver<0.7.2+>
         Pod::From::Cache:ver<0.5.0+>
tony-o commented 1 year ago

I'm going to skip those checks in v52 until RakuAST is available and these can be determined without guessing/regex -

tony-o commented 1 year ago

This is fixed in v52 (disabled until Raku AST), please upgrade and confirm