[squeak-dev] Installer bug?

Igor Stasenko siguctua at gmail.com
Mon Mar 31 19:03:16 UTC 2008


Hello, i'm trying to create new install script for Gjallar on 3.10

I found, that with latest Installer version a commands like:

Installer websqueakmap
	install: 'Shout';
	install: 'DynamicBindings'.

not working.

In method #addPackage:  it assumes that packages are OrderedCollection.
But after first #install: , installer replacing it with Dictionary
instead, so at next #install: it throws an error.

I am missing something? Is given cascade sends still supported by
installer, or i should write it differently?

-- 
Best regards,
Igor Stasenko AKA sig.



More information about the Squeak-dev mailing list