This was fixed in MoarVM today (cmp.
http://irclog.perlgeek.de/perl6/2014-10-02#i_9446636 and
http://irclog.perlgeek.de/perl6/2014-10-02#i_9447562).
On 10/2/2014 16:03, Elizabeth Mattijsen wrote:
On 01 Oct 2014, at 07:48, Father Chrysostomos wrote:
Does ‘state’ govern ‘:=’ the way it governs ‘=’? In other words, just as this:
state $x = 1;
only assigns to $x once (per closure), does the same apply to this?
state $x := $y;
I can
On 01 Oct 2014, at 07:48, Father Chrysostomos wrote:
> Does ‘state’ govern ‘:=’ the way it governs ‘=’? In other words, just as
> this:
>
>state $x = 1;
>
> only assigns to $x once (per closure), does the same apply to this?
>
>state $x := $y;
>
> I can’t find anything in the specs t
Added tests in roast/S03-operators/set.t, marking ticket resolved.
Pm
Branch: refs/heads/master
Home: https://github.com/perl6/specs
Commit: aadf0589905c9d76488fd81f738201d12f6d9eeb
https://github.com/perl6/specs/commit/aadf0589905c9d76488fd81f738201d12f6d9eeb
Author: Elizabeth Mattijsen
Date: 2014-10-01 (Wed, 01 Oct 2014)
Changed paths:
Branch: refs/heads/master
Home: https://github.com/perl6/specs
Commit: b89831bcc08db79b28a430a5a5f334a286ff735e
https://github.com/perl6/specs/commit/b89831bcc08db79b28a430a5a5f334a286ff735e
Author: L. Grondin
Date: 2014-10-01 (Wed, 01 Oct 2014)
Changed paths:
M S32-set
what is your panda --installed list?
# New Ticket Created by Sami Boukortt
# Please include the string: [perl #122879]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=122879 >
The REPL of Rakudo 2014.09 on Parrot doesn't show the prompt anymore, and if
it is give
Branch: refs/heads/master
Home: https://github.com/perl6/specs
Commit: e83a759a09acf8838cefd5b4b0e7a421fa1414e7
https://github.com/perl6/specs/commit/e83a759a09acf8838cefd5b4b0e7a421fa1414e7
Author: Elizabeth Mattijsen
Date: 2014-10-01 (Wed, 01 Oct 2014)
Changed paths:
Branch: refs/heads/master
Home: https://github.com/perl6/specs
Commit: 66edfbe68aef73cf34482e8f8a7508f51c3de087
https://github.com/perl6/specs/commit/66edfbe68aef73cf34482e8f8a7508f51c3de087
Author: L. Grondin
Date: 2014-10-01 (Wed, 01 Oct 2014)
Changed paths:
M S32-set
Branch: refs/heads/master
Home: https://github.com/perl6/specs
Commit: f11c62c8168ff39d40c355c98f4d4c69a33a3c92
https://github.com/perl6/specs/commit/f11c62c8168ff39d40c355c98f4d4c69a33a3c92
Author: Elizabeth Mattijsen
Date: 2014-10-01 (Wed, 01 Oct 2014)
Changed paths:
Does ‘state’ govern ‘:=’ the way it governs ‘=’? In other words, just as this:
state $x = 1;
only assigns to $x once (per closure), does the same apply to this?
state $x := $y;
I can’t find anything in the specs that implies that it does.
The reason I ask is that I am currently implem
$ 6 'say (^) (^) '
set(b)
#122882 can be marked as TEST NEEDED :-)
Marked as testneeded.
The error message now hopefully is adequat:
> my $x=31; say :8($x)
You have confused the number 31 with the textual representation "31";
if you wanted to render the number in the given base, use $number.base($radix)
in block at :1
There is a test for the correct exception type (X::Numeric::Con
masak (>):
> m: macro postfix:($o) { quasi { die "Null check failed for
> ", $o.Str unless defined {{{$o}}}; {{{$o}}} } }; say 42!!; my
> $cookies; my $food = $cookies!!
> 16:18 <+camelia> rakudo-moar 51ddd5: OUTPUT«42Null check failed for 
> in any [...]»
> so close.
> * masak submits rakudob
15 matches
Mail list logo