Re: &MAIN signature to preserve @*ARGFILES ?

2015-11-29 Thread Marc Chantreux
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

Re: [perl #126759] AutoReply: [BUG] EVAL not working with custom circumfixes,terms, etc

2015-11-29 Thread Lloyd Fournier
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

[perl #126765] Use of local module attempts to create a+rwx (777) system directory

2015-11-29 Thread via RT
# 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

[perl #126764] [BUG] --target=ast generating error or warning

2015-11-29 Thread via RT
# 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

[perl #126758] [RFC] bytes method in numerical types?

2015-11-29 Thread via RT
# 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'

Re: &MAIN signature to preserve @*ARGFILES ?

2015-11-29 Thread yary
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

[perl #126725] List.print and print(List) differ

2015-11-29 Thread Christian Bartolomaeus via RT
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'.

[perl #125988] [BUG] Redeclaration of return type in nested signature insufficiently forbidden in Rakudo

2015-11-29 Thread jn...@jnthn.net via RT
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

[perl #126761] [BUG] tighter and export not working together

2015-11-29 Thread via RT
# 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,

Re: [perl #126725] List.print and print(List) differ

2015-11-29 Thread Elizabeth Mattijsen
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 >

Re: [perl #126725] List.print and print(List) differ

2015-11-29 Thread Elizabeth Mattijsen
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.

Re: [perl #126678] [JVM] Failings tests in S15-unicode-information/uniname.t: Method 'NFC' not found for invocant of class 'Str'

2015-11-29 Thread Elizabeth Mattijsen
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