From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: master b5bbb29634e 1/5: Merge from origin/emacs-29 Date: Sat, 26 Aug 2023 12:41:08 +0300 Message-ID: <83pm3akuob.fsf@gnu.org> References: <168941374579.21359.4311609468242997473@vcs2.savannah.gnu.org> <20230715093546.7067CC06C72@vcs2.savannah.gnu.org> <87jzu7dpio.wl-herbert@gojira.at> <877cpndzqo.wl-herbert@gojira.at> <83edjtq8p6.fsf@gnu.org> <87bkewbyof.wl-herbert@gojira.at> <83wmxkpzqr.fsf@gnu.org> <877cpkelk2.fsf@localhost> <87r0nscz02.wl-herbert@gojira.at> <83edjspjfb.fsf@gnu.org> <87pm3ccska.wl-herbert@gojira.at> <838ra0pfca.fsf@gnu.org> <87zg2e2mxl.wl-herbert@gojira.at> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="3384"; mail-complaints-to="usenet@ciao.gmane.io" Cc: acorallo@gnu.org, yantar92@posteo.net, emacs-devel@gnu.org To: "Herbert J. Skuhra" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Aug 26 11:41:34 2023 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 1qZpnR-0000j1-Ty for ged-emacs-devel@m.gmane-mx.org; Sat, 26 Aug 2023 11:41:34 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qZpmb-0003Mg-8k; Sat, 26 Aug 2023 05:40:41 -0400 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 1qZpma-0003Lh-9k for emacs-devel@gnu.org; Sat, 26 Aug 2023 05:40:40 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qZpmZ-00042B-9q; Sat, 26 Aug 2023 05:40:39 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=RvVdTsEchs7OKthX167qEQ7qbgVoISdAWOZ+Bf5VgOA=; b=KK51T0mxVWLu cfFwuc6NMv/x3SrKdyZ2wX+SqHcyUKt4zCFnkHNknUFwOjciEv7mptkD2FFchz4U7ty+x4n4SnleY EVkp2Ycpt88FeUoW0v2TbBn2U+gnvtVH7EAJJxea1VLlML7rGKYTskJtjz0N+/QJUWiU38xSJ2Y7/ BAgZRhxIviUI2cRd8Kxa7Is0HiQdag6RiuShuA4GKSGWss/lr/Fpn05P08dlbdHoHW3PPjg3/L4Vk qQPa4XLOg55l0bXYfde1+VoID/W8OiRpHcGVzTJ19pESpJkgfVVuVyNU9ISgwkHKHAj+KkVKxLe2K lkZXC8SHeUOWRemb+tnx6A==; In-Reply-To: <87zg2e2mxl.wl-herbert@gojira.at> 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-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:309245 Archived-At: > Date: Sat, 26 Aug 2023 11:05:42 +0200 > From: "Herbert J. Skuhra" > Cc: Eli Zaretskii , yantar92@posteo.net, emacs-devel@gnu.org > > > not so far must say. I've hard time linking a native compiler related > > issue with what I see in b5bbb29634e. > > Sorry, I guess that's the wrong commit. The problem also occurs with > a047fb8494c203bd8f416e7ee9f77ad8dcb03631. > > Running 'git log --pretty=oneline' shows: > > [...] > b5bbb29634eca42582c01e2fd30c867d22f53298 Merge from origin/emacs-29 > d09de2f49d708f73e7397273a254a7775c294d05 Ignore quit while getting interprogram paste in kill-new > afdf54a5313ec898b6045e48eb6dce7d4abfa565 * lisp/progmodes/gdb-mi.el: Fix interactive invocation of 'gud-go'. > a047fb8494c203bd8f416e7ee9f77ad8dcb03631 Fix "Improve Python imports management commands" > [...] > > Why do I get Emacs 29.0.92 when I checkout e.g. the commit before > b5bbb29634eca42582c01e2fd30c867d22f53298 (d09de2f49d7 and > afdf54a5313)? The version was bumped (from 29.0.50 to 30.0.50) in > commit 65456668ab1048fe8d77dc76a9e4d84481c218a5 (Mon Nov 28 20:03:07 > 2022 +0200). Because you are bisecting inside commits made on the emacs-29 branch, which were then merged to the master branch. I suggest to bisect on the emacs-29 branch, not on master.