[perl #127022] [BUG] Can't find infix < in the middle of nowhere (a given)

2015-12-30 Thread Larry Wall via RT
Dup of #127013, see fix there.

[perl #127069] [BUG] Simple loop dies

2015-12-30 Thread Larry Wall via RT
Dup of #127013. Tests for this particular ticket in a8bbde8fa06d5d55bc6d5879a0c84a669d7f0481

[perl #127013] [BUG] 'while' only returns list from routine with explicit return

2015-12-30 Thread Larry Wall via RT
Fix in 386905f6f62f9fa3525c887a8a86fa48b22b4b35 and 37e742f0bb6f36f1a9d9a5f947c5c0de15d236c2 Test in ba521fa8101f3114c87ec1a295707cb68b5b

c99 hexadecimal floating point support?

2015-12-30 Thread Dan Kogai
Forks, Happy holidays with v6.c https://perl6advent.wordpress.com/2015/12/25/christmas-is-here/ I am blushed to find my name is in the list, both in English and 漢字. I am only beginning to unwrap the present and have fun. Anyway, is there a plan to support hexadecimal floating point support? %

[perl #127101] Promise.allof() with empty argument is never kept

2015-12-30 Thread via RT
# New Ticket Created by Sam S. # Please include the string: [perl #127101] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=127101 > This hangs indefinitely: my @promises; await Promise.allof(@promises); Expected behav

Re: [perl #127086] Calling subroutines from CORE fails in BEGIN blocks in loaded modules

2015-12-30 Thread Lloyd Fournier
I have had this happen too. I think it's actually doing anything that writes to stdout during compile time rather than calling CORE but I could be wrong. On Thu, 31 Dec 2015 at 1:26 AM, Rob Hoelz wrote: > # New Ticket Created by Rob Hoelz > # Please include the string: [perl #127086] > # in the

Re: [perl #127099] hyper messes up order of the results (i.e. @result !~~ @result.sort)

2015-12-30 Thread Timo Paulssen
I've got a fix in the hyper_tracks_sequence_numbers branch on github, but as the commit message of the first commit on that branch says, the codes wants to be rewritten or at least cleaned up a good bit.

[perl #127100] LTA error message when specifying return type before parameters ( --> Bool, Int $x, Int $y )

2015-12-30 Thread via RT
# New Ticket Created by Alex Jakimenko # Please include the string: [perl #127100] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=127100 > Code: sub foo (--> Bool Int $x, Int $y) { True } Result: ===SORRY!=== Error while comp

Bug or PEBCAK?

2015-12-30 Thread Parrot Raiser
I've been out of the loop for a while. Attempted to install Rakudo* 2015 11 on Mageia 5. (Kernel is 4.1.13-server-2.mga5.) Aborted with the following: Welcome to MoarVM! Configuring native build environment ... JIT isn't supported on i386-linux-thread-multi yet. OK probing wh

[perl #127099] hyper messes up order of the results (i.e. @result !~~ @result.sort)

2015-12-30 Thread via RT
# New Ticket Created by Alex Jakimenko # Please include the string: [perl #127099] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=127099 > Code: my @result = ^1000 .hyper.map: * + 10; say @result ~~ @result.sort Result: False

[perl #127097] Error message for calling $.attr in BUILD could be improved

2015-12-30 Thread via RT
# New Ticket Created by Dave Rolsky # Please include the string: [perl #127097] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=127097 > Right now this gives something like "Virtual call $.attr may not be used on partially con

[perl #127096] LTA error message when doing weird base conversions ( :5<1.I> )

2015-12-30 Thread via RT
# New Ticket Created by Alex Jakimenko # Please include the string: [perl #127096] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=127096 > Code: say :5<1.I> Result: ===SORRY!=== Error while compiling -e Couldn't process entir

Re: [perl #127091] Newline Before Commas Results in 'Bogus Statement' Error

2015-12-30 Thread Timo Paulssen
Isn't this just about "a line ending in } gets a ; for free"?

Re: [perl #127092] .lines on IO::Path or IO::Handle chomps one too many newlines

2015-12-30 Thread Elizabeth Mattijsen
> On 30 Dec 2015, at 17:48, Sam S. (via RT) > wrote: > > # New Ticket Created by Sam S. > # Please include the string: [perl #127092] > # in the subject line of all future correspondence about this issue. > # https://rt.perl.org/Ticket/Display.html?id=127092 > > > > When called on a string

[perl #127092] .lines on IO::Path or IO::Handle chomps one too many newlines

2015-12-30 Thread via RT
# New Ticket Created by Sam S. # Please include the string: [perl #127092] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=127092 > When called on a string, the .lines method ignores/chomps only *one* trailing newline, and tre

[perl #127091] Newline Before Commas Results in 'Bogus Statement' Error

2015-12-30 Thread via RT
# New Ticket Created by Zoffix Znet # Please include the string: [perl #127091] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=127091 > In the output below, you can see that inserting a new line before the comma results in an

[perl #127089] is native(&sub) has an LTA error if sub calls a routine from CORE in a module

2015-12-30 Thread via RT
# New Ticket Created by Rob Hoelz # Please include the string: [perl #127089] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=127089 > See attached files. When you run test.pl, you get the following error: > Cannot invoke thi

[perl #127086] Calling subroutines from CORE fails in BEGIN blocks in loaded modules

2015-12-30 Thread via RT
# New Ticket Created by Rob Hoelz # Please include the string: [perl #127086] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=127086 > For example, in test.pl: > use TestModule; in TestModule.pm: > BEGIN say 'hi'; If we run

[perl #127085] the pod parser returns "0" on negated config options

2015-12-30 Thread via RT
# New Ticket Created by Wenzel Peppmeyer # Please include the string: [perl #127085] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=127085 > =begin pod =config head1 :!numbered =end pod # Pod::Config.new(type => "head1", conf

Re: lack of info in error message

2015-12-30 Thread mt1957
On 12/30/2015 10:43 AM, Elizabeth Mattijsen wrote: On 30 Dec 2015, at 09:48, mt1957 wrote: I get the following error; perl6 t/070-run-command.t ===SORRY!=== P6M Merging GLOBAL symbols failed: duplicate definition of symbol C-MD5-SIZE Searching for the symbol gave me exactly one location wher

Re: lack of info in error message

2015-12-30 Thread Elizabeth Mattijsen
> On 30 Dec 2015, at 09:48, mt1957 wrote: > > > I get the following error; > > perl6 t/070-run-command.t > ===SORRY!=== > P6M Merging GLOBAL symbols failed: duplicate definition of symbol C-MD5-SIZE > > Searching for the symbol gave me exactly one location where it was defined. > So the error

lack of info in error message

2015-12-30 Thread mt1957
I get the following error; perl6 t/070-run-command.t ===SORRY!=== P6M Merging GLOBAL symbols failed: duplicate definition of symbol C-MD5-SIZE Searching for the symbol gave me exactly one location where it was defined. So the error should be more explicit in where it was first found and where