Updates:
Status: Closed
Labels: Unresolvable
Comment #4 on issue 3298 by
[hidden email]: [Kernel Dependencies]
Object >> #cannotReturn
http://code.google.com/p/pharo/issues/detail?id=3298The solution is probably in the kernel to have
cannotReturn: result
closureOrNil notNil ifTrue:
[^self cannotReturn: result to: self home sender].
then when toolset is loaded to have
cannotReturn: result
closureOrNil notNil ifTrue:
[^self cannotReturn: result to: self home sender].
ToolSet
debugContext: thisContext
label: 'computation has been terminated'
contents: nil