Fire is step THREE! | github.com/perl6/toolchain-bikeshed | Channel logs: irclog.perlgeek.de/perl6-toolchain/today | useful prior art: metacpan.org/pod/CPAN::Meta::Spec
Set by moderator on 24 February 2016.
00:13 sevvie joined 00:52 sufrostico joined 02:49 Kassandry joined 07:25 FROGGS joined 07:31 domidumont joined 07:37 domidumont joined 08:07 domidumont joined 09:03 nine joined 09:05 camelia joined 09:47 leont joined 13:19 autarch joined 15:11 sufrostico joined 15:27 camelia joined 16:03 autarch joined
ugexe m: class Distribution { }; my $dist = Distribution.new; my $cu = CompUnit::RepositoryRegistry.repository-for-name("site"); $cu.install($dist, {}); 16:19
camelia rakudo-moar c9d465: OUTPUT«Type check failed in binding $dist; expected Distribution but got Distribution.new␤ in block <unit> at /tmp/HEmRzyzn7i line 1␤␤»
ugexe can we find a way to allow an arbitrary Distribution object to be passed in? 16:20
m: class Distribution is Distribution { }; my $dist = Distribution.new; my $cu = CompUnit::RepositoryRegistry.repository-for-name("site"); $cu.install($dist, {}); # other than this
camelia rakudo-moar c9d465: OUTPUT«Use of uninitialized value of type Any in string context␤Any of .^name, .perl, .gist, or .say can stringify undefined things, if needed. in block <unit> at /tmp/peHDOvnIiH line 1␤Cannot unbox a type object␤ in block <unit> at /tmp/peHDOvnIiH line 1…»
nine ugexe: Distribution should have been a role instead of a class 16:46
Maybe we can still change that. Just asked jnthn about that.
17:18 Kassandry joined 17:48 TimToady joined 18:16 FROGGS joined 19:17 leont joined 20:45 sufrostico joined 20:51 sufrosti1o joined 21:37 sufrostico joined 21:55 sufrostico left
sevvie eight nine, and six was scared. 23:01