Migration Guide : Migrating from Version 7.5 : New testing and conversion CLDT API methods
New testing and conversion CLDT API methods
 
Several new methods categorized as API have been added to the VA Smalltalk Kernel application. Some of the methods are convenience methods designed to reduce the need for using the isKindOf: method (which is expensive).
 
It is possible that one or more of these methods may conflict with a similar (or identical) method provided by your code. In this case, you need to remove the method from your code.
 
asString (moved from WbKernel application)
isBlock
isCollection
 
It is very likely that additional isKindOf: replacement methods will be added in the future.
 
 
Last modified date: 07/02/2019