From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Greg Troxel Newsgroups: gmane.lisp.guile.devel Subject: Re: GNU Guile 3.0.9rc1 available for testing! Date: Sun, 22 Jan 2023 09:39:17 -0500 Message-ID: References: <87v8l15hb2.fsf@inria.fr> <562CD6BE-42D3-4D4C-AB4C-2B4A5341F525@sarc.name> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="39833"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (berkeley-unix) Cc: Ludovic =?utf-8?Q?Court=C3=A8s?= , "guile-devel@gnu.org" To: lloda Original-X-From: guile-devel-bounces+guile-devel=m.gmane-mx.org@gnu.org Sun Jan 22 15:39:50 2023 Return-path: Envelope-to: guile-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pJbVe-000ACR-GH for guile-devel@m.gmane-mx.org; Sun, 22 Jan 2023 15:39:50 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pJbVF-0006DX-Qh; Sun, 22 Jan 2023 09:39:25 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pJbVD-0006Ct-VR for guile-devel@gnu.org; Sun, 22 Jan 2023 09:39:23 -0500 Original-Received: from s1.lexort.com ([2605:2700:0:2:a800:ff:fe4b:be00]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pJbVC-0008Jg-9c; Sun, 22 Jan 2023 09:39:23 -0500 Original-Received: by s1.lexort.com (Postfix, from userid 10853) id C2F7D4106C5; Sun, 22 Jan 2023 09:39:17 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=lexort.com; s=mail; t=1674398357; bh=aZF0QwYDsA7o9//S+8wYNVT3WDCOkDXLeWmI3+0iMas=; h=From:To:Cc:Subject:References:Date:In-Reply-To; b=QarS38THJ9DwYAnplhlY0xIAjR1L7vooiGjfO1HzOeWgSFLS91AlqsYl6GxKS7d+Q i54HDYVs784xmKlA1llKxJuMAFPtbmPNf0bCp5JOJHGuAWiOIxsvULolK6qCEgklWl rqsvZ0caDielmwrHgsHXgl24UjYZXKnjqUgrE9ZA= OpenPGP: id=098ED60E In-Reply-To: <562CD6BE-42D3-4D4C-AB4C-2B4A5341F525@sarc.name> (lloda@sarc.name's message of "Sun, 22 Jan 2023 15:30:06 +0100") Received-SPF: pass client-ip=2605:2700:0:2:a800:ff:fe4b:be00; envelope-from=gdt@lexort.com; helo=s1.lexort.com X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane-mx.org@gnu.org Original-Sender: guile-devel-bounces+guile-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.lisp.guile.devel:21606 Archived-At: lloda writes: > This looks like https://debbugs.gnu.org/60971 on mac os. Yes, it does. My quick reaction is that if the POSIX-required macros operation on system types that might be struct, then faking up ints for testing is unsound. Maybe only do verify if guile has to define macros, and don't try to test the OS?