# New Ticket Created by Zoffix Znet
# Please include the string: [perl #131239]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=131239 >
I expected these two forms to behave the same:
m: my $ where .so && .name = sub foo
On Sun, 30 Apr 2017 17:11:08 -0700, c...@zoffix.com wrote:
> I expected these two forms to behave the same:
>
> m: my $ where .so && .name = sub foo {}
> rakudo-moar a2602b: OUTPUT: «Sub object coerced to string
> (please use .gist or .perl to do that) in block at line
> 1»
> m: my $ where
On Sun, 30 Apr 2017 17:11:08 -0700, c...@zoffix.com wrote:
> I expected these two forms to behave the same:
>
> m: my $ where .so && .name = sub foo {}
> rakudo-moar a2602b: OUTPUT: «Sub object coerced to string
> (please use .gist or .perl to do that) in block at line
> 1»
> m: my $ where
On Sun, 30 Apr 2017 18:47:16 -0700, c...@zoffix.com wrote:
> The correct way to write that would be to use `&`.
And .so on .name
On Sun, 30 Apr 2017 18:47:16 -0700, c...@zoffix.com wrote:
> The correct way to write that would be to use `&`.
And .so on .name
Looks like the mentioned have been fixed some time ago.
Added another test for leading combiners for good measure, in
https://github.com/perl6/roast/commit/1ed18b4319
Looks like the mentioned have been fixed some time ago.
Added another test for leading combiners for good measure, in
https://github.com/perl6/roast/commit/1ed18b4319
On Thu, 20 Apr 2017 11:18:11 -0700, c...@zoffix.com wrote:
> Filing this so I don't forget to fix it as part of the grant.
>
> IO::Path.perl passes named args to .IO coercer, but they're ignored:
>
> 18:16 Zoffix m: dd ".".IO.WHAT.new(".",
> :SPEC(IO::Spec::Win32)).perl.EVAL.perl
> 18:16 cam
On Thu, 20 Apr 2017 11:18:11 -0700, c...@zoffix.com wrote:
> Filing this so I don't forget to fix it as part of the grant.
>
> IO::Path.perl passes named args to .IO coercer, but they're ignored:
>
> 18:16 Zoffix m: dd ".".IO.WHAT.new(".",
> :SPEC(IO::Spec::Win32)).perl.EVAL.perl
> 18:16 cam