[perl #130568] [CONC] Hyper method causes process to sleep and does not return correct value

2017-01-17 Thread via RT
# New Ticket Created by RainbowZephyr # Please include the string: [perl #130568] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=130568 > perl6 --version: This is Rakudo version 2016.12 built on MoarVM version 2016.12 OS:

Re: [perl #130562] Mixed longest (ltm) and lexical alternation makes wrong match - "42" ~~ / [ "0" || "42" ] | "4" /

2017-01-17 Thread Ronald Schmidt
On 2017-01-17 21:35, Will Coleda wrote: > If you'd like to turn this into a doc-u-bug, that's fine; please open > a ticket at > > https://github.com/perl6/doc/issues Already done and described on earlier timestamp on ticket "Mon, 16 Jan 2017 11:12:59 -0800" by AlexDaniel++

Re: [perl #130542] AutoReply: \c[BELL] returns the U+0007 control code not U+1F514 BELL

2017-01-17 Thread Will Coleda
On Sat, Jan 14, 2017 at 6:40 AM, Joachim Durchholz wrote: > Am 14.01.2017 um 11:29 schrieb Samantha McVey: >> >> See here for the commit that added some Alias Names to JVM: >> https://github.com/perl6/nqp/commit/0c249e7236a63325e6440df55a762a4378e6e63a >> >> Hopefully I have

Re: [perl #130562] Mixed longest (ltm) and lexical alternation makes wrong match - "42" ~~ / [ "0" || "42" ] | "4" /

2017-01-17 Thread Will Coleda
If you'd like to turn this into a doc-u-bug, that's fine; please open a ticket at https://github.com/perl6/doc/issues On Mon, Jan 16, 2017 at 11:37 AM, Parrot Raiser <1parr...@gmail.com> wrote: > Any time there's a bug report based on a serious misunderstanding of > language behaviour by

[perl #130434] [LTA] X::TypeCheck.gotn returns too short messages for displaying types in NativeCall

2017-01-17 Thread Zoffix Znet via RT
On Tue, 17 Jan 2017 08:08:34 -0800, cookbook_...@yahoo.co.jp wrote: > On Tue, 17 Jan 2017 06:08:04 -0800, c...@zoffix.com wrote: > > Can you please include code that actually reproduces the problem? > > I'm very sorry. I can't remember exactly how to generate this error, I > just remember is that

[perl #130576] [CONC] .race & .hyper break [+] (1..100)

2017-01-17 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #130576] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=130576 > The presence of a hyper or race causes incorrect output in some cases. Originally found

[perl #130575] [BUG] Variables inside a try {} block used with `andthen` don't always get updated to correct values

2017-01-17 Thread via RT
# New Ticket Created by Zoffix Znet # Please include the string: [perl #130575] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=130575 > m: sub itcavuc ($c) { (try say $c) andthen 42 }; itcavuc $_ for 2, 4, 6 rakudo-moar

[perl #130572] Parenthesized `for` loop is eager, even with `lazy` keyword

2017-01-17 Thread via RT
# New Ticket Created by Sam S. # Please include the string: [perl #130572] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=130572 > ➜ say (for ^4 { .say }).WHAT; 0 1 2 3 (List) ➜ say (lazy for ^4

[perl #130553] [BUG] segfault on a use that exports a operator

2017-01-17 Thread Zoffix Znet via RT
One more data point: reversing the load order prevents the segfault (that is, doing use A; use B; instead of use B; use A)

[perl #130434] [LTA] X::TypeCheck.gotn returns too short messages for displaying types in NativeCall

2017-01-17 Thread Zoffix Znet via RT
Can you please include code that actually reproduces the problem?