Re: [perl #127482] Compilation check says Syntax OK but program gets error

2016-02-06 Thread Brandon Allbery via RT
On Sat, Feb 6, 2016 at 8:24 PM, James E Keenan wrote: > $ perl6 attempted_printf.pl6 > Type check failed in binding $format; expected Cool but got Pair > in block at attempted_printf.pl6 line 5 > The syntax is fine. The semantics aren't, and even simpler cases than printf are NYI; printf itse

Re: [perl #127482] Compilation check says Syntax OK but program gets error

2016-02-06 Thread Brandon Allbery
On Sat, Feb 6, 2016 at 8:24 PM, James E Keenan wrote: > $ perl6 attempted_printf.pl6 > Type check failed in binding $format; expected Cool but got Pair > in block at attempted_printf.pl6 line 5 > The syntax is fine. The semantics aren't, and even simpler cases than printf are NYI; printf itse