[squeak-dev] todo flag in SmalltalkImage initializeStartupList

K K Subbu kksubbu.ml at gmail.com
Thu Jun 25 09:44:20 UTC 2020


On 24/06/20 7:10 pm, David T. Lewis wrote:
> For sure the CrLfFileStream reference can be removed, and I guess the
> entire method could use a good review. We have recently had some 
> discussion (prompted by thehttp://www.squeaksource.com/DoItFirst/ 
> discussion) of changing the ordering of classes in the startup list.

You mean like the attached patch?

Perhaps the classes themselves could respond to dependencies. For example:

Class>>startAfterClasses
	^#()

StartupList sort: [:a :b | b startAfterClasses includes: a ]

Regards .. Subbu
-------------- next part --------------
A non-text attachment was scrubbed...
Name: initstart.1.cs
Type: text/x-csharp
Size: 761 bytes
Desc: not available
URL: <http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20200625/5fdeb205/attachment.bin>


More information about the Squeak-dev mailing list