On Sat, 09 Jan 2016 05:37:07 -0800, lucasbuchala wrote:
> The ".perl"-stringification of an itemized slip has a strange dollar
> sign in the middle:
> 
> > say slip(1,2).item.perl
> slip$(1, 2)
> 
> Lists come in itemized and non-itemized flavours; and Slips are Lists,
> but I'm not certain that the itemization concept also applies to
> slips. Either way, slip's ".perl"-stringification should not have a
> dollar sign in the middle, so removing that "$" would fix the problem.
> If it's really intended to have an itemized slip, then maybe stringify
> it as "$(slip(...))" or "slip(...).item".


Thank you for the report. This is now fixed.

Fix: https://github.com/rakudo/rakudo/commit/8eef234a5b441a
Test: https://github.com/perl6/roast/commit/7eea834e98

Reply via email to