FogBugz (Case [Issue]12316) Nautilus - Protocol created with name as empty string

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

FogBugz (Case [Issue]12316) Nautilus - Protocol created with name as empty string

Pharo Issue Tracker
FogBugz Notification
avatar
Bug in Project:  Nautilus: 1. Pharo Image  •  You are subscribed to this case
Anyone for which the assert failed should have been able to avoid this problem simply by cancelling the debugger.   However if #'' slipped in, this can cleaned up with something like the following - substituting your problem class for 'Morph' here.

problemClass := Morph.
protocols := problemClass organization protocolOrganizer instVarNamed: 'protocols'.
protocols remove: (protocols detect: [ :p | p name = #'' ]).
Priority Priority: 2 – Really Important Status Status: Work Needed
Assigned To Assigned to: Everyone Milestone Milestone: Pharo3.0

Go to Case
No longer need updates? Unsubscribe from this case.

Don't want FogBugz notifications anymore? Update your preferences.

FogBugz

_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker