April 12, 2018
11:37 a.m.
2018-04-12 12:31 GMT+02:00 Peter Uhnák <i.uhnak@gmail.com>:
In future it should be completely removed (you know how RPackage is ugly
because of that). Only old text code formats will use star protocols.
So Calypso is a step to remove this "star habit" from users.
What is the correct way to generate such methods then? I use Something compile: 'method' classified: '*OtherPackage' ... but if the star convention is removed?
It should be simple package parameter like: Something compile: 'method' inPackage: #'OtherPackage' asPackage
Thanks, Peter