From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andy Wingo Newsgroups: gmane.lisp.guile.user Subject: Re: Now that SCM type is a union... Date: Thu, 15 Sep 2011 12:54:15 -0700 Message-ID: <87hb4da8ew.fsf@pobox.com> References: <20110812124436.GA2223@ccellier.rd.securactive.lan> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1316116477 14906 80.91.229.12 (15 Sep 2011 19:54:37 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 15 Sep 2011 19:54:37 +0000 (UTC) Cc: guile-user@gnu.org To: rixed@happyleptic.org Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Thu Sep 15 21:54:32 2011 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1R4I10-0005QE-Fv for guile-user@m.gmane.org; Thu, 15 Sep 2011 21:54:31 +0200 Original-Received: from localhost ([::1]:50186 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R4I0z-0002Rm-Ug for guile-user@m.gmane.org; Thu, 15 Sep 2011 15:54:29 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:42805) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R4I0w-0002Rg-PW for guile-user@gnu.org; Thu, 15 Sep 2011 15:54:27 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R4I0v-0006zI-6j for guile-user@gnu.org; Thu, 15 Sep 2011 15:54:26 -0400 Original-Received: from a-pb-sasl-sd.pobox.com ([74.115.168.62]:44946 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R4I0v-0006yP-2o for guile-user@gnu.org; Thu, 15 Sep 2011 15:54:25 -0400 Original-Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTP id 542AA6ADC; Thu, 15 Sep 2011 15:54:24 -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=9ItydZDZK/KAqpzqHgrY3H4mh0Q=; b=W1wVnZ JeQER6gVtalEoWPtCG868ziFUqMnurFvph4NbafZTDZNUbarz/k9ZSm7xcDx5K6R d3lpxbSJ/w9Ln6QOHAwksCyVV/yCV/FC0yj5Vr3+j3vBsiLXFlalZRnF3oEU/ofq 8kNMhJEFWPaIQNOH3QI1wH67uSbLLizd7i37U= 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=RumG5EzjlBDJzd26m5PB4P4VLUm4G/L1 SdVfuo6de6mdVFzMaqZplDIBU8Fg/FyPwhRBqt/sfzPh4v4Lwc4tGySGVVC58EbI vvt5ga57NgAJCyARb81LsZrb/oeagmKn2+yP7vXsVhRU/emrmti1Sx1bBPo/bPt1 EwI/3f8I9Zk= Original-Received: from a-pb-sasl-sd.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTP id 4CEF06ADB; Thu, 15 Sep 2011 15:54:24 -0400 (EDT) Original-Received: from badger (unknown [208.127.242.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTPSA id B0A086AD8; Thu, 15 Sep 2011 15:54:23 -0400 (EDT) In-Reply-To: <20110812124436.GA2223@ccellier.rd.securactive.lan> (rixed@happyleptic.org's message of "Fri, 12 Aug 2011 14:44:36 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) X-Pobox-Relay-ID: 82A17D9A-DFD4-11E0-B6E8-65B1DE995924-02397024!a-pb-sasl-sd.pobox.com X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-Received-From: 74.115.168.62 X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:8794 Archived-At: On Fri 12 Aug 2011 05:44, rixed@happyleptic.org writes: > Between stable-2.0 and master a patch changed the C representation > of the SCM type so that it is now a union. As a result of this constant-expression issue, I have reverted those patches. Now `master' uses the same SCM representation as 2.0. Regards, Andy -- http://wingolog.org/