Migration Guide : Migrating from Version 8.6 : Print methods added to Integer and Float in CLDT for portability
Print methods added to Integer and Float in CLDT for portability
Reason for change
Both GreaseVASTCoreApp and WbVsePortabilitySupport applications supplied the Integer>>#printPaddedWith:to:base: extension method for portability of Pharo and VSE code. This caused a loading error when both applications are loaded.
Change
The Integer>>#printPaddedWith:to:base: method is moved to CLDT. In addition, the closely related Float>>#printPaddedWith:to: and Integer>>#printPaddedWith:to: methods are moved from GreaseVASTCoreApp to CLDT. The methods are categorized as ES-Portability.
Action required
If any user applications provide the mentioned extension methods, evaluate them to see if they should be removed (implementation is the same) or renamed (implementation is different).
Last modified date: 07/02/2019