|
Anyone for which the assert failed should have been able to cancel the debugger to avoid #'' being added and breaking things. However if #'' has slipped in, the broken class can cleaned up with something like the following - substituting your problem class for 'Morph'.
problemClass := Morph.
protocols := problemClass organization protocolOrganizer instVarNamed: 'protocols'.
protocols remove: (protocols detect: [ :p | p name = #'' ]).
|
|
|
Priority: 2 – Really Important
|
|
Status: Work Needed
|
|
Assigned to: Everyone
|
|
Milestone: Pharo3.0
|
Go to Case
|
|