[Pharo-project] Debugger problem with pragmas
June 8, 2009
8:42 a.m.
I don't know if it's only me, but I sometimes can't open the debugger... I've got a problem with this code (eem): MethodProperties>>analogousCodeTo: aMethodProperties pragmas ifNil: [aMethodProperties pragmas notEmpty ifTrue: [^false]] ifNotNil: [aMethodProperties pragmas empty ifTrue: [^false]. snip... What is this #empty message? Shouldn't it be isEmpty or ifEmpty: [] ? If I correct it, I have further problems because #analogousCodeTo: is not implemented in Pragma Nicolas
6262
Age (days ago)
6262
Last active (days ago)
0 comments
1 participants
participants (1)
-
Nicolas Cellier