matiaslina / Matrix-Client

Matrix client for Raku
Artistic License 2.0
13 stars 3 forks source link

Rakudist test fails for Rakudo 2020.10 #18

Closed melezhik closed 3 years ago

melezhik commented 4 years ago

Hi!

Here is a summary:

02:41:15 10/27/2020 [bash: zef install Matrix::Client] ===> Testing: Matrix::Client:ver<0.6.0>
02:41:30 10/27/2020 [bash: zef install Matrix::Client] [Matrix::Client] Too few positionals passed; expected 2 arguments but got 1
02:41:30 10/27/2020 [bash: zef install Matrix::Client] [Matrix::Client]   in method new at /home/fcldpzsguvrtwyhmkqib/.zef/store/Matrix-Client-0.6.0.tar.gz/Matrix-Client-0.6.0/lib/Matrix/Response.pm6 (Matrix::Response) line 143
02:41:30 10/27/2020 [bash: zef install Matrix::Client] [Matrix::Client]   in block <unit> at t/40-response.t line 33
02:41:34 10/27/2020 [bash: zef install Matrix::Client] ===> Testing [FAIL]: Matrix::Client:ver<0.6.0>
02:41:34 10/27/2020 [bash: zef install Matrix::Client] stderr: Aborting due to test failure: Matrix::Client:ver<0.6.0> (use --force-test to override)
02:41:34 10/27/2020 [bash: zef install Matrix::Client] task exit status: 1
02:41:34 10/27/2020 [bash: zef install Matrix::Client] task bash: zef install Matrix::Client FAILED

Full log available here - http://rakudist.raku.org/sparky/report/debian/776


HTH

Alexey

matiaslina commented 3 years ago

Hey @melezhik! Thanks for the report!

It's fixed on https://github.com/matiaslina/Matrix-Client/commit/346f058b08e3c0b911243f59996cd0ef635ae211 . I've uploaded version 0.6.1 to CPAN recently, so once I try to install it with zef, I will close issue :)

Cheers!

melezhik commented 3 years ago

It succeeds with a new version. https://rakudist.raku.org/sparky/report/debian/1493