[perl #123116] [BUG] Weird error for code parameters with subsignatures in Rakudo

2017-12-11 Thread Zoffix Znet via RT
On Mon, 11 Dec 2017 20:30:18 -0800, c...@zoffix.com wrote: > The form with space wasn't implemented. > > It is now: https://github.com/rakudo/rakudo/commit/c0f99a393b Never mind. Decided to revert that form ( https://github.com/rakudo/rakudo/commit/2f955d55e3 ) The `:()` form is actually a

[perl #123116] [BUG] Weird error for code parameters with subsignatures in Rakudo

2017-12-11 Thread Zoffix Znet via RT
On Mon, 11 Dec 2017 20:30:18 -0800, c...@zoffix.com wrote: > The form with space wasn't implemented. > > It is now: https://github.com/rakudo/rakudo/commit/c0f99a393b Never mind. Decided to revert that form ( https://github.com/rakudo/rakudo/commit/2f955d55e3 ) The `:()` form is actually a

[perl #123116] [BUG] Weird error for code parameters with subsignatures in Rakudo

2017-12-11 Thread Zoffix Znet via RT
On Sat, 02 Dec 2017 05:19:45 -0800, alex.jakime...@gmail.com wrote: > Yeah. It was resolved here I think: (2014-12-08) > https://github.com/rakudo/rakudo/commit/fbc87d2a6bbfc4899b0740119ac8696cc27f1f59 > > 「testneeded」 > > On 2014-12-09 04:54:08, r...@hoelz.ro wrote: > > On Sun Dec 07 07:41:52

[perl #123116] [BUG] Weird error for code parameters with subsignatures in Rakudo

2017-12-11 Thread Zoffix Znet via RT
On Sat, 02 Dec 2017 05:19:45 -0800, alex.jakime...@gmail.com wrote: > Yeah. It was resolved here I think: (2014-12-08) > https://github.com/rakudo/rakudo/commit/fbc87d2a6bbfc4899b0740119ac8696cc27f1f59 > > 「testneeded」 > > On 2014-12-09 04:54:08, r...@hoelz.ro wrote: > > On Sun Dec 07 07:41:52

[perl #123116] [BUG] Weird error for code parameters with subsignatures in Rakudo

2017-12-02 Thread Aleks-Daniel Jakimenko-Aleksejev via RT
Yeah. It was resolved here I think: (2014-12-08) https://github.com/rakudo/rakudo/commit/fbc87d2a6bbfc4899b0740119ac8696cc27f1f59 「testneeded」 On 2014-12-09 04:54:08, r...@hoelz.ro wrote: > On Sun Dec 07 07:41:52 2014, masak wrote: > > masak (>): > > > I am not 100% sure the ` (Dog --> Bool)`

[perl #123116] [BUG] Weird error for code parameters with subsignatures in Rakudo

2014-12-07 Thread Carl Mäsak via RT
masak (): I am not 100% sure the `block (Dog -- Bool)` form should work, or is by spec. The `block:(Dog -- Bool)` form comes from S06:1675. TimToady at one point we required a : because of the ambiguity with sublists of parameters, but we already have a whitespace dep with @foo[3,3] vs @foo

[perl #123116] [BUG] Weird error for code parameters with subsignatures in Rakudo

2014-11-03 Thread Carl Mäsak
# New Ticket Created by Carl Mäsak # Please include the string: [perl #123116] # in the subject line of all future correspondence about this issue. # URL: https://rt.perl.org/Ticket/Display.html?id=123116 masak m: class Dog {}; sub foo(block (Dog -- Bool)) { say OH HAI }; foo(sub (Dog $x) {