[perl #130554] [BUG] Range operator ^..^ fails to exclude endpoints if they're non-alphanumeric characters

2017-01-14 Thread via RT
# New Ticket Created by Sam S. # Please include the string: [perl #130554] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=130554 > The range operator lets us generate a range of characters in codepoint order: say list 'a'

Re: [perl #130542] AutoReply: \c[BELL] returns the U+0007 control code not U+1F514 BELL

2017-01-14 Thread Joachim Durchholz
BELL now resolves to 🔔 U+1F514 on MoarVM, but this is still broken on the JVM What causes this kind of difference?

[perl #130556] [JVM] Method combinations broken after commit bcc113cfb0

2017-01-14 Thread via RT
# New Ticket Created by Christian Bartolomaeus # Please include the string: [perl #130556] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=130556 > With Rakudo commit bcc113cfb0 (Migrate combinations(n,k) logic to Iterator.Comb

Re: [perl #130542] AutoReply: \c[BELL] returns the U+0007 control code not U+1F514 BELL

2017-01-14 Thread Samantha McVey
On Saturday, 14 January 2017 02.06.57 PST you wrote: > > BELL now resolves to 🔔 U+1F514 on MoarVM, but this is still broken on the > > JVM > > What causes this kind of difference? > > > U+0007's Unicode 1 name was BELL, and with version 2 the name was removed. Unicode 1 names are essentiall

Re: [perl #130556] [JVM] Method combinations broken after commit bcc113cfb0

2017-01-14 Thread Elizabeth Mattijsen
Hopefully fixed in 00c3551c86 . Cannot check because building JVM backend fails on MacOS. > On 14 Jan 2017, at 11:24, Christian Bartolomaeus (via RT) > wrote: > > # New Ticket Created by Christian Bartolomaeus > # Please include the string: [perl #130556] > # in the subject line of all fu

Re: [perl #130556] [JVM] Method combinations broken after commit bcc113cfb0

2017-01-14 Thread Elizabeth Mattijsen
Hopefully fixed in 00c3551c86 . Cannot check because building JVM backend fails on MacOS. > On 14 Jan 2017, at 11:24, Christian Bartolomaeus (via RT) > wrote: > > # New Ticket Created by Christian Bartolomaeus > # Please include the string: [perl #130556] > # in the subject line of all fut

Re: [perl #130542] AutoReply: \c[BELL] returns the U+0007 control code not U+1F514 BELL

2017-01-14 Thread Joachim Durchholz
Am 14.01.2017 um 11:29 schrieb Samantha McVey: See here for the commit that added some Alias Names to JVM: https://github.com/perl6/nqp/commit/0c249e7236a63325e6440df55a762a4378e6e63a Hopefully I have explained this well enough. I kinda expected this to be implemented in NQP and hence be iden

[perl #130556] [JVM] Method combinations broken after commit bcc113cfb0

2017-01-14 Thread Christian Bartolomaeus via RT
On Sat, 14 Jan 2017 03:06:52 -0800, elizabeth wrote: > Hopefully fixed in 00c3551c86 . Cannot check because building JVM > backend fails on MacOS. As discussed on #perl6-dev [1] this didn't fix the issue, unfortunately. I think, I've found the underlying reason for the breakage. This is a golf o

Re: panda install error

2017-01-14 Thread Andy Bach
On Fri, Jan 13, 2017 at 7:28 PM, ToddAndMargo wrote: > # Failed test 'Get file stor.txt success' > # at t/05-put-get.t line 11 > > # Failed test 'Put file some.txt success' > # at t/05-put-get.t line 12 > # Looks like you failed 2 tests of 2 > get/put test might be ftp connection failures, thoug

Fedora and Modules

2017-01-14 Thread ToddAndMargo
Hi All, Fedora's Rakudo Star now comes without the modules or panda. https://bugzilla.redhat.com/show_bug.cgi?id=1410159 They were removed as of v7. Makes Perl 6 pretty useless. Tears, -T -- ~~ Computers are like air conditioners. They malfunction when you

Re: Any trick to installing a module in Windows?

2017-01-14 Thread ToddAndMargo
On 01/13/2017 08:15 PM, Brandon Allbery wrote: On Fri, Jan 13, 2017 at 10:51 PM, ToddAndMargo wrote: What ports are panda using other than git?

Re: Any trick to installing a module in Windows?

2017-01-14 Thread Brandon Allbery
On Sat, Jan 14, 2017 at 10:10 PM, ToddAndMargo wrote: > I am confused. Why in the world would panda be executing ftp code > when it is compiling/installing a module? Who told it the name of > the FTP server? Who told it the username and password? > It's running module tests. One would expect

Re: Any trick to installing a module in Windows?

2017-01-14 Thread ToddAndMargo
On 01/13/2017 07:45 PM, ToddAndMargo wrote: Hi All, I am trying to install Net::FTP in Windows 7. Panda's install is error city. Any trick to doing this? Many thanks, -T By any chance, do I need to install a compiler first? GCC? -- ~~ Computers are li

Re: panda install error

2017-01-14 Thread ToddAndMargo
On 01/13/2017 05:28 PM, ToddAndMargo wrote: Hi All, How do I fix this? Many thanks, -T # /usr/share/perl6/site/bin/panda install Net::FTP ==> Fetching Net::FTP ==> Building Net::FTP ==> Testing Net::FTP t/01-load.t . ok t/02-login.t ok t/03-directory.t ok t/04-list.t .

Re: Any trick to installing a module in Windows?

2017-01-14 Thread ToddAndMargo
On 01/14/2017 02:31 PM, ToddAndMargo wrote: On 01/13/2017 07:45 PM, ToddAndMargo wrote: Hi All, I am trying to install Net::FTP in Windows 7. Panda's install is error city. Any trick to doing this? Many thanks, -T By any chance, do I need to install a compiler first? GCC? Follow up:

dry run?

2017-01-14 Thread ToddAndMargo
Hi All, Is there a Perl 6 equivalent of Perl 5's   Perl -c I want to check my program for errors without actually running it. Many thanks, -T What me forget my semicolons!  Never !!!  Okay, maybe every oth