# New Ticket Created by Aleks-Daniel Jakimenko-Aleksejev
# Please include the string: [perl #130435]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=130435 >
Code:
unit module Foo; sub foo() is export {}; say Foo::EXPORT === UN
# New Ticket Created by Itsuki Toyota
# Please include the string: [perl #130434]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=130434 >
See the following results:
$ perl6 -Ilib t/01-basic.t
Type check failed in binding; ex
# New Ticket Created by Aleks-Daniel Jakimenko-Aleksejev
# Please include the string: [perl #130433]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=130433 >
Code:
say ‘hello’.comb(/./).perl
Result (2016.10):
("h", "e", "l",
# New Ticket Created by Aleks-Daniel Jakimenko-Aleksejev
# Please include the string: [perl #130432]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=130432 >
Code:
my @b;
@b[1, 2, 3] = True;
@b.perl.say
Result (2015.10):
[Any
# New Ticket Created by Aleks-Daniel Jakimenko-Aleksejev
# Please include the string: [perl #130431]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=130431 >
Code:
class Mebibytes is Int { method Str { (self/1024/1024).Int ~ "M
On Wed, 28 Dec 2016 17:38:33 -0800, alex.jakime...@gmail.com wrote:
> Instead, it returns exactly $limit results.
>
> Code:
> say +$*ARGFILES.lines(100) # to replicate, run it with one line on
> stdin
>
> Result (2015.12):
> 1
>
> Result (HEAD):
> 100
>
>
> Bisectable points to
> https://githu
# New Ticket Created by Aleks-Daniel Jakimenko-Aleksejev
# Please include the string: [perl #130430]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=130430 >
Instead, it returns exactly $limit results.
Code:
say +$*ARGFILES.li
Fixed with 347271d214198a700, tests needed
> On 28 Dec 2016, at 21:29, Aleks-Daniel Jakimenko-Aleksejev (via RT)
> wrote:
>
> # New Ticket Created by Aleks-Daniel Jakimenko-Aleksejev
> # Please include the string: [perl #130427]
> # in the subject line of all future correspondence about this
Welcome to the world of the newio branch
> On 28 Dec 2016, at 20:03, Zoffix Znet via RT
> wrote:
>
> Some comments from moritz:
> https://irclog.perlgeek.de/perl6-dev/2016-12-28#i_13813983
> And a short comment from TimToady on the topic:
> https://irclog.perlgeek.de/perl6-dev/2016-12-28#i_13
# New Ticket Created by Aleks-Daniel Jakimenko-Aleksejev
# Please include the string: [perl #130427]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=130427 >
Similarly to https://rt.perl.org/Ticket/Display.html?id=126990
Code:
# New Ticket Created by Zoffix Znet
# Please include the string: [perl #130426]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=130426 >
Seems regardless of what Junction I use, smartmatch against Bool type object
always retur
Some comments from moritz:
https://irclog.perlgeek.de/perl6-dev/2016-12-28#i_13813983
And a short comment from TimToady on the topic:
https://irclog.perlgeek.de/perl6-dev/2016-12-28#i_13814034
I also notice our *subs* throw, while *methods* fail(). The subs call the
methods, check for failures
# New Ticket Created by Zoffix Znet
# Please include the string: [perl #130425]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=130425 >
$ ./perl6 -e $'class C { method foo { say 10 } }; foo C.new:\n'
===SORRY!=== Error while c
# New Ticket Created by Paul Cochrane
# Please include the string: [perl #130424]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=130424 >
Hi,
it seems to be the case that when part of a full class name is repeated,
that roles
On Tue, 27 Dec 2016 13:28:19 -0800, comdog wrote:
> Using chdir with a non-existent directory appear to throw the
> exception
> immediately rather than using fail.
A bit of a discussion for why chdir throws:
https://irclog.perlgeek.de/perl6-dev/2016-12-28#i_13810888
But on further inspection, I
15 matches
Mail list logo