From debbugs-submit-bounces@debbugs.gnu.org Fri Jan 22 09:57:43 2021 Received: (at submit) by debbugs.gnu.org; 22 Jan 2021 14:57:43 +0000 Received: from localhost ([127.0.0.1]:60983 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l2xsO-0004vo-1U for submit@debbugs.gnu.org; Fri, 22 Jan 2021 09:57:43 -0500 Received: from lists.gnu.org ([209.51.188.17]:56490) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l2xsL-0004vg-DZ for submit@debbugs.gnu.org; Fri, 22 Jan 2021 09:57:26 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:58554) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1l2xsL-0006Dd-4y for bug-gnu-emacs@gnu.org; Fri, 22 Jan 2021 09:57:25 -0500 Received: from smtp-16.italiaonline.it ([213.209.10.16]:36697 helo=libero.it) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1l2xsJ-0002ND-5v for bug-gnu-emacs@gnu.org; Fri, 22 Jan 2021 09:57:24 -0500 Received: from localhost.localdomain ([151.55.26.165]) by smtp-16.iol.local with ESMTPA id 2xsElzf0DXJIR2xsElVTwY; Fri, 22 Jan 2021 15:57:20 +0100 x-libjamoibt: 1601 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=libero.it; s=s2014; t=1611327440; bh=x4+XfucoO2NI5JUqjmBYHKhNswIWQpUGwfVVZNBA+Z0=; h=From; b=NMgWGxKipXLBtovRrWHmqVLdbyTtm1ZfzQUqJ0DoY2FjZRjkHkb3cQnIMiewkbNCc iwuwG7/7wSqSs4m8oaNa+ZJC9NqHek7nzDwGu1uIJJxTQ8mO7Twy/0FvqnssURM8oD onCX+ZLI8i5n0XflwlzsglznfO8BUU43DPigNISVvKhjgiZukMI8s1CznkeRDFv6/5 Bbtz5HPwFDWz80SGGCXWGlgHCUawlO5SiS3iQI78HUPP8+7LzfgUIMjhw7U883vTrL 5DDdAmaHqoiiU14+KXkgoSl9JybucdTSKrd0B89pjV3kuwU6lAG/JnqtlZJAcNWb8B lqT0eB59Q+TOg== X-CNFS-Analysis: v=2.4 cv=OIbiYQWB c=1 sm=1 tr=0 ts=600ae7d0 cx=a_exe a=prBEniEh8Zy6UboKno6xzQ==:117 a=prBEniEh8Zy6UboKno6xzQ==:17 a=kj9zAlcOel0A:10 a=64styLpe8AgnfOnAaaAA:9 a=CjuIK1q_8ugA:10 Date: Fri, 22 Jan 2021 15:57:18 +0100 Subject: fails do build on macos 10.7 Message-ID: MIME-Version: 1.0 (Generated by Pantomime 1.3.0) From: Riccardo Mottola To: bug-gnu-emacs@gnu.org Organization: GNUstep User-Agent: GNUMail (Version 1.3.0) Content-Type: text/plain; charset="us-ascii"; format="flowed" X-CMAE-Envelope: MS4xfH+jl+aDFFdn2wajWbSa1M+fpAFj8eu4moDfcgcguqvPiSO4tUm0GPtCcwocOFjaUL2F7dWLYUJvAVkR/EBnHCaHKgmS1xGBIDX7PuR+AngSqpLU8orN HqvbSVnjmZCMchKe1xqIUR3qCftglkuWvP2odMvu4HP0pVESGdQ0WGQjLTkLisJOPGibylh9dGcFhA7EK8hSFbIkiVOgmIbXjUQ= Received-SPF: pass client-ip=213.209.10.16; envelope-from=riccardo.mottola@libero.it; helo=libero.it X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 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, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.1 (/) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Compilation of 27.1 yields: nsfns.m:496:33: error: unexpected type name 'BOOL': expected expression NSNumber *isUbiquitousItem = @YES; ^ /usr/include/objc/objc.h:50:26: note: expanded from macro 'YES' #define YES (BOOL)1 ^ this code is guarded with MacOS 10.7, but the compiler doesn't like it. It is as easy to write it old-style: NSNumber *isUbiquitousItem = [NSNumber numberWithBool:YES]; and emacs 27.1 happily running on Lion again. Thanks From debbugs-submit-bounces@debbugs.gnu.org Sat Jan 30 03:57:10 2021 Received: (at 46036) by debbugs.gnu.org; 30 Jan 2021 08:57:10 +0000 Received: from localhost ([127.0.0.1]:53629 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l5m45-00010W-Gg for submit@debbugs.gnu.org; Sat, 30 Jan 2021 03:57:10 -0500 Received: from eggs.gnu.org ([209.51.188.92]:60052) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l5m42-000105-SP for 46036@debbugs.gnu.org; Sat, 30 Jan 2021 03:57:08 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]:40601) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1l5m3x-0000Fb-2U; Sat, 30 Jan 2021 03:57:01 -0500 Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:1498 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1l5m3w-0004ME-B6; Sat, 30 Jan 2021 03:57:00 -0500 Date: Sat, 30 Jan 2021 10:57:20 +0200 Message-Id: <837dnuajkf.fsf@gnu.org> From: Eli Zaretskii To: Riccardo Mottola , Alan Third In-Reply-To: (message from Riccardo Mottola on Fri, 22 Jan 2021 15:57:18 +0100) Subject: Re: bug#46036: fails do build on macos 10.7 References: X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 46036 Cc: 46036@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) > Date: Fri, 22 Jan 2021 15:57:18 +0100 > From: Riccardo Mottola > > Compilation of 27.1 yields: > nsfns.m:496:33: error: unexpected type name 'BOOL': expected expression > NSNumber *isUbiquitousItem = @YES; > ^ > /usr/include/objc/objc.h:50:26: note: expanded from macro 'YES' > #define YES (BOOL)1 > ^ > > this code is guarded with MacOS 10.7, but the compiler doesn't like it. > > It is as easy to write it old-style: > NSNumber *isUbiquitousItem = [NSNumber numberWithBool:YES]; > > and emacs 27.1 happily running on Lion again. Alan, any comments on this? From debbugs-submit-bounces@debbugs.gnu.org Sat Jan 30 05:57:10 2021 Received: (at 46036) by debbugs.gnu.org; 30 Jan 2021 10:57:10 +0000 Received: from localhost ([127.0.0.1]:53780 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l5nwE-00062d-Gq for submit@debbugs.gnu.org; Sat, 30 Jan 2021 05:57:10 -0500 Received: from outbound.soverin.net ([116.202.65.218]:41597) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l5nwC-00062P-UU for 46036@debbugs.gnu.org; Sat, 30 Jan 2021 05:57:09 -0500 Received: from smtp.soverin.net (unknown [10.10.3.28]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by outbound.soverin.net (Postfix) with ESMTPS id 4BF8D60157; Sat, 30 Jan 2021 10:57:02 +0000 (UTC) Received: from smtp.soverin.net (smtp.soverin.net [159.69.232.142]) by soverin.net DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=idiocy.org; s=soverin; t=1612004221; bh=+sLoahdzEWGmJBtSBs8uMkrqyJiLy7ifhWe24r4HQH0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=GtNgqjegP93J6EtK1/jfsqjvn2CrObEM1fe6iGrE02+euvEtS/LYKo1bVdMrFjgYW AKAE9fRTOVi9QCe2cAAtLMpYCgBIcLOgp+5x1y/d5tkaAOg/e9Yfr1zvW5uqORP5fl EeUbbNeRDKoo3UqOapGRt4sFo8GulvQ/k8s0B0ItGiO/dtGCrhD7/Bud5hMO7ASVA/ vfLg/S6FrdGxwGwjhF9B7jvcYPn7wk+b63/b5R+6lVnUjeFVL1Lo4vPOsGsgjJk2Cj Gym5h0PVH+Ibez7A8pDd/2b8m1LvIdFIGw4KwExD+Fbn46Ol+viuG2SuBbRuc4Unx8 0tIBBstXXlisQ== Received: by breton.holly.idiocy.org (Postfix, from userid 501) id 5E9DA202A0EE6F; Sat, 30 Jan 2021 10:56:59 +0000 (GMT) Date: Sat, 30 Jan 2021 10:56:59 +0000 From: Alan Third To: Eli Zaretskii Subject: Re: bug#46036: fails do build on macos 10.7 Message-ID: Mail-Followup-To: Alan Third , Eli Zaretskii , Riccardo Mottola , 46036@debbugs.gnu.org References: <837dnuajkf.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <837dnuajkf.fsf@gnu.org> X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 46036 Cc: 46036@debbugs.gnu.org, Riccardo Mottola X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) On Sat, Jan 30, 2021 at 10:57:20AM +0200, Eli Zaretskii wrote: > > Date: Fri, 22 Jan 2021 15:57:18 +0100 > > From: Riccardo Mottola > > > > Compilation of 27.1 yields: > > nsfns.m:496:33: error: unexpected type name 'BOOL': expected expression > > NSNumber *isUbiquitousItem = @YES; > > ^ > > /usr/include/objc/objc.h:50:26: note: expanded from macro 'YES' > > #define YES (BOOL)1 > > ^ > > > > this code is guarded with MacOS 10.7, but the compiler doesn't like it. > > > > It is as easy to write it old-style: > > NSNumber *isUbiquitousItem = [NSNumber numberWithBool:YES]; > > > > and emacs 27.1 happily running on Lion again. > > Alan, any comments on this? Looks fine to me. Is this good to go into Emacs 27, or does it have to wait until the release is done? -- Alan Third From debbugs-submit-bounces@debbugs.gnu.org Sat Jan 30 07:04:55 2021 Received: (at 46036) by debbugs.gnu.org; 30 Jan 2021 12:04:55 +0000 Received: from localhost ([127.0.0.1]:53990 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l5ozm-0007x6-9F for submit@debbugs.gnu.org; Sat, 30 Jan 2021 07:04:55 -0500 Received: from eggs.gnu.org ([209.51.188.92]:40128) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l5ozj-0007wt-Ns for 46036@debbugs.gnu.org; Sat, 30 Jan 2021 07:04:52 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]:43064) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1l5ozd-0008Ad-U7; Sat, 30 Jan 2021 07:04:45 -0500 Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:1217 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1l5ozc-0000zo-TT; Sat, 30 Jan 2021 07:04:45 -0500 Date: Sat, 30 Jan 2021 14:05:05 +0200 Message-Id: <83v9be8wb2.fsf@gnu.org> From: Eli Zaretskii To: Alan Third In-Reply-To: (message from Alan Third on Sat, 30 Jan 2021 10:56:59 +0000) Subject: Re: bug#46036: fails do build on macos 10.7 References: <837dnuajkf.fsf@gnu.org> X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 46036 Cc: 46036@debbugs.gnu.org, riccardo.mottola@libero.it X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) > Date: Sat, 30 Jan 2021 10:56:59 +0000 > From: Alan Third > Cc: Riccardo Mottola , 46036@debbugs.gnu.org > > On Sat, Jan 30, 2021 at 10:57:20AM +0200, Eli Zaretskii wrote: > > > Date: Fri, 22 Jan 2021 15:57:18 +0100 > > > From: Riccardo Mottola > > > > > > Compilation of 27.1 yields: > > > nsfns.m:496:33: error: unexpected type name 'BOOL': expected expression > > > NSNumber *isUbiquitousItem = @YES; > > > ^ > > > /usr/include/objc/objc.h:50:26: note: expanded from macro 'YES' > > > #define YES (BOOL)1 > > > ^ > > > > > > this code is guarded with MacOS 10.7, but the compiler doesn't like it. > > > > > > It is as easy to write it old-style: > > > NSNumber *isUbiquitousItem = [NSNumber numberWithBool:YES]; > > > > > > and emacs 27.1 happily running on Lion again. > > > > Alan, any comments on this? > > Looks fine to me. Is this good to go into Emacs 27, or does it have to > wait until the release is done? Please push to emacs-27. Is this change safe, or will we need another pretest to be sure? I thought we could next go straight to a release candidate. Thanks. From debbugs-submit-bounces@debbugs.gnu.org Sat Jan 30 13:32:28 2021 Received: (at 46036) by debbugs.gnu.org; 30 Jan 2021 18:32:28 +0000 Received: from localhost ([127.0.0.1]:55784 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l5v2p-0001A5-Ng for submit@debbugs.gnu.org; Sat, 30 Jan 2021 13:32:27 -0500 Received: from smtp-31.italiaonline.it ([213.209.10.31]:42798 helo=libero.it) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l5v2o-00019r-8Z for 46036@debbugs.gnu.org; Sat, 30 Jan 2021 13:32:26 -0500 Received: from [192.168.1.141] ([151.20.95.175]) by smtp-31.iol.local with ESMTPA id 5v2glk6VHZ0AR5v2glAZwW; Sat, 30 Jan 2021 19:32:20 +0100 x-libjamoibt: 1601 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=libero.it; s=s2014; t=1612031540; bh=YoiOBtv2M4+8PZv4qkPqlzW32QofpxjTNC38SWNUz4Q=; h=From; b=JwgnWghH80npAZMnyoz6H0YztJay8rbjeyxoABs8fY8soU4XD5/IbkFO2p9+sePEM Uf9ReDlvw3VghXux6ydzZec9WDE0xOOmL/fDSG9dxqxvYR/049rCy3pxhxygB6zwhp iLwLXksuwDo3xivIGNxhWFbtt+s8g2hamj+k/iuCJPlMECa1o/kYqRRTU8rx2AtRGY G1Q4EVajpHJTp56FKBDGKpjE2c1xs4eOcNPOsD2zpaX3Qdo4fYBpK1rZV5NRWDuxHq NXa99Qwemw7HZpizI7ngbPwCEN50z3oft+fophmjFEtVMhP8KFZHMffzmzh0ESaSGp Y0ov7C8ndCqSQ== X-CNFS-Analysis: v=2.4 cv=AOGfw4cI c=1 sm=1 tr=0 ts=6015a634 cx=a_exe a=fXRwfQrTkiDcKe5Oi7q+kw==:117 a=fXRwfQrTkiDcKe5Oi7q+kw==:17 a=IkcTkHD0fZMA:10 a=cTpQsv-HhUBiR3fERKgA:9 a=QEXdDO2ut3YA:10 Subject: Re: bug#46036: fails do build on macos 10.7 To: Eli Zaretskii , Alan Third References: <837dnuajkf.fsf@gnu.org> <83v9be8wb2.fsf@gnu.org> From: Riccardo Mottola Message-ID: Date: Sat, 30 Jan 2021 19:32:17 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:60.0) Gecko/20100101 SeaMonkey/2.53.6 MIME-Version: 1.0 In-Reply-To: <83v9be8wb2.fsf@gnu.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-CMAE-Envelope: MS4xfJd4wavXnU8cdkg8hfrVfny9OVyX+BDBw7D0Q1w5i8ibhtSkna+HZu2eHRgXAxOi+dl3bp+JkUFuUHLdlexZjPUXXnWjFYLGV+SdnfaastlJXPq+/NLt WqlOt3k6LjWwuMtCEyMazT3Dx+0OUFEdyh5v88z6sbkdRERvDMtmP0kFCtwRf8EhczZmJTr3T8bxfcnB9N945+nrvstQJhKsjCgNwZ2U0ROO4ytjQvfjDlMA okLUe+Q2BO7z9aHYTMKDRQ== X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 46036 Cc: 46036@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Hi, Eli Zaretskii wrote: >>>> this code is guarded with MacOS 10.7, but the compiler doesn't like it. >>>> >>>> It is as easy to write it old-style: >>>> NSNumber *isUbiquitousItem = [NSNumber numberWithBool:YES]; >>>> >>>> and emacs 27.1 happily running on Lion again. >>> Alan, any comments on this? >> Looks fine to me. Is this good to go into Emacs 27, or does it have to >> wait until the release is done? > Please push to emacs-27. > > Is this change safe, or will we need another pretest to be sure? I > thought we could next go straight to a release candidate. to my knowledge it is safe: it is really equivalent code, the new syntax is just a shortcut. A test on a newer MacOS is of course needed, I don't have one. Riccardo From debbugs-submit-bounces@debbugs.gnu.org Sat Jan 30 13:33:50 2021 Received: (at 46036) by debbugs.gnu.org; 30 Jan 2021 18:33:50 +0000 Received: from localhost ([127.0.0.1]:55789 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l5v49-0001CB-4G for submit@debbugs.gnu.org; Sat, 30 Jan 2021 13:33:50 -0500 Received: from eggs.gnu.org ([209.51.188.92]:60742) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l5v46-0001Bx-4E for 46036@debbugs.gnu.org; Sat, 30 Jan 2021 13:33:47 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]:49347) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1l5v40-0002ih-Qw; Sat, 30 Jan 2021 13:33:40 -0500 Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:1699 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1l5v3z-0005tY-Hb; Sat, 30 Jan 2021 13:33:40 -0500 Date: Sat, 30 Jan 2021 20:34:00 +0200 Message-Id: <83ft2i8eav.fsf@gnu.org> From: Eli Zaretskii To: Riccardo Mottola In-Reply-To: (message from Riccardo Mottola on Sat, 30 Jan 2021 19:32:17 +0100) Subject: Re: bug#46036: fails do build on macos 10.7 References: <837dnuajkf.fsf@gnu.org> <83v9be8wb2.fsf@gnu.org> X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 46036 Cc: alan@idiocy.org, 46036@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) > Cc: 46036@debbugs.gnu.org > From: Riccardo Mottola > Date: Sat, 30 Jan 2021 19:32:17 +0100 > > > Is this change safe, or will we need another pretest to be sure? I > > thought we could next go straight to a release candidate. > > to my knowledge it is safe: it is really equivalent code, the new syntax > is just a shortcut. A test on a newer MacOS is of course needed, I don't > have one. Thanks. From debbugs-submit-bounces@debbugs.gnu.org Sat Jan 30 17:16:12 2021 Received: (at 46036-done) by debbugs.gnu.org; 30 Jan 2021 22:16:12 +0000 Received: from localhost ([127.0.0.1]:55957 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l5yXL-00008e-RV for submit@debbugs.gnu.org; Sat, 30 Jan 2021 17:16:12 -0500 Received: from outbound.soverin.net ([116.202.65.218]:52777) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l5yXH-00007z-JY for 46036-done@debbugs.gnu.org; Sat, 30 Jan 2021 17:16:10 -0500 Received: from smtp.soverin.net (unknown [10.10.3.28]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by outbound.soverin.net (Postfix) with ESMTPS id 9742B6008B; Sat, 30 Jan 2021 22:16:01 +0000 (UTC) Received: from smtp.soverin.net (smtp.soverin.net [159.69.232.142]) by soverin.net DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=idiocy.org; s=soverin; t=1612044960; bh=IsWIzbDBNCMwCOwOOmbUii4K897A8J2hJtRvyQEeejo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=GFcbgGyQnmUAO4gaTf9nM3QNPI9mihVG4jlXA32prgFSQhgKAv5qQpaL0ty+12mCp oclshMeZFGQ8ugKSF1TFvkGMu2rnhIShR5FQPGUP6e9P5P8DwiMMySxbCknrLzI1nh KIOeBr5Fg/UBOaq+2bT2K/Md6p2tImO7nR64JQVTcbm/z9cHfogNkzMPV2ImMvCj5X AghYYhzSZpVGmWGsQxFwiom09t7aoIwcXv12KnYam4zTrRTEM0NA5YxYX2WpvzBJQn eiL6UATfBH7h5CseSPbIvcclDE04HcJCkUokl4QhirYtHo84AFXCTOeZmIhWO37+nn cGzOj/5DajNhQ== Received: by breton.holly.idiocy.org (Postfix, from userid 501) id 48515202A0F9D9; Sat, 30 Jan 2021 22:15:57 +0000 (GMT) Date: Sat, 30 Jan 2021 22:15:57 +0000 From: Alan Third To: Eli Zaretskii Subject: Re: bug#46036: fails do build on macos 10.7 Message-ID: Mail-Followup-To: Alan Third , Eli Zaretskii , Riccardo Mottola , 46036-done@debbugs.gnu.org References: <837dnuajkf.fsf@gnu.org> <83v9be8wb2.fsf@gnu.org> <83ft2i8eav.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <83ft2i8eav.fsf@gnu.org> X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 46036-done Cc: 46036-done@debbugs.gnu.org, Riccardo Mottola X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) On Sat, Jan 30, 2021 at 08:34:00PM +0200, Eli Zaretskii wrote: > > Cc: 46036@debbugs.gnu.org > > From: Riccardo Mottola > > Date: Sat, 30 Jan 2021 19:32:17 +0100 > > > > > Is this change safe, or will we need another pretest to be sure? I > > > thought we could next go straight to a release candidate. > > > > to my knowledge it is safe: it is really equivalent code, the new syntax > > is just a shortcut. A test on a newer MacOS is of course needed, I don't > > have one. > > Thanks. I agree that it's safe so I've pushed the change. -- Alan Third From unknown Sat Jun 21 12:31:24 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sun, 28 Feb 2021 12:24:04 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator