From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: emacs-28 bea843d: Avoid assertion violations in 'lookup-key' Date: Fri, 29 Oct 2021 12:25:51 -0400 Message-ID: <4afssjdchc.fsf@fencepost.gnu.org> References: <20211028175341.28336.47082@vcs0.savannah.gnu.org> <20211028175345.5388F20983@vcs0.savannah.gnu.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="13304"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) Cc: Eli Zaretskii To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Oct 29 18:28:52 2021 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 1mgUkN-0003BX-Oy for ged-emacs-devel@m.gmane-mx.org; Fri, 29 Oct 2021 18:28:51 +0200 Original-Received: from localhost ([::1]:55118 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mgUkL-0004fT-On for ged-emacs-devel@m.gmane-mx.org; Fri, 29 Oct 2021 12:28:49 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:44874) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mgUhU-0000mB-4Y for emacs-devel@gnu.org; Fri, 29 Oct 2021 12:25:55 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:42610) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mgUhT-0003de-Sw for emacs-devel@gnu.org; Fri, 29 Oct 2021 12:25:51 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=c59E0fR18hUhdv8X7gddo5b+GnNPviTbG8MpAzeVQEU=; b=kDPS7anzKe779EIYgOef spRCadj7seAcsLtKaCeqtuupyFWOwhbBEN1U+Cdu9SvcUhcZCBoM7zMPJvgLWvcO5BeGokxoOmblA pnKvWHwXIVhfE0r1ncM3RtdT807aGE+5IUEb4yFovkYeJ8SO13FvhjczmzTE4VAVArEKwjrmn+ZWc 3eE3sCNviLxV3N8O6CR5z8cCqGFb6+2FflfngF9zjQOWunfFbh83tDSCRmihgnHWLmRHH5UntAblm Jk+3Gwpyva6+h6BwyJZ1lwcZf+uSmP6VX/bnnmzb47LydUjfmJ3fLIjTJVi95hWRJ81gMwIkMpy2w Q5CnPgLYdwbMBA==; Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.90_1) (envelope-from ) id 1mgUhT-0004Se-Is; Fri, 29 Oct 2021 12:25:51 -0400 X-Spook: explosive State of emergency TSCI CDA Mafia bullion MF X-Ran: P%,+W.a(h9Y\,\-qGRL![j>Am2&Rq/NB4,eu*Iu6RR[b{G731;yU3\l]hQYLO>Kd+i@q\R X-Hue: brightblack X-Attribution: GM In-Reply-To: <20211028175345.5388F20983@vcs0.savannah.gnu.org> (Eli Zaretskii's message of "Thu, 28 Oct 2021 13:53:44 -0400 (EDT)") X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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:278209 Archived-At: > branch: emacs-28 > commit bea843dee19f2ac69f0d7a753d3bd917760a0344 > Avoid assertion violations in 'lookup-key' If this needs to be on master, please merge it yourself. The code looks totally different there, and I was tired of dealing with merge conflicts.