From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: BNF Mode 0.4.3 Date: Mon, 20 Jan 2020 14:49:56 -0500 Message-ID: References: <85f96945-b41f-8061-e2ed-351683c479d6@protonmail.ch> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="111424"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) Cc: GNU Emacs Developers To: Serghei Iakovlev Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Jan 20 20:51:06 2020 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 1itd4j-000Sq5-NP for ged-emacs-devel@m.gmane-mx.org; Mon, 20 Jan 2020 20:51:05 +0100 Original-Received: from localhost ([::1]:43564 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1itd4i-0002ae-QD for ged-emacs-devel@m.gmane-mx.org; Mon, 20 Jan 2020 14:51:04 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:38419) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1itd3m-0001qj-MX for emacs-devel@gnu.org; Mon, 20 Jan 2020 14:50:07 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1itd3k-0004Ab-HL for emacs-devel@gnu.org; Mon, 20 Jan 2020 14:50:05 -0500 Original-Received: from mailscanner.iro.umontreal.ca ([132.204.25.50]:13589) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1itd3k-00049a-AY for emacs-devel@gnu.org; Mon, 20 Jan 2020 14:50:04 -0500 Original-Received: from pmg1.iro.umontreal.ca (localhost.localdomain [127.0.0.1]) by pmg1.iro.umontreal.ca (Proxmox) with ESMTP id 59AFD1008CA; Mon, 20 Jan 2020 14:50:03 -0500 (EST) Original-Received: from mail01.iro.umontreal.ca (unknown [172.31.2.1]) by pmg1.iro.umontreal.ca (Proxmox) with ESMTP id 987F3100473; Mon, 20 Jan 2020 14:50:00 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=iro.umontreal.ca; s=mail; t=1579549800; bh=YGL7bnNaXVssXXQCe1G0kyUZgYWSMuCTb52hQqZv6a8=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=OX6b+dikSYfUlL9/C6rhra3yvol9FMSoXUwuZn0SHIGV9qZSceDo6G2WvW2rNayV7 vQzb8Hw6Qmu8yrqlu45KN1TqLS4I92d+9fgUgAIqBb994ra7mbjfZM3QmtL3BPb9Ny o1dxkM8TrbMvuR0Dtr3fBjquc6x/1QLLMay5+uo3jj7WPBrhffZ7ruiDp/ynvWlHbm AIh7NneLvpodM53Ta4A66aL64IYVzKcxtvekpw9KvOhddir4qqsjYP7Ps2epWtSwOR ulGgTG5m/JJoS1lco1aAUgvFNMFzdY7C3ul0E9AXYtId1x4v5DaeTyAa5K27u+1h1k Cf2jQVwx9vhfQ== Original-Received: from alfajor (unknown [45.72.156.100]) by mail01.iro.umontreal.ca (Postfix) with ESMTPSA id 21769120761; Mon, 20 Jan 2020 14:50:00 -0500 (EST) In-Reply-To: <85f96945-b41f-8061-e2ed-351683c479d6@protonmail.ch> (Serghei Iakovlev's message of "Mon, 20 Jan 2020 19:42:15 +0000") X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 132.204.25.50 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:244440 Archived-At: > As far as I remember, there should not be such changes. Indeed, it seems the `git diff` is empty, so it's just that Git doesn't know that all elpa.git changes were merged into the github branch. I think that if you `git merge elpa/externals/bnf-mode` it will fix this cosmetic issue. > I'm sorry for inconvenience with the release. No inconvenience at all. I just mentioned the "non fast forward" since it can be a sign of missing sync. > Well, are there any blocking problems for the release 0.4.3? Not that I know. The release is cut automatically by a job that runs twice a day, so if all goes well it'll be out in a few hours. > I would like to note that if changes are necessary, I would like to > use a new version for doing this, e.g. 0.4.4. No disagreement from my side ;-) Stefan