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 <[email protected]> wrote: > > > 2018-04-12 12:31 GMT+02:00 Peter Uhnák <[email protected]>: >>> >>> 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 > >
