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 Si
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 Si
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 20
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 20
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 `&block (Dog --> Bool
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.
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
[$x
# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #123116]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=123116 >
m: class Dog {}; sub foo(&block (Dog --> Bool)) { say "OH HAI"
}; foo(sub (Dog $x) { $x