From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13229 invoked by alias); 18 Jul 2009 15:11:32 -0000 Received: (qmail 13220 invoked by uid 22791); 18 Jul 2009 15:11:31 -0000 X-SWARE-Spam-Status: No, hits=0.0 required=5.0 tests=AWL,BAYES_00,DNS_FROM_RFC_BOGUSMX,J_CHICKENPOX_53 X-Spam-Check-By: sourceware.org Received: from sebabeach.org (HELO sebabeach.org) (64.165.110.50) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 18 Jul 2009 15:11:26 +0000 Received: from sspiff.sspiff.org (seba.sebabeach.org [10.8.159.10]) by sebabeach.org (Postfix) with ESMTP id 9B5026E3CE for ; Sat, 18 Jul 2009 08:11:24 -0700 (PDT) Message-ID: <4A61E61C.8020907@sebabeach.org> Date: Sat, 18 Jul 2009 15:11:00 -0000 From: Doug Evans User-Agent: Thunderbird 2.0.0.21 (X11/20090320) MIME-Version: 1.0 To: cgen@sourceware.org Subject: remove support for guile 1.4 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact cgen-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cgen-owner@sourceware.org X-SW-Source: 2009-q3/txt/msg00029.txt.bz2 Hi. I have a patch about to go in that uses hash-fold. Guile 1.6.8 and later have it but 1.4 doesn't. [Presumably 1.6.x have it, but 1.6.8 is what I checked.] We _could_ provide one for 1.4 and add it to guile.scm, but I'm thinking that instead we should drop support for 1.4 (it's 7 years old, and our limited resources are best spent elsewhere (IMO)). If anyone objects, please speak up. Thanks.