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 Stephan