From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Han-Wen Nienhuys Newsgroups: gmane.lisp.guile.devel Subject: typechecking Date: Sun, 28 Mar 2004 15:04:47 +0200 Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Message-ID: <16486.52591.672130.224861@localhost.localdomain> Reply-To: hanwen@xs4all.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1080483547 9943 80.91.224.253 (28 Mar 2004 14:19:07 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 28 Mar 2004 14:19:07 +0000 (UTC) Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Sun Mar 28 16:19:02 2004 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1B7b7t-0003mC-01 for ; Sun, 28 Mar 2004 16:19:02 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1B7b5o-0007wp-2G for guile-devel@m.gmane.org; Sun, 28 Mar 2004 09:16:52 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1B7b5K-0007wJ-9x for guile-devel@gnu.org; Sun, 28 Mar 2004 09:16:22 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1B7b0V-00074f-SL for guile-devel@gnu.org; Sun, 28 Mar 2004 09:11:55 -0500 Original-Received: from [213.84.26.127] (helo=localhost.localdomain) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.30) id 1B7atb-0005Uy-NO for guile-devel@gnu.org; Sun, 28 Mar 2004 09:04:15 -0500 Original-Received: from localhost.localdomain.byrd.xs4all.nl (byrd [127.0.0.1]) by localhost.localdomain (8.12.10/8.12.10) with ESMTP id i2SD4lHO000404 for ; Sun, 28 Mar 2004 15:04:47 +0200 Original-To: guile-devel@gnu.org X-Mailer: VM 7.14 under Emacs 21.3.1 X-yoursite-MailScanner-Information: Please contact the ISP for more information X-yoursite-MailScanner: Found to be clean X-MailScanner-From: hanwen@xs4all.nl X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.devel:3579 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:3579 I've added the stricter typechecking code to the SCM_UNPACK macro in CVS HEAD. It caught a few glitches in goops.h and backtrace.h , which I corrected. I propose that the old DEBUG_TYPING_STRICTNESS==2 is removed, as it provides little extra strictness. Also, I think that DEBUG_TYPING_STRICTNESS==0 should go too. The code contained a thinko (leading to loads of compile errors). This suggests that the code has never been tested since its inception a few years ago. -- Han-Wen Nienhuys | hanwen@xs4all.nl | http://www.xs4all.nl/~hanwen _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://mail.gnu.org/mailman/listinfo/guile-devel