From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andy Wingo Newsgroups: gmane.lisp.guile.devel Subject: Re: [PATCH] Make guile-func-name-check handle inhibition directives. Date: Mon, 28 Jun 2010 15:50:35 +0200 Message-ID: References: <87tyore1xm.fsf@ambire.localdomain> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1277732902 9635 80.91.229.12 (28 Jun 2010 13:48:22 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 28 Jun 2010 13:48:22 +0000 (UTC) Cc: guile-devel@gnu.org To: Thien-Thi Nguyen Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Mon Jun 28 15:48:20 2010 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OTEh9-00010j-Ob for guile-devel@m.gmane.org; Mon, 28 Jun 2010 15:48:20 +0200 Original-Received: from localhost ([127.0.0.1]:60419 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OTEh9-00046M-1F for guile-devel@m.gmane.org; Mon, 28 Jun 2010 09:48:19 -0400 Original-Received: from [140.186.70.92] (port=48214 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OTEh3-00044e-KS for guile-devel@gnu.org; Mon, 28 Jun 2010 09:48:14 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OTEgx-0000ae-E8 for guile-devel@gnu.org; Mon, 28 Jun 2010 09:48:13 -0400 Original-Received: from a-pb-sasl-quonix.pobox.com ([208.72.237.25]:54074 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OTEgx-0000aY-BY for guile-devel@gnu.org; Mon, 28 Jun 2010 09:48:07 -0400 Original-Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTP id E3A05BFB72; Mon, 28 Jun 2010 09:48:06 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; s=sasl; bh=I0wWz7QyJ9OmbmnIFeR7OORurcY=; b=xAP9v9 db0bin/zc5cQBzByPnG9WPtXwPqID9AE7ff7jONh+WEdEm/Ww35eKpnBvlkzTtcO r2m8GuDuWGbG8n8HmsXWxvqUXLxjG5IhCRzThNIUWzndSfYXOKuBJPsrdFIyOtHg 9C3in1GDtuQ735ZzMDNSlcAMqhUD6gbW83Ipw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; q=dns; s=sasl; b=lzADDPG/5FkRsF5tnf9GbMdoo8Q1Hyxd OVlpgYAINdGIX4B1hFw8JBvcvPVJMuK6JsiZxQ2fEcR1eiKKJS0I6fr1rT8PXc+x Bqe2B+8eu6DTOIqx6gTWG4HPbobAO6n0vm4H9fpvOENUMra9TEWQ2InbEtIS7znx 5d0Ki1tIHcE= Original-Received: from a-pb-sasl-quonix. (unknown [127.0.0.1]) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTP id D1611BFB70; Mon, 28 Jun 2010 09:48:05 -0400 (EDT) Original-Received: from unquote.localdomain (unknown [83.202.24.141]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTPSA id 5FA6ABFB6E; Mon, 28 Jun 2010 09:48:04 -0400 (EDT) In-Reply-To: <87tyore1xm.fsf@ambire.localdomain> (Thien-Thi Nguyen's message of "Fri, 25 Jun 2010 14:23:17 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) X-Pobox-Relay-ID: C7485756-82BB-11DF-876A-9056EE7EF46B-02397024!a-pb-sasl-quonix.pobox.com X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:10581 Archived-At: On Fri 25 Jun 2010 14:23, Thien-Thi Nguyen writes: > This changes the strident warnings for pairs.c into a simple > reminder (not really a warning) that the Programmer Knows Best! > (Ignore that snickering sound you hear from the computer...) > > thi > > __________________________________ > > From 0c94e1b8d5b80d6f5d811da77e68ede51fd98f47 Mon Sep 17 00:00:00 2001 > From: Thien-Thi Nguyen > Date: Fri, 25 Jun 2010 12:13:04 +0200 > Subject: [PATCH 6/8] [maint] Make guile-func-name-check handle inhibition directives. OK with me :) (Again modulo awk indentation things) Andy -- http://wingolog.org/