develooper Front page | perl.perl6.compiler | Postings from August 2012

[perl #114380] qast hangs on ...

Thread Previous
From:
Wenzel Peppmeyer
Date:
August 2, 2012 08:42
Subject:
[perl #114380] qast hangs on ...
Message ID:
rt-3.6.HEAD-11172-1343922160-1362.114380-82-0@perl.org
# New Ticket Created by  Wenzel Peppmeyer 
# Please include the string:  [perl #114380]
# in the subject line of all future correspondence about this issue. 
# <URL: https://rt.perl.org:443/rt3/Ticket/Display.html?id=114380 >


... a undefined default value of a class that does a role.

role R {
         our $.r; # this is required
#       my $.r; # this would trigger the bug too
}

class C does R {
         our $.c = LolImUndefined;
}


Thread Previous


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About