April 30, 2015
3:57 p.m.
On Thu, Apr 30, 2015 at 11:18 PM, Stephan Eggermont <stephan@stack.nl> wrote:
On 30/04/15 17:12, Ben Coman wrote:
Importing from VW to Pharo... VW package A extended by package B method #b in protocol 'accessing' will become Pharo package A extended by package B method #b in protocol '*B'.
then trying to synchronise from Pharo back to VW will need to somehow reconstruct #b being in protocol 'accessing'
Just add a conversion mapping class to the package
To be run manually after the package is loaded in each platform ? cheers -ben