[perl6/specs] 340c68: Change @*INC to @?INC , which was missed in commit...

2016-06-22 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: 340c686f87e1597627507d8fd6fddd699f82c2e7 https://github.com/perl6/specs/commit/340c686f87e1597627507d8fd6fddd699f82c2e7 Author: Bruce Gray Date: 2016-06-22 (Wed, 22 Jun 2016) Changed paths: M S28-spe

Re: [perl #128462] [BUG] Unspace after a sigil-less term causes parser error

2016-06-22 Thread Elizabeth Mattijsen
> On 22 Jun 2016, at 15:46, Sam S. (via RT) > wrote: > > # New Ticket Created by Sam S. > # Please include the string: [perl #128462] > # in the subject line of all future correspondence about this issue. > # https://rt.perl.org/Ticket/Display.html?id=128462 > > > >my \term = 42; >

Re: [perl #128462] [BUG] Unspace after a sigil-less term causes parser error

2016-06-22 Thread Elizabeth Mattijsen
> On 22 Jun 2016, at 15:46, Sam S. (via RT) > wrote: > > # New Ticket Created by Sam S. > # Please include the string: [perl #128462] > # in the subject line of all future correspondence about this issue. > # https://rt.perl.org/Ticket/Display.html?id=128462 > > > >my \term = 42; >

[perl #128462] [BUG] Unspace after a sigil-less term causes parser error

2016-06-22 Thread via RT
# New Ticket Created by Sam S. # Please include the string: [perl #128462] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=128462 > my \term = 42; say term.Str;# Works fine say term\ .Str; # Error: "Variable '&

Re: problem installing GTK::Simple

2016-06-22 Thread Timo Paulssen
On 06/22/2016 06:33 PM, Theo van den Heuvel wrote: > Thanks Timo, > > this brings be further, but not quite out of the woods. I now get the > following (Windows 10): > > > # Failed test at t/01-sanity.t line 10 > # Dynamic variable @*INC not found > > with the ensuing failures. > > Any ideas? > > t

[perl #128461] [LTA] EXPORT sub errors do not show line number

2016-06-22 Thread via RT
# New Ticket Created by Zoffix Znet # Please include the string: [perl #128461] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=128461 > In the examples below, no location of the error is printed. The bigger the app, the harde

Re: problem installing GTK::Simple

2016-06-22 Thread Theo van den Heuvel
Thanks Timo, this brings be further, but not quite out of the woods. I now get the following (Windows 10): # Failed test at t/01-sanity.t line 10 # Dynamic variable @*INC not found with the ensuing failures. Any ideas? thanks, Theo Timo Paulssen schreef op 2016-06-22 18:01: I just commit

Re: problem installing GTK::Simple

2016-06-22 Thread Timo Paulssen
I just committed a fix to GTK::Simple's Build.pm. It was using the Z metaop to iterate over download URLs and the hashsums it was expecting, but it forgot to flatten the list before taking 2-at-a-time, so it was getting a URL with a space in it (followed by the hash) as the download URL. It sh

[perl #128458] is traits don't work with parameterized types

2016-06-22 Thread via RT
# New Ticket Created by Lloyd Fournier # Please include the string: [perl #128458] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=128458 > my @a is Array[Int]; # Can't use unknown trait 'is ' in a variable declaration. class F

[perl #128457] [BUG][PRECOMP] Combination of Perl 6 and Perl 6 modules in a class fails

2016-06-22 Thread via RT
# New Ticket Created by Zoffix Znet # Please include the string: [perl #128457] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=128457 > If a Perl 6 module and a Perl 5 module are used in the same class, using that class fails

Follow up - Re: problem installing GTK::Simple

2016-06-22 Thread Richard Hainsworth
I just tried re-installing GTK::Simple on Ubuntu 16.04 (not 14.04, but I don't see why a less recent Ubuntu would make a difference). $ panda --force install GTK::Simple ==> Fetching GTK::Simple ==> Building GTK::Simple Found system gtk library. ==> Testing GTK::Simple t/01-sanity.t .. ok All te

Re: problem installing GTK::Simple

2016-06-22 Thread Richard Hainsworth
The problem is very recent. I noticed this morning on the perl6 modules page, the module is failing. It appears to be something in TextView (line 18 of GTK::Simple) Shouldn't be long to fix, if only by reverting recent commits. On Wednesday, June 22, 2016 10:16 AM, Theo van den Heuvel wrote:

problem installing GTK::Simple

2016-06-22 Thread Theo van den Heuvel
Hi all, I am trying to install GTK::Simple using panda. On Windows10 installation fails and the log contains the line: Could not parse URI: http://gtk-dlls.p6c.org/libatk-1.0-0.dll 1FF7464EDA0C7EC9B87D23A075F7486C13D74C02A3B5D83A267AD091424185D9 This is Rakudo version 2016.04 built on MoarV