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

fez failed to remove a module before the 24h deadline is up #104

Closed kjkuan closed 11 months ago

kjkuan commented 1 year ago

I tried to removed my module that I just uploaded less than an hour ago, but failed:

jkuan@greymatter Shell-DSL:[0] $ fez  list
>>= Shell::DSL:ver<0.0.4>:auth<zef:kjkuan>

jkuan@greymatter Shell-DSL:[1] $ fez remove 'Shell::DSL:ver<0.0.4>:auth<zef:kjkuan>'
Use of uninitialized value of type Any in string context.
Methods .^name, .raku, .gist, or .say can be used to stringify it to something meaningful.
  in sub try_dateparse at /home/jkuan/Applications/rakudo-moar-2023.06-01-linux-x86_64-gcc/share/perl6/site/sources/3FB5A1380765B6B54BC90128DD7DBCBF6135B015 (Fez::Util::Date) line 46
Use of uninitialized value of type Any in string context.
Methods .^name, .raku, .gist, or .say can be used to stringify it to something meaningful.
  in sub try_dateparse at /home/jkuan/Applications/rakudo-moar-2023.06-01-linux-x86_64-gcc/share/perl6/site/sources/3FB5A1380765B6B54BC90128DD7DBCBF6135B015 (Fez::Util::Date) line 46
Use of uninitialized value of type Any in numeric context
  in block  at /home/jkuan/Applications/rakudo-moar-2023.06-01-linux-x86_64-gcc/share/perl6/site/sources/25EDD0451E77FD0D53C7B66A004B7DEABDAA075A (Fez::CLI) line 601
=<< FATAL: It's past the 24 hour window for removing modules
tony-o commented 1 year ago

@kjkuan i have some time tomorrow morning and will take a look at this

tony-o commented 1 year ago

@kjkuan too late to remove that one but updating to the latest fez will resolve this (it no longer does a soft check client side)

tony-o commented 11 months ago

this is going to get released in v55

tony-o commented 11 months ago

released -