# New Ticket Created by  Solomon Foster 
# Please include the string:  [perl #68298]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=68298 >


colomon: rakudo: (1..3).map({$_ => $_*$_}).perl.say
p6eval: rakudo e5a63d: OUTPUT«Use of uninitialized value␤Use of
uninitialized value␤Use of uninitialized value␤Null PMC access in
invoke()␤in Main (/tmp/xCUuiEBOsh:2)␤»

I understand that this code should not work, but it shouldn't Null PMC
access either.

On the other hand, not sure if this one should work or not:

colomon: rakudo: (1..3).map({$_ => $_*$_;}).perl.say
p6eval: rakudo e5a63d: OUTPUT«Use of uninitialized value␤Use of
uninitialized value␤Use of uninitialized value␤Null PMC access in
invoke()␤in Main (/tmp/8McBNVU08o:2)␤»

-- 
Solomon Foster: colo...@gmail.com
HarmonyWare, Inc: http://www.harmonyware.com

Reply via email to