[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:44:51 UTC 2009


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

It _is_ an initialization order problem.

I suppose that WAPlatform class>>current could use the first subclass it  
finds to
define the default (when it's nil). Then presumably when the rightful  
WAPlatform
class initializer runs it will set things right...

Perhaps this is the least ugly of the hacks ... if there is no subclass,  
then things
are truly broken

--
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