From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Eli Zaretskii" Newsgroups: gmane.emacs.devel Subject: Re: Recent enabling of xassert Date: Fri, 11 Feb 2005 17:17:09 +0200 Message-ID: <01c5104c$Blat.v2.4$e6859440@zahav.net.il> References: <420B34F9.7060109@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: deer.gmane.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7BIT X-Trace: sea.gmane.org 1108137502 918 80.91.229.6 (11 Feb 2005 15:58:22 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 11 Feb 2005 15:58:22 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Feb 11 16:58:16 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CzdBP-0007ML-00 for ; Fri, 11 Feb 2005 16:58:16 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CzdQN-0003PL-9F for ged-emacs-devel@m.gmane.org; Fri, 11 Feb 2005 11:13:43 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1CzdQE-0003OU-66 for emacs-devel@gnu.org; Fri, 11 Feb 2005 11:13:34 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1CzdQD-0003OF-LZ for emacs-devel@gnu.org; Fri, 11 Feb 2005 11:13:33 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CzdIq-00018w-40 for emacs-devel@gnu.org; Fri, 11 Feb 2005 11:05:56 -0500 Original-Received: from [192.114.186.24] (helo=legolas.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Czceg-0005cH-Lw for emacs-devel@gnu.org; Fri, 11 Feb 2005 10:24:26 -0500 Original-Received: from zaretski (tony04-57-217.inter.net.il [80.230.57.217]) by legolas.inter.net.il (MOS 3.5.6-GR) with ESMTP id DSZ09456 (AUTH halo1); Fri, 11 Feb 2005 17:24:16 +0200 (IST) Original-To: storm@cua.dk X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 2.4 In-reply-to: (storm@cua.dk) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:33259 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:33259 > From: storm@cua.dk (Kim F. Storm) > Date: Thu, 10 Feb 2005 12:15:44 +0100 > Cc: emacs-devel@gnu.org > > > I disagree. xassert should only be disabled for releases. We want to > > find the bugs now, even if it takes time to fix them. CVS should not > > be considered a stable release. > > I agree, but... > > Proving the presense of bugs is no aim in itself (I'm sure there are > many bugs, but if they are "mostly harmless" it is not critical to > find them). If some places where xassert is used are revealing harmless situations, let's remove those xassert's.