[Seaside-dev] Issue 294 in seaside: Loading Seaside-Squeak-Platform gives walkback because 'WAPlatform current' is nil

codesite-noreply at google.com codesite-noreply at google.com
Thu Jan 22 19:22:39 UTC 2009


Comment #1 on issue 294 by jfitzell: Loading Seaside-Squeak-Platform gives  
walkback because 'WAPlatform current' is nil
http://code.google.com/p/seaside/issues/detail?id=294

Umm... no idea. What's the sender? I'm guessing it's in  
WASqueakRandomProvider
class>>initialize?

Philippe added that recently and it seems to reference the platform. This  
ought to
have been a problem before my recent changes because the  
SeasidePlatformSupport
global would also have been nil. This problem may even be intermittent  
since I don't
know how MC decides what order to run #initialize methods in.

I don't really know what the right fix is. I mean, it's in a  
Squeak-specific package,
so it could arguably directly reference WASqueakPlatform or even use
#addToStartupList: directly, though that sucks if you're using a different  
subclass
for some reason.

Anyone else have thoughts?

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings


More information about the seaside-dev mailing list