[m-rev.] diff: module_error function symbol names

Fergus Henderson fjh at cs.mu.OZ.AU
Mon Jul 16 20:27:16 AEST 2001


On 16-Jul-2001, Zoltan Somogyi <zs at cs.mu.OZ.AU> wrote:
> Change the function symbols in type module_errors to avoid clashes with
> the function symbols of type bool.

That looks fine.

> +++ modules.m	2001/07/14 07:50:08
> @@ -912,7 +912,8 @@
>  		%
>  		% Check whether we succeeded
>  		%
> -	( { Error = yes } ->
> +	% XXX zs: why does this code not check for fatal_module_errors?
> +	( { Error = some_module_errors } ->

That's a good question.  I'm not sure why.  It might be a bug.

But if it is a bug, the impact will be low, so it's probably not
worth worrying about right now.

-- 
Fergus Henderson <fjh at cs.mu.oz.au>  |  "I have always known that the pursuit
The University of Melbourne         |  of excellence is a lethal habit"
WWW: <http://www.cs.mu.oz.au/~fjh>  |     -- the last words of T. S. Garp.
--------------------------------------------------------------------------
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