From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Alexander Adolf Newsgroups: gmane.emacs.devel Subject: Re: 29.0.50 master freeze on macOS Date: Tue, 19 Jul 2022 17:35:19 +0200 Message-ID: References: <8c1839f7ace24a57dbce351ef546c437@condition-alpha.com> <838rovu685.fsf@gnu.org> <83a69as15c.fsf@gnu.org> <5cd7689bb258db5a267a908c9cb18e0c@condition-alpha.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="32484"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Jul 19 17:37:08 2022 Return-path: Envelope-to: ged-emacs-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 1oDpHY-0008Fz-9e for ged-emacs-devel@m.gmane-mx.org; Tue, 19 Jul 2022 17:37:08 +0200 Original-Received: from localhost ([::1]:55770 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oDpHW-0001V3-Sa for ged-emacs-devel@m.gmane-mx.org; Tue, 19 Jul 2022 11:37:06 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:46484) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oDpFx-00008I-LH for emacs-devel@gnu.org; Tue, 19 Jul 2022 11:35:30 -0400 Original-Received: from smtprelay07.ispgateway.de ([134.119.228.99]:60473) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oDpFt-0003c3-C0; Tue, 19 Jul 2022 11:35:27 -0400 Original-Received: from [46.244.223.188] (helo=condition-alpha.com) by smtprelay07.ispgateway.de with esmtpsa (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1oDpFk-0006FG-6a; Tue, 19 Jul 2022 17:35:16 +0200 In-Reply-To: <5cd7689bb258db5a267a908c9cb18e0c@condition-alpha.com> X-Df-Sender: YWxleGFuZGVyLmFkb2xmQGNvbmRpdGlvbi1hbHBoYS5jb20= Received-SPF: pass client-ip=134.119.228.99; envelope-from=alexander.adolf@condition-alpha.com; helo=smtprelay07.ispgateway.de X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:292275 Archived-At: Alexander Adolf writes: > [...] > Inside the while() loop, the if (CONSP (parent_face)) fails, and it > executes the else branch. From there, it calls > [...] One more thing: get_lface_attributes() always returns ok, i.e. it never gets to the break instruction.