Thanks for testing, Andrew
On Sun, Nov 29, 2015 at 09:16:23AM -0500, yary wrote:
> The problem is in the line that builds the format string:
> sub record-fmt( $col ) { "\%-{ [max] @sheet[*;$col].map: *.chars }s" };
i don't think so: i just replaced my &MAIN with and it seems the problem
remains
that actually didn't fix the EXPORTHOW::DECLARE problem. My test for it was
wrong.
it seems that EXPORTHOW::DECLARE needs to set a key in EXPORTHOW as well.
On Sun, Nov 29, 2015 at 4:59 PM perl6 via RT
wrote:
> Greetings,
>
> This message has been automatically generated in response to the
> cr
# New Ticket Created by Faye
# Please include the string: [perl #126765]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=126765 >
$ perl6 -Ilib -MGrammar -e 'say 42'
===SORRY!===
Failed to create directory '/usr/local/share/per
# New Ticket Created by Justin DeVuyst
# Please include the string: [perl #126764]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=126764 >
# error
[jdv@wieldy ~]$ perl6 --target=ast -e 'module m { sub infix: {} }'
| head
===S
# New Ticket Created by uruwi
# Please include the string: [perl #126758]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=126758 >
This would add a .bytes method (or similarly-named) that returns a Blob
containing the Numeric'
The problem is in the line that builds the format string:
sub record-fmt( $col ) { "\%-{ [max] @sheet[*;$col].map: *.chars }s" };
when $col eq ' ' it builds an invalid format. I don't know the proper
fix, but as a workaround does t="' '" work?
-y
On Sun Nov 29 03:54:18 2015, elizabeth wrote:
> Tests fixed, don’t think further tests are needed
Great, I'm closing this ticket as 'resolved'.
On Sun Nov 29 02:54:14 2015, pesc...@gmail.com wrote:
> On Fri Sep 04 09:13:10 2015, masak wrote:
> > m: sub foo( Str &b:(Bool --> Int) ) { say "alive" };
> > foo( sub (Bool) { 42 } )
> > rakudo-moar e6f360: OUTPUT«Type check failed in binding &b;
> > expected 'Callable[Str]' but got 'Sub' in s
# New Ticket Created by Justin DeVuyst
# Please include the string: [perl #126761]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=126761 >
#OK
[jdv@wieldy ~]$ perl6 -e 'sub infix: ($a, $b) is export { say 1 };
sub infix: ($a,
Tests fixed, don’t think further tests are needed
> On 29 Nov 2015, at 12:35, Elizabeth Mattijsen wrote:
>
> Fixed with 07181796e4e3a2547af1745d , looking at test-fallout now
>
>> On 24 Nov 2015, at 15:20, Wenzel Peppmeyer (via RT)
>> wrote:
>>
>> # New Ticket Created by Wenzel Peppmeyer
>
Fixed with 07181796e4e3a2547af1745d , looking at test-fallout now
> On 24 Nov 2015, at 15:20, Wenzel Peppmeyer (via RT)
> wrote:
>
> # New Ticket Created by Wenzel Peppmeyer
> # Please include the string: [perl #126725]
> # in the subject line of all future correspondence about this issue.
Added NYI stubs for Str.NFC/NFD/NFKC/NFKD for JVM in
289723972efae46b6a5236ee6049
> On 18 Nov 2015, at 20:46, Christian Bartolomaeus (via RT)
> wrote:
>
> # New Ticket Created by Christian Bartolomaeus
> # Please include the string: [perl #126678]
> # in the subject line of all future corre
12 matches
Mail list logo