I solved it adding a few mock classes/methods, plus a bunch of regular expressions to convert Dolphin chunk to Pharo chunk.
Dolphin uses methodsFor! and sets method category as a "do-it", while Pharo defines the category and the stamp in methodsFor:stamp:! It isn't super pretty, but got the job done. (I was able to file-in a lot of code I did years ago saving me from reinventing the wheel). Regards! Esteban A. Maringolo 2014-08-18 7:56 GMT-03:00 stepharo <steph...@free.fr>: > Hi esteban > > let us know if we can help (if we are rather busy). > > Stef > > > On 16/8/14 23:39, Esteban A. Maringolo wrote: >> >> Hi, >> >> Does anybody know if there is a tool/package or something to import >> Dolphin's chunked fileouts into Pharo? >> >> The chunk format is different, as well as some methods not present in >> Pharo classes (like #owningPackage:/#guid: among others). >> >> If nothing exists, then I'll have to make it somehow. >> >> Regards! >> >> Esteban A. Maringolo >> >> > >