Tests in S03-operators/buf.t
hoelzro++
--
Will "Coke" Coleda
Tests in S03-operators/buf.t
hoelzro++
--
Will "Coke" Coleda
On Fri May 29 06:23:54 2015, r...@hoelz.ro wrote:
> On Fri May 29 05:54:10 2015, r...@hoelz.ro wrote:
> > On Wed May 13 16:38:02 2015, rjbs wrote:
> > > A buf is supposed to be mutable, but I can't push to it. TimToday++
> > > said this
> > > was incorrect behavior and just NYI.
> > >
> > > ~$ pe
On Fri May 29 05:54:10 2015, r...@hoelz.ro wrote:
> On Wed May 13 16:38:02 2015, rjbs wrote:
> > A buf is supposed to be mutable, but I can't push to it. TimToday++
> > said this
> > was incorrect behavior and just NYI.
> >
> > ~$ perl6 -e 'my $b = Buf.new(1,2,3); $b.push(4)'
> > Cannot call push
On Wed May 13 16:38:02 2015, rjbs wrote:
> A buf is supposed to be mutable, but I can't push to it. TimToday++
> said this
> was incorrect behavior and just NYI.
>
> ~$ perl6 -e 'my $b = Buf.new(1,2,3); $b.push(4)'
> Cannot call push(Buf: Int); none of these signatures match:
> (Any:U \SELF:
# New Ticket Created by Ricardo SIGNES
# Please include the string: [perl #125182]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=125182 >
A buf is supposed to be mutable, but I can't push to it. TimToday++ said this
was inco