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

Some of the log calls can crash the `fez review` call #107

Closed 2colours closed 11 months ago

2colours commented 11 months ago

https://github.com/tony-o/raku-fez/blob/1163df343b9808e9110c8430d4456868217a14f8/lib/Fez/CLI.rakumod#L334C1-L345C4

This segment contains a couple of calls that take a formatter parameter but there is no placeholder variable in the message. Two layers down, at a sprintf call, this will crash if the program executes any of the log calls.

tony-o commented 11 months ago

@2colours tyvm, this will get released in the next ver

tony-o commented 11 months ago

released -