[perl #120916] [BUG] Stubbed attributes in roles don't die at compose time like stubbed methods do in Rakudo

2015-11-26 Thread Larry Wall via RT
The purpose of stubbing is to guarantee the public interface is complete, and since the public interface of attributes is entirely via accessors, it suffices to merely stub the accessor, and leave it up to the class whether it should implement that name via an explicit method or an attribute dec

[perl #126744] [SPEC?] Add something in META6 (spec 22) to specify non native dependancy

2015-11-26 Thread via RT
# New Ticket Created by Sylvain Colinet # Please include the string: [perl #126744] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=126744 > As the title say. It could probably useful to have a syntax/keyword to specify when t

[perl #113892] "Day(1)" is ambiguous if both "enum Day" and "sub Day" are defined.

2015-11-26 Thread jn...@jnthn.net via RT
On Thu Jun 28 14:04:34 2012, sirrob...@gmail.com wrote: > From #perl6: > > 16:53 < moritz> r: module A { enum Day is export ; sub Day is > export { 'sub Day' } }; import A; say Day(0); > 16:53 <+p6eval> rakudo 39087a: OUTPUT«Mon␤» > > > In my opinion, priority should go to the sub, for what it's

[perl #115608] [BUG] Cannot call a routine using 'foo' syntax when a module 'foo' is declared in Rakudo

2015-11-26 Thread jn...@jnthn.net via RT
On Mon Nov 05 09:39:33 2012, masak wrote: > module foo; sub foo() { say "OH HAI" }; foo; foo() > In this one, foo() parses as a coercion. > jnthn: oh! > * masak adds that to the appropriate rakudobug > Anyway, it's right it doesn't call the sub. Just an LTA error I > guess...though I ain't imm

[perl #123477] Supply.done doesn't seem to terminate anything

2015-11-26 Thread jn...@jnthn.net via RT
On Mon Dec 22 06:37:08 2014, moritz wrote: > moritz> m: my $s = Supply.new; $s.tap(&say); $s.done; $s.emit('still here') > camelia> rakudo-moar 284c09: OUTPUT«still here␤» > > This is likely a bug; .done should either shut down the supply (and so > forbid future .emit calls), or at least throw ou

[perl #126739] [BUG] HyperSeq erroneously returns empty list

2015-11-26 Thread Larry Wall via RT
Dup of #126597

[perl #126742]

2015-11-26 Thread via RT
# New Ticket Created by Dave Rolsky # Please include the string: [perl #126742] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=126742 > Given this code: =begin pod =for block :item('foo') Bar =end pod dd $=pod[0]; The ou

[perl #126740] Pod::Block::Table node caption property is not populated properly

2015-11-26 Thread via RT
# New Ticket Created by Dave Rolsky # Please include the string: [perl #126740] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=126740 > Given this code: =begin pod =begin table :caption('My caption') Title| Name |

[perl #126739] [BUG] HyperSeq erroneously returns empty list

2015-11-26 Thread via RT
# New Ticket Created by Larry Wall # Please include the string: [perl #126739] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=126739 > 00:29 b2gills m: say race map -*, ^100 00:29 camelia rakudo-moar : OUTPUT«H

Re: [perl #126664] .roll on a Range of Num ain't random

2015-11-26 Thread Elizabeth Mattijsen
> On 17 Nov 2015, at 19:16, Wenzel Peppmeyer (via RT) > wrote: > > # New Ticket Created by Wenzel Peppmeyer > # Please include the string: [perl #126664] > # in the subject line of all future correspondence about this issue. > # https://rt.perl.org/Ticket/Display.html?id=126664 > > > > (0.