[perl #73910] [BUG] Strange error when defining a class after 'use' in Rakudo

2013-04-21 Thread Will Coleda via RT
On Mon Sep 19 21:30:03 2011, coke wrote: > On Fri Jun 18 07:25:04 2010, masak wrote: > > This seems to have been fixed by now; can't reproduce the error locally. > > /still/ fixed. needs tests. ... marking testneeded. (still working) -- Will "Coke" Coleda

[perl #76648] [BUG] junctions produced by ^methods are unpredictable

2013-04-21 Thread Will Coleda via RT
On Tue Jan 10 16:58:10 2012, coke wrote: > On Thu Jul 22 00:45:24 2010, cx...@pobox.com wrote: > > The following code, executed repeatedly, will produce different > >results, > > seemingly based on the ordering of the junction: > > > > $ perl6 -e 'class Foo { has $.bar; has $.baz; has $.biff }

[perl #77650] Test.pm - eval_lives_ok emits warning "Use of uninitialized value in numeric context"

2013-04-21 Thread Will Coleda via RT
On Thu Sep 02 03:36:44 2010, pawel.pab...@implix.com wrote: > [12:21] rakudo: use Test; eval_lives_ok '1<&1' > [12:21] rakudo 27d54d: OUTPUT«Use of uninitialized value in > numeric > context␤ok 1 - ␤» > > The "Use of uninitialized value in numeric context" warning should not > be > emited o STDE

[perl #117461] [TODO] Match.lines in Rakudo

2013-04-21 Thread Will Coleda via RT
On Wed Apr 03 07:21:42 2013, masak wrote: > r: "1\n2\n3" ~~ /.*/; say $/.lines > rakudo ffe441: OUTPUT«No such method 'lines' for invocant of > type 'Match'␤ in block at /tmp/u_Sd9GI3H5:1␤␤» > should Match have a .lines method? > rn: say Match ~~ Cool > rakudo ffe441, niecza v24-35-g5c06e28:

[perl #62316] printf with too few arguments returns "Null PMC Access"

2013-04-21 Thread Will Coleda via RT
On Sat Mar 23 22:45:10 2013, quester...@gmail.com wrote: > Hello, > > Oddly, this is exactly the same symptom that was reported and resolved in > 2009 in bug #62316. It looks like it sneaked back into the latest version > of Rakudo. > > $ perl6 -e 'printf "%s"' > Null PMC access in get_string()

[perl #113988] [BUG] Null PMC access when doing .fmt on the return value from .reals

2013-04-21 Thread Will Coleda via RT
On Sun Apr 21 22:08:04 2013, coke wrote: > On Wed Jul 04 11:34:38 2012, masak wrote: > > r: say (3+4i).reals.fmt("%d %d") # for flussence++ > > rakudo 61a3ad: OUTPUT�Null PMC access in get_integer() [...] > > hmmm. > > * pmichaud nudges masak++ > > ooh, I haven't seen a NPMCA in a while. > >

[perl #113988] [BUG] Null PMC access when doing .fmt on the return value from .reals

2013-04-21 Thread Will Coleda via RT
On Wed Jul 04 11:34:38 2012, masak wrote: > r: say (3+4i).reals.fmt("%d %d") # for flussence++ > rakudo 61a3ad: OUTPUT�Null PMC access in get_integer() [...] > hmmm. > * pmichaud nudges masak++ > ooh, I haven't seen a NPMCA in a while. > * masak submits pmichaud++'s NPMCA rakudobug More sim

[perl #117685] IO.accessed failures on [OS X]

2013-04-21 Thread Will Coleda via RT
On Sun Apr 21 00:58:53 2013, labster wrote: > On Sat Apr 20 20:25:12 2013, coke wrote: > > Failures in t/spec/S16-filehandles/filestat.t > > > > not ok 6 - IO.accessed should NOT be updated when file is opened for > writing > > not ok 7 - IO.accessed should NOT be updated when file is opened for >