April 12, 2018
11:45 a.m.
Ok let us move away. Now I would like to know all the old ways and clean them. Stef On Thu, Apr 12, 2018 at 1:37 PM, Denis Kudriashov <dionisiydk@gmail.com> wrote:
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