ANSI exception mappings are available

Vassili Bykov vassili at magma.ca
Mon Mar 8 06:16:08 UTC 1999


ANSI Exception mappings for Craig Latta's exception handling framework
are available for comments.

The download link and implementation notes are at:

  http://www.magma.ca/~vassili/Squeak/ANSIExceptions/

The current release is beta 1.  It should be used with release gamma 1
of Craig's exceptions.  The distribution archive includes two files.
ANSIExceptions1b1.cs is the mapping itself.  ANSIExceptionsTests1b1.cs
are the tests.  The tests are provided for completeness only and are
not required for regular use of ANSI exceptions. To install the ANSI
exceptions, file ANSIExceptions1b1.cs into your image after filing in
the exception handling framework.

ANSI exceptions override several methods of the original exception
framework with bug fixes. It is therefore important that you do not
file the original exceptions back in after loading the ANSI exceptions
without reloading the ANSI exceptions as well.

--Vassili





More information about the Squeak-dev mailing list