3.0 merge status (observations and a code variant)
Lukas Renggli
renggli at gmail.com
Sun Jan 10 02:26:23 MET 2010
> There are also many places where OmniBrowser is broken or where classes in O2 have instances being sent messages by OB - I have not even bothered debuggin those as they do not generally impede finding what is needed to get a base image (Squeak 3.10) or Pharo RC-1 (pharo1.0-10502-rc1web09.12.2) to run Seaside 3.0 on Win XP SP3
O2 has overrides in OB code. You cannot load both into one image.
> Here is my last list of classes where I comment out the class-side initialize until I have all nec loaded, then uncomment all of those and let fire
This is more a Seaside related comment, but I use the following
script. It works out of the box for me:
[ Gofer new
squeaksource: 'Seaside30';
package: 'LoadOrderTests';
load ]
valueSupplyingAnswers: {
{'Load Seaside'. true}.
{'SqueakSource User Name'. ''}.
{'SqueakSource Password'. ''}.
{'Run tests'. false}.
}
Lukas
--
Lukas Renggli
http://www.lukas-renggli.ch
More information about the smallwiki
mailing list