I didn't know what order to load them into VW7.4
so I loaded the
biggest
first (Magritte-Model)
and it loaded without even a single complaint. I then proceeded to
load
the "Magritte-Seaside"
file and then the last "Tests" file -- all without any complaints.
Now
however, I'm not sure
what I can do to test this thing out.. Any ideas? I've saved my image
so I can screw it up if
needed without harming any of my other work..
Hi Rick,
sounds great. The order should be:
1. Magritte-Model-vw5.st
2. Magritte-Tests-vw5.st (tests/depends on model)
3. Magritte-Seaside-vw5.st (depends on model)
The last package of course also depends on Seaside, that comes with a
bunch of Squeak compatibility methods that might help for the other
packages as well.
One problem I know is the missing #initialize in Object. So what you
certainly need to do is to add to all classes in Squeak that directly
inherit from Object.
MyObj class>>new
^ super new initialize
MyObj>>initialize
I would suggest that you directly do this in Squeak, so that further
porting becomes easier. I don't know what other problems to expect.
Running the tests should certainly show the most ;-)
Cheers,
Lukas
--
Lukas Renggli
http://www.lukas-renggli.ch