[perl #126839] Can't EVAL in a module loaded by a module

2015-12-07 Thread via RT
# New Ticket Created by Leon Timmermans # Please include the string: [perl #126839] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=126839 > Given a Bar.pm containing: EVAL '' And a Foo.pm containing use Bar; When runni

[perl #122773] Diamond relationship when using precomp modules causes packages to disappear

2015-12-07 Thread Christian Bartolomaeus via RT
The test in S10-packages/precompilation.t now passes on rakudo.JVM, also. I'm closing this ticket as 'resolved'.

[perl #126525] [JVM] (1..*).Capture.perl results in an NPE

2015-12-07 Thread Christian Bartolomaeus via RT
The test passes (again). $ perl6-j -e 'say (1..*).Capture.perl' \(:max(Inf), :min(1)) I'm closing this ticket as 'resolved'-

[perl6/specs] 5ce117: Update design doc section on Channels

2015-12-07 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: 5ce1177cc9e04eb95c7b38fa895e8a127e2b05ae https://github.com/perl6/specs/commit/5ce1177cc9e04eb95c7b38fa895e8a127e2b05ae Author: skids Date: 2015-12-06 (Sun, 06 Dec 2015) Changed paths: M S17-concurre

[perl #126836] [BUG] space in sub:name () {} needed if colon in name and has sig

2015-12-07 Thread Will Coleda via RT
On Mon Dec 07 06:18:52 2015, lloyd.fo...@gmail.com wrote: > sub foo() {} #fine > sub foo:bar {} #fine > sub foo:bar() {} #LTA error > sub foo:bar () {} # fine To be clear, here is the LTA error: > sub foo:bar() {} ===SORRY!=== Error while compiling Null operator is not allowed at :1 -- Will "C

[perl6/specs] c76134: minor word dup

2015-12-07 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: c76134b9b17f8fdd352170b17c916e7c980e52c0 https://github.com/perl6/specs/commit/c76134b9b17f8fdd352170b17c916e7c980e52c0 Author: Jonathan Scott Duff Date: 2015-12-06 (Sun, 06 Dec 2015) Changed paths:

[perl #126832] Cannot find method 'run_alt'

2015-12-07 Thread via RT
# New Ticket Created by Zoffix Znet # Please include the string: [perl #126832] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=126832 > Below is a sample failure output. This happens when I try to install with panda, yet if I

Re: [perl #126828] AutoReply: [BUG] .narrow now fails on a Complex with a zero real part.

2015-12-07 Thread thundergnat
On 12/05/2015 08:12 PM, perl6 via RT wrote: Greetings, This message has been automatically generated in response to the creation of a trouble ticket regarding: "[BUG] .narrow now fails on a Complex with a zero real part.", a summary of which appears below. There is no need to reply to t

[perl6/specs] 0391e7: Provide tau constant

2015-12-07 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: 0391e7ce8e8582cb33abf789115e673ea860d6eb https://github.com/perl6/specs/commit/0391e7ce8e8582cb33abf789115e673ea860d6eb Author: Juerd Waalboer Date: 2015-12-03 (Thu, 03 Dec 2015) Changed paths: M S32

[perl6/specs] 4c608a: Sync design docs to Supply/Supplier split

2015-12-07 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: 4c608a8a28f606afb872e50f02c64ab8206336c7 https://github.com/perl6/specs/commit/4c608a8a28f606afb872e50f02c64ab8206336c7 Author: skids Date: 2015-12-06 (Sun, 06 Dec 2015) Changed paths: M S17-concurre

[perl #126818] on "is cached" subs: getlex: outer index out of range

2015-12-07 Thread via RT
# New Ticket Created by Zoffix Znet # Please include the string: [perl #126818] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=126818 > Steps to reproduce: # $ cat > Foo.pm; unit mod

[perl #126836] [BUG] space in sub:name () {} needed if colon in name and has sig

2015-12-07 Thread via RT
# New Ticket Created by Lloyd Fournier # Please include the string: [perl #126836] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=126836 > sub foo() {} #fine sub foo:bar {} #fine sub foo:bar() {} #LTA error sub foo:bar () {} #

[perl #126835] Signature objects don't smartmatch

2015-12-07 Thread via RT
# New Ticket Created by Wenzel Peppmeyer # Please include the string: [perl #126835] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=126835 > class C{}; my $sig1 = (my method (C: Int) {}).signature; my $sig2 = (my method (C: I