On Mon Mar 30 01:51:23 2009, masak wrote:
> <szabgab> rakudo: my $x; $x//=42; say $x;
> <p6eval> rakudo 370dd7: OUTPUT«42␤»
> <moritz_> rakudo: my $x //= 42; say $x.perl
> <p6eval> rakudo 370dd7: OUTPUT«undef␤»
> <masak> heh.
> <masak> bug.
> <moritz_> masak: there's a job for you :-)
> * masak does his job
> 
> Expected behavior: that the above two assignments behave the same.
> More precisely, that the second one behave like the first one.

This has been fixed sometime last week, and the test un-fudged, but I
didn't spot this ticket then. Resolving.

Thanks,

Jonathan

Reply via email to