[perl #131767] Test.pm6 should redirect diagnostics to stdout instead of stderr

2017-07-19 Thread Zoffix Znet via RT
On Wed, 19 Jul 2017 01:13:30 -0700, szab...@gmail.com wrote: > We have a test marked todo in Bailador. prove6 displays the failure as > follows: > > $ prove6 -l t/30-examples-app.t > t/30-examples-app.t ..1/15 > # Failed test 'route GET /hello/Foo.html' > # at t/30-examples-app.t line 68 >

[perl #131767] Test.pm6 should redirect diagnostics to stdout instead of stderr

2017-07-19 Thread Zoffix Znet via RT
On Wed, 19 Jul 2017 01:13:30 -0700, szab...@gmail.com wrote: > We have a test marked todo in Bailador. prove6 displays the failure as > follows: > > $ prove6 -l t/30-examples-app.t > t/30-examples-app.t ..1/15 > # Failed test 'route GET /hello/Foo.html' > # at t/30-examples-app.t line 68 >

[perl #131241] (Bag|Mix)Hash.values doesn't check validity of assigned values

2017-07-19 Thread Jan-Olof Hendig via RT
On Tue, 04 Jul 2017 14:52:31 -0700, alex.jakime...@gmail.com wrote: > The fix for this ticket also fixed > https://rt.perl.org/Public/Bug/Display.html?id=130366 > > However, we couldn't find any tests… are there any? If they, perhaps > they also > cover 130366. > > On 2017-05-01 14:31:19, elizabe

Memory usage

2017-07-19 Thread Gabor Szabo
Hi, is it possible to get the size of memory used by the current Perl 6 process? (From inside the code) Is it possible to get the size of the individual variables? Gabor

[perl #130366] BagHash/MixHash values don't check for zeroness

2017-07-19 Thread Jan-Olof Hendig via RT
On Tue, 04 Jul 2017 14:53:26 -0700, alex.jakime...@gmail.com wrote: > This was resolved together with > https://rt.perl.org/Ticket/Display.html?id=131241 > > Tests needed, maybe. See other ticket for info on this. > On 2016-12-17 01:42:04, elizabeth wrote: > > $ 6 'my $b = .BagHash; $_-- for $b.va

release names

2017-07-19 Thread Richard Hainsworth
Holiday || butterfly ? Why not holiday && butterfly ? Perl6 fuses so many other things. In any case, we would use the abbreviation D/E/F ... Adding a name is just being whimsical. So lets be doubly whimsical.

[perl #131767] Test.pm6 should redirect diagnostics to stdout instead of stderr

2017-07-19 Thread via RT
# New Ticket Created by Gabor Szabo # Please include the string: [perl #131767] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=131767 > We have a test marked todo in Bailador. prove6 displays the failure as follows: $ prove6