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: [feature/native-comp] breakage on build Date: Sat, 30 Jan 2021 21:58:40 +0200 Message-ID: <838s8a8adr.fsf@gnu.org> References: <87lfca7lsb.fsf@russet.org.uk> <463a837ca8ddbf7533c403350d75125d@russet.org.uk> <39105f71034e0902a749994dda9c4704@russet.org.uk> <83mtwq8kf3.fsf@gnu.org> <83k0ru8jnx.fsf@gnu.org> <83im7e8icf.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="30631"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org, phillip.lord@russet.org.uk To: Andrea Corallo Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Jan 30 20:59:16 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 1l5wOp-0007qd-DS for ged-emacs-devel@m.gmane-mx.org; Sat, 30 Jan 2021 20:59:15 +0100 Original-Received: from localhost ([::1]:33660 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1l5wOo-00080a-GO for ged-emacs-devel@m.gmane-mx.org; Sat, 30 Jan 2021 14:59:14 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:33378) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1l5wNw-0007Yw-Cl for emacs-devel@gnu.org; Sat, 30 Jan 2021 14:58:23 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:50597) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1l5wNv-0005fD-9j; Sat, 30 Jan 2021 14:58:19 -0500 Original-Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:2888 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1l5wNt-0003wg-Ty; Sat, 30 Jan 2021 14:58:18 -0500 In-Reply-To: (message from Andrea Corallo on Sat, 30 Jan 2021 19:44:56 +0000) 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:263636 Archived-At: > From: Andrea Corallo > Cc: phillip.lord@russet.org.uk, emacs-devel@gnu.org > Date: Sat, 30 Jan 2021 19:44:56 +0000 > > native-lisp/28.0.50-x86_64-w64-mingw32-HASH1/titdic-cnv-HASH2-HASH3.eln > > - HASH1 disambiguate triplet, Emacs configuration, version etc. But that information is already present in the text before: 28.0.50-x86_64-w64-mingw32. What else is missing that we need a hash? > The lenght of these hashes is coming directly from the algo we use > (md5), I think collision is really not an issue so we can easlily short > these. Then I think we should indeed short them, because this issue will bite us again. Thanks.