# 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
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
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
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.
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
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
# 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
# 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
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
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
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
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
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
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
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
15 matches
Mail list logo