Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

New Class Namespace - how do I call you now?

43 views
Skip to first unread message

F Bek

unread,
Feb 24, 2021, 1:15:16 PM2/24/21
to
Beginner's question
Dolphin Smalltalk 7.2.6

Starting with version 7.2.4, Dolphin introduced a new Class Namespace system. Currently most code written for v 7.1 still works in 7.2.6+, with the old class names unchanged. So far I've encountered only one class, namely  #'NUMBERFMTW' that insisted on becoming #'OS.NUMBERFMTW' otherwise, it would consider itself 'undeclared' (it took me a bit to stumble upon the new prefix, but eventually got it ). Except for this one, all other classes, when called from within a method, were happy to display their new and full namespaced name upon a mouse over the current name. But there is no option to click or right click to update the name. Nevermind, so I tried, for the sake of trying, to manually replace some of  the old class names with full namespaced names in one or two locations and, of course, it worked. I understand that v 7.2+  is still in transition from old to new Class Namespace and things are still in mid implementation. 

The question is: when all is done, will the old namespace be retired and the new namespace compulsory? Should all new code be ported to the new namespace? Or is back compatibility maintained?
 
Thanks for reading and possibly answering.
FB
___________________________________________

Bruno Buzzi Brassesco

unread,
Mar 17, 2021, 11:17:00 AM3/17/21
to
It will better to open an issue here:
https://github.com/dolphinsmalltalk/Dolphin/issues

regards,
bruno
0 new messages