[m-rev.] for review: implement det exceptions on the .NET backend.

Tyson Dowd trd at cs.mu.OZ.AU
Fri Aug 24 08:57:32 AEST 2001


On 23-Aug-2001, Tyson Dowd <trd at miscrit.be> wrote:
> Hi,
> 
> 
> ===================================================================
> 
> 
> Estimated hours taken: 16
> Branches: main
> 
> Implement exceptions in the .NET backend.
> (sorry, model_det exceptions only at the moment).
> 
> compiler/mlds_to_il.m:
> 	Wrap two exception handlers around the Mercury code -- one that
> 	prints out any uncaught user exceptions using
> 	ML_report_uncaught_exception, and one that catches any system
> 	exceptions and prints them using the system exception printing
> 	mechanism.
> 
> library/exception.m:
> 	Implement exceptions in C#.
> 	try and catch call try_impl and catch_impl, which by default
> 	call builtin_trd and builtin_catch, but we provide a

s/trd/throw/

Guess which login name is hardwired to my fingers?

Tyson.
--------------------------------------------------------------------------
mercury-reviews mailing list
post:  mercury-reviews at cs.mu.oz.au
administrative address: owner-mercury-reviews at cs.mu.oz.au
unsubscribe: Address: mercury-reviews-request at cs.mu.oz.au Message: unsubscribe
subscribe:   Address: mercury-reviews-request at cs.mu.oz.au Message: subscribe
--------------------------------------------------------------------------



More information about the reviews mailing list