#185: thawed subs with :vtable don't register properly for existing classes
----------------------+-----------------------------------------------------
 Reporter:  jhorwitz  |       Owner:  jhorwitz
     Type:  bug       |      Status:  assigned
 Priority:  normal    |   Milestone:          
Component:  core      |     Version:          
 Severity:  medium    |    Keywords:          
     Lang:            |       Patch:          
 Platform:            |  
----------------------+-----------------------------------------------------

Comment(by allison):

 Looks like you've got your nesting wrong on line 100 of
 src/pmc/namespace.pmc. Should be:

    if {
        if {
        }
        else {
        }
    }

 Otherwise, thumbs up.

-- 
Ticket URL: <https://trac.parrot.org/parrot/ticket/185#comment:3>
Parrot <https://trac.parrot.org/parrot/>
Parrot Development
_______________________________________________
parrot-tickets mailing list
[email protected]
http://lists.parrot.org/mailman/listinfo/parrot-tickets

Reply via email to