From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ciao.gmane.io (ciao.gmane.io [116.202.254.214]) by sourceware.org (Postfix) with ESMTPS id D9C833858025 for ; Mon, 21 Aug 2023 13:20:05 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org D9C833858025 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=codesourcery.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=m.gmane-mx.org Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1qY4pA-0009lQ-F7 for cgen@sourceware.org; Mon, 21 Aug 2023 15:20:04 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: cgen@sourceware.org From: Julian Brown Subject: Re: [RFC 00/14] Port to Guile 3.0 Date: Mon, 21 Aug 2023 14:06:23 +0100 Organization: Siemens Message-ID: <20230821140623.69d369a3@squid.athome> References: <20230819174900.866436-1-tom@tromey.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit In-Reply-To: <20230819174900.866436-1-tom@tromey.com> X-Newsreader: Claws Mail 4.1.1git1 (GTK 3.24.36; x86_64-pc-linux-gnu) X-Spam-Status: No, score=-4.5 required=5.0 tests=BAYES_00,HEADER_FROM_DIFFERENT_DOMAINS,KAM_DMARC_STATUS,KAM_NUMSUBJECT,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On Sat, 19 Aug 2023 11:41:59 -0600 Tom Tromey wrote: > I tried re-running cgen this week and was surprised to find it didn't > work with any version of Guile that I had available. Apparently it > works with the long-since-obsolete Guile 1.8, and nothing newer. > > This series is my attempt at a port, with random other cleanups mixed > in. Thanks for doing this! I'd attempted to do an update myself (in the context of a pet project, not speaking for my employer, etc. etc. -- https://github.com/itszor/vc4-toolchain/issues/11) though I never managed to finish it. Julian