Symbol>>#value: added to the Kernel application
We added the #value: method in the Symbol class as part of the CLDT sub application of the Kernel application.
Reason for change
Symbol>>#value: was a common extension in other libraries, and when both libraries are loaded in the same image, there is a conflict due to the overridden definition. Since this is a common and useful extension, we decided to move it to Kernel to avoid such conflicts.
Action required
If your application also define the same extension, you should remove it to avoid overriding the Kernel definition.
Last modified date: 02/21/2025