FogBugz (Case [Issue]12317) Tools - Better way to let the user handle missing class when loading code

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

FogBugz (Case [Issue]12317) Tools - Better way to let the user handle missing class when loading code

Pharo Issue Tracker
FogBugz Notification
avatar
Stephane Ducasse opened Case 12317: Better way to let the user handle missing class when loading code and assigned it to Everyone:
Bug in Project:  Tools: 1. Pharo Image  •  You are subscribed to this case
importFor: requestor
(self existsBehavior)
ifFalse: [ self error: ('Cannot install method in unexistent behavior {1}' format: { behaviorName asString } ) ].

requestor ifNotNil: [
requestor contents ifNil: [
requestor contents: contents ]].

^self targetClass
compile: contents
classified: categoryName
withStamp: stamp
notifying: requestor

just raises a generic error and this is painful.
Priority Priority: 5 – Fix If Time Status Status: Work Needed
Assigned To Assigned to: Everyone Milestone Milestone: Later

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