Re: Monticello (was: Re: .st file naming)
Holger Hans Peter Freyther <[email protected]>
| Newsgroups | gmane.comp.lang.smalltalk.gnu.general |
|---|---|
| Message-ID | <[email protected]> |
On Tue, Apr 07, 2015 at 05:16:28PM +0100, Jan Vrany wrote: > I ported Monticello once to Smalltalk/X > ( http://cvs.smalltalk-x.de/stx/goodies/monticello/ ) > This one is fully functional and I used it successfully when > importing/exporting code from/for Squeak / Pharo guys. > I did it by pair-programming with Dale who ported it to > GemStone/S, so he already knew all it's dark corners and > peculiarities. Ah, maybe we can do the same for GNU/Smalltalk? > In St/X an error is thrown when a trait is encountered. Okay, so you need to fix it in Pharo before you can import it? > What sorts of conflicts? The trait, subclassing something that doesn't exist, etc. I know Gemstone/S doesn't have it but what I generally want. * Load original code * Fix subclasses/inheritance while loading * Take a snapshot * Attempt to get tests working.. * Make release... preferable everything from within a graphical environment.