[perl #125182] bufs need .push

2016-05-18 Thread Will Coleda via RT
Tests in S03-operators/buf.t hoelzro++ -- Will "Coke" Coleda

[perl #125182] bufs need .push

2016-05-18 Thread Will Coleda via RT
Tests in S03-operators/buf.t hoelzro++ -- Will "Coke" Coleda

[perl #125182] bufs need .push

2015-05-29 Thread Rob Hoelz via RT
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

[perl #125182] bufs need .push

2015-05-29 Thread Rob Hoelz via RT
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

[perl #125182] bufs need .push

2015-05-29 Thread Rob Hoelz via RT
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:

[perl #125182] bufs need .push

2015-05-13 Thread via RT
# 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