lizmat / IRC-Client

Raku module for building IRC (Internet Relay Chat) clients
Artistic License 2.0
14 stars 7 forks source link

Type check failed in assignment to $!ssl; expected Bool but got Any (Any) #48

Closed AlexDaniel closed 6 years ago

AlexDaniel commented 6 years ago

I was trying to set up everything from scratch (nuked zef and rakudo) and it seems that whateverable no longer works because of this error:

Starting Committable…
Type check failed in assignment to $!ssl; expected Bool but got Any (Any)
  in submethod BUILD at /home/bisectable/.rakudobrew/moar-nom/install/share/perl6/site/sources/620EA1C1C3C64F80CFC7EE61346C19EDFD062B92 (IRC::Client) line 56
  in method selfrun at /home/bisectable/git/whateverable/lib/Whateverable.pm6 (Whateverable) line 466
  in block <unit> at ./bin/Committable.p6 line 126

Looks like it's not a problem on my side?

\<Skarsnik> this bug is weird. I think it's from irc::client but did not manage to fix it