[perl #128667] Enum value matching type name obliterates said name for that type.

2016-07-18 Thread via RT
# New Ticket Created by Faye # Please include the string: [perl #128667] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=128667 > $ perl6 -e 'say Int.WHAT; enum A ; say Int.WHAT' (Int) (A) Note that the original type is still

Re: package build problem

2016-07-18 Thread Gerd Pokorra
Hello, could you make it perfekt? For building the package I have do disable the check of the BUILDROOT in the spec file: QA_SKIP_BUILD_ROOT=1 export QA_SKIP_BUILD_ROOT Otherwise I get the following error message: chmod -- 755

Re: package build problem

2016-07-18 Thread Gerd Pokorra
Hello, sorry for the issue. By really using 2016.07.1 in place of 2016.07 it works fine. --Gerd Am Dienstag, den 19.07.2016, 00:51 +0200 schrieb Gerd Pokorra: > Hello, > > was already someone successful to build a package (rpm) with the new > rakudo 2016.07.1 release? > > I built and

package build problem

2016-07-18 Thread Gerd Pokorra
Hello, was already someone successful to build a package (rpm) with the new rakudo 2016.07.1 release? I built and installed system packages for moarvm and nqp (--prefix=/usr). By building the rakudo package on top of it I have the following problem with the new perl6 install-core-dist.pl

Re: [perl #128655] Mixup in candidates through optimizer

2016-07-18 Thread Will Coleda
Please reply to all on tickets, so that comments also end up back in RT as well. (I linked the tickets based on your comment here.) On Mon, Jul 18, 2016 at 4:10 AM, mt1957 wrote: > Hi Elizabeth, > > Need to mention that there was a ticket #128624 created 'Buf initialization >

[perl #128664] rakudo.org - icon image hardlinked to other site

2016-07-18 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #128664] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=128664 > The rakudo logo on each page is linked to:

Announce: Rakudo Perl 6 compiler, Release 2016.07.1

2016-07-18 Thread zoffix
On behalf of the Rakudo development team, I'm announcing an out-of-schedule release of the Rakudo Perl 6 compiler. Rakudo is an implementation of Perl 6 on the Moar Virtual Machine[^1]. This release is a point release in addition to the regular, monthly releases. Rakudo 2016.07 (note: no .1)

Re: [perl #128632] [BUG] get freezes terminal on x64 Windows implementation

2016-07-18 Thread Josh Helzer
What is the more recent version for Windows that I missed? On 07/18/2016 08:21 AM, Zoffix Znet via RT wrote: Thanks for the report. Based on your description, it seems like the issue has already been resolved in more recent releases. Would you, please, describe what needs to be done in order

[perl #128662] [@LARRY] samecase("") ok, samemark("") fails

2016-07-18 Thread via RT
# New Ticket Created by Elizabeth Mattijsen # Please include the string: [perl #128662] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=128662 > $ 6 'say "foo".samecase("")' foo $ 6 'say "foo".samemark("")' Must have at least

[perl #128661] [BUG] Inconsistent behavior of state variables across backends

2016-07-18 Thread via RT
# New Ticket Created by Pepe Schwarz # Please include the string: [perl #128661] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=128661 > JVM and MoarVM behave differently with regards to state variables, as in the following

Re: [perl #128655] Mixup in candidates through optimizer

2016-07-18 Thread mt1957
Hi Elizabeth, Need to mention that there was a ticket #128624 created 'Buf initialization error'. Regards, Marcel Timmerman