[perl #125772] Internal error, or at least error w/o line/file numbers

2015-08-09 Thread via RT
# New Ticket Created by # Please include the string: [perl #125772] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=125772 > This code was copied from perl5's Carp module and crudely translated - read: hacksaw, blowtorch and

[perl6/specs] dfad56: mention that \x is SSA semantics

2015-08-09 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: dfad56106318368e008c7e18214b4029411218dd https://github.com/perl6/specs/commit/dfad56106318368e008c7e18214b4029411218dd Author: TimToady Date: 2015-08-06 (Thu, 06 Aug 2015) Changed paths: M S06-routi

[perl #118865]

2015-08-09 Thread bri
FWIW there are two layers to this ticket: failure on operators, and faiures within where clauses. The error is due to a failure during evaluation the where clause and does not say '$x' for the same reason this does not: $ perl6 -e 'my Int $x; my $f = $x > 0;' Invocant requires an instance of typ

[perl #107204] [BUG] LTA error message when reading something in UTF-8 mode that isn't UTF-8

2015-08-09 Thread bri
I added tests for this in S32-str/encode.t. However, I also added fudged tests because UTF-16 is not similarly awesomized to display line and column or terminator text.

[perl #120919] please remove workarounds when closing

2015-08-09 Thread bri
This is a reminder that, when this bug is fixed, there are workarounds for it to remove in src/core/IO/Local.pm and (possibly, PR still pending) in src/core/Temporal.pm In the former look for commented out lines accessig self! things and use them to replace the workaround code in those methods I

[perl #123938]

2015-08-09 Thread bri
The current error message is now: $ perl6 -e 'sub same'"'"'proto(::T, T $a, T $b) { $a.WHAT === $b.WHAT }; my &infix: = &same'"'"'proto.assuming(Int); say 42 same-in-Int "42"' Type check failed in binding $b; expected 'Int' but got 'Str' in sub same'proto at -e:1 in sub __PRIMED_ANON at EVAL

[perl #125767] [BUG] implicit $_ sometimes doesn't work in LHS of pair operator

2015-08-09 Thread via RT
# New Ticket Created by Lloyd Fournier # Please include the string: [perl #125767] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=125767 > 1.map: {.sqrt => .sqrt } #!> Method 'sqrt' not found for invocant of class 'Any' 1.ma

[perl #125771] Rakudo on OS X 10.6.8

2015-08-09 Thread via RT
# New Ticket Created by christian.aperg...@lidil.univ-mrs.fr # Please include the string: [perl #125771] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=125771 > I am trying to install Rakudo on my mac, and get plenty of strang

[perl6/specs] 826885: change orelse to topicalize to $_, not $!

2015-08-09 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: 8268851eca47aa86d3a9b767542768cdf7082996 https://github.com/perl6/specs/commit/8268851eca47aa86d3a9b767542768cdf7082996 Author: TimToady Date: 2015-08-07 (Fri, 07 Aug 2015) Changed paths: M S03-opera

[perl #120646] fixed and tests added

2015-08-09 Thread bri
This seems to be fixed now, and tests are added in S14-roles/basic.t 1..3 ok 1 - 'role RR { }; class RR { };' died ok 2 - right exception type (X::Redeclaration) ok 3 - .symbol matches RR ok 37 - did we throws-like X::Redeclaration? 1..3 ok 1 - 'role RRR { }; class RRR does

[perl6/specs] 584047: copy pasta noticed by japhb++

2015-08-09 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: 584047e29e39f2475d977ed9ec634cbbca5be1f3 https://github.com/perl6/specs/commit/584047e29e39f2475d977ed9ec634cbbca5be1f3 Author: TimToady Date: 2015-08-08 (Sat, 08 Aug 2015) Changed paths: M S04-contr

[perl6/specs] 614b6f: doc with/without

2015-08-09 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: 614b6f36e1cae4c787e378bc6ab2afa1f86de1f0 https://github.com/perl6/specs/commit/614b6f36e1cae4c787e378bc6ab2afa1f86de1f0 Author: TimToady Date: 2015-08-08 (Sat, 08 Aug 2015) Changed paths: M S04-contr

[perl6/specs] 68eb8a: Remove :T smiley from specs

2015-08-09 Thread GitHub
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: 68eb8a29be71b84489a823ef1018e137425e62aa https://github.com/perl6/specs/commit/68eb8a29be71b84489a823ef1018e137425e62aa Author: ShimmerFairy Date: 2015-08-08 (Sat, 08 Aug 2015) Changed paths: M S06-r

[perl #125771] Rakudo on OS X 10.6.8

2015-08-09 Thread Will Coleda via RT
On Sun Aug 09 00:27:54 2015, christian.aperg...@lidil.univ-mrs.fr wrote: > I am trying to install Rakudo on my mac, and get plenty of strange messages. > > After downloading and uncompressing the file, as shown on the site i use : > > perl Configure.pl --backend=moar --gen-moar > > After t

[perl #125771] Rakudo on OS X 10.6.8

2015-08-09 Thread Will Coleda via RT
On Sun Aug 09 20:04:17 2015, coke wrote: > If we're using autodie in the perl5 Configure script, that's an > implicit dependency on 5.10.1 ; the declared dep is on 5.10.0, > however. > > I'll update the scripts to make it explicit, but in the meantime, > please try the build with a newer version