[Seaside-dev] Current load-order problems (WAError is undeclared)

Philippe Marschall philippe.marschall at gmail.com
Tue Jun 16 04:47:58 UTC 2009


2009/6/15 James Foster <Smalltalk at jgfoster.net>:
> A recent change seems to have created a reference to WAError and
> WAUnsupportedEncodingError before they are defined. Otherwise, the only
> issue is the usual WAEnvironmentDefaultHandlersTest problem.

WAError is in platform and subclasses WAPlatformError which is in the
platform specific platform ;-)
WAError is references in WANullCodecStream which is in platform.
WAUnsupportedEncodingError subclasses WAError, it is referenced by
WACodec in platform.

The only way I see to solve this is moving WACodec to platfrom.

Cheers
Philippe


More information about the seaside-dev mailing list