[perl #125463] [JVM] .IO.unlink succeeds in unlinking empty directories

2017-05-01 Thread Rob Hoelz via RT
On 2017-05-01 01:38:14, c...@zoffix.com wrote: > > On 23 Jun 2015, at 15:37, Rob Hoelz (via RT) > follo...@perl.org> wrote: > > Unlinking a non-existent file should fail() rather than return True. > > The end-goal of .unlinking stuff is for the file to stop existing. >

[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-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 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