Raku / old-issue-tracker

Tickets from RT
https://github.com/Raku/old-issue-tracker/issues
2 stars 1 forks source link

supply tap: No such method 'phasers' for invocant of type 'Code' #5884

Open p6rt opened 7 years ago

p6rt commented 7 years ago

Migrated from rt.perl.org#130342 (status was 'new')

Searchable as RT130342$

p6rt commented 7 years ago

From @zoffixznet

The error is LTA (and maybe a bug?)

17​:52 b2gills m​: (supply loop { emit Bool.pick }).tap​: *.say # Should the supply "keyword" be able used like this 17​:52 camelia rakudo-moar 1d4600​: OUTPUT«No such method 'phasers' for invocant of type 'Code'␤ in block \ at \ line 1␤␤»

https://irclog.perlgeek.de/perl6-dev/2016-12-13

p6rt commented 7 years ago

From @zoffixznet

On Tue, 13 Dec 2016 10​:01​:54 -0800, cpan@​zoffix.com wrote​:

The error is LTA (and maybe a bug?)

17​:52 b2gills m​: (supply loop { emit Bool.pick }).tap​: *.say # Should the supply "keyword" be able used like this 17​:52 camelia rakudo-moar 1d4600​: OUTPUT«No such method 'phasers' for invocant of type 'Code'␤ in block \ at \ line 1␤␤»

https://irclog.perlgeek.de/perl6-dev/2016-12-13

This is partially fixed now​: https://irclog.perlgeek.de/perl6-dev/2016-12-13#i_13734884