[m-rev.] Your recent message to Topica.com

Topica Customer Support support at get.topica.com
Wed Aug 29 00:34:22 AEST 2001


You recently sent a message,

[m-rev.] trivial diff: disable --halt-at-warn for clauses for builtins

to List of Lameness.  This is a restricted list, which means that only
subscribers of the list can post to it.  Our records indicate that you
are not a member of the list.

It is possible that your subscription has been turned off due to 
delivery problems, such as bouncing. If you believe this may be 
the case, please contact the list owner for assistance.

If you would like more information about this list, or you would like to
join the list, you can go to the Topica web site (http://www.topica.com)
and search for the list.

Topica's site also has thousands of other newsletters and discussions. 
See for yourself at: http://www.topica.com. 

And don't forget TopOffers -- our exclusive savings alerts for 
computers, fashion, music, travel products, and more! 
http://www.topica.com/partner/sysmes1/channels/offers/

Questions about the service? Check out Topica's Help
section at http://www.topica.com -- just click on "help"
at the bottom of the screen.

Still have questions? Email Topica at support at get.topica.com.
Please include the email address of the list you're
inquiring about, and the email address you use to 
subscribe to the list.

Sincerely,
Topica Customer Support

-------------------------------
+++++ Original Message ++++++++
-------------------------------

Return-Path: <owner-mercury-reviews at cs.mu.oz.au>
Delivered-To: empire at inmta004.topica.com
Received: (qmail 16591 invoked by alias); 28 Aug 2001 14:34:18 -0000
Delivered-To: lameness at topica.com
Received: (qmail 16579 invoked by uid 0); 28 Aug 2001 14:34:17 -0000
Received: from pa-fey.topica.com (208.184.76.200)
  by inmta004.topica.com with SMTP; 28 Aug 2001 14:34:17 -0000
Received: from spf7.us4.outblaze.com (205-158-62-41.outblaze.com [205.158.62.41])
	by pa-fey.topica.com (8.9.3/8.9.3) with ESMTP id HAA11162
	for <lameness at topica.com>; Tue, 28 Aug 2001 07:34:16 -0700 (PDT)
Received: from mta304.mail.yahoo.com (mta304.mail.yahoo.com [216.136.130.103])
	by spf7.us4.outblaze.com (8.11.0/8.11.0) with SMTP id f7SEXhE16561
	for <cumlovers at 2die4.com>; Tue, 28 Aug 2001 14:33:43 GMT
Received: from mta304.mail.yahoo.com for cumlovers at 2die4.com; Aug 28 07:33:40 2001 -0700
X-Track: 1: 40
X-Yahoo-Forwarded: from snikkel12000 at yahoo.com to cumlovers at 2die4.com
Received: from mulga.cs.mu.OZ.AU (128.250.1.22)
  by mta304.mail.yahoo.com with SMTP; 28 Aug 2001 07:33:39 -0700 (PDT)
Received: by mulga.cs.mu.OZ.AU
	id AAA22008 for mercury-reviews-list; Wed, 29 Aug 2001 00:31:10 +1000 (EST)
Received: from earth.cs.mu.oz.au (mail at earth.cs.mu.OZ.AU [128.250.37.146]) by mulga.cs.mu.OZ.AU with ESMTP
	id AAA21995 for <mercury-reviews at cs.mu.oz.au>; Wed, 29 Aug 2001 00:31:00 +1000 (EST)
Received: from stayl by earth.cs.mu.oz.au with local (Exim 3.12 #1 (Debian))
	id 15bjtL-0004dU-00
	for <mercury-reviews at cs.mu.oz.au>; Wed, 29 Aug 2001 00:30:59 +1000
Date: Wed, 29 Aug 2001 00:30:59 +1000
From: Simon Taylor <stayl at cs.mu.oz.au>
To: Mercury Reviews <mercury-reviews at cs.mu.oz.au>
Subject: [m-rev.] trivial diff: disable --halt-at-warn for clauses for builtins
Message-ID: <20010829003059.A17821 at cs.mu.oz.au>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.3.15i
Sender: owner-mercury-reviews at cs.mu.oz.au
Precedence: bulk
Reply-To: mercury-reviews at cs.mu.oz.au


Estimated hours taken: 0.1
Branches: main

compiler/make_hlds.m:
	Don't halt when warning about clauses for builtins, to
	aid in boostrapping a change to add int__unchecked_quotient
	and float__unchecked_quotient, which will be like `int://'/2
	and `float:/2', but without checking for division by zero.

Index: make_hlds.m
===================================================================
RCS file: /home/mercury1/repository/mercury/compiler/make_hlds.m,v
retrieving revision 1.382
diff -u -u -r1.382 make_hlds.m
--- make_hlds.m	2001/08/28 09:27:35	1.382
+++ make_hlds.m	2001/08/28 11:35:38
@@ -3662,7 +3662,7 @@
 		{ code_util__predinfo_is_builtin(PredInfo1) }
 	->
 		prog_out__write_context(Context),
-		report_warning("Warning: clause for builtin.\n"),
+		io__write_string("Warning: clause for builtin.\n"),
 		{ ModuleInfo = ModuleInfo1 },
 		{ Info = Info0 }
 	;
--------------------------------------------------------------------------
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
--------------------------------------------------------------------------

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