From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Andrea Corallo Newsgroups: gmane.emacs.devel Subject: Re: master da8b06bd618 4/4: Merge branch 'lisp-func-type-decls' into 'master' Date: Fri, 10 May 2024 02:49:23 -0400 Message-ID: References: <171466251672.10271.2777208436880305012@vcs2.savannah.gnu.org> <20240502150840.D741DC1CB32@vcs2.savannah.gnu.org> <874jb79kfa.fsf@pub.pink> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="18905"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Cc: emacs-devel@gnu.org To: john muhl Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri May 10 08:49:43 2024 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 1s5K4d-0004j9-GW for ged-emacs-devel@m.gmane-mx.org; Fri, 10 May 2024 08:49:43 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1s5K4M-0008VA-Sw; Fri, 10 May 2024 02:49:26 -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 1s5K4K-0008Uv-4m for emacs-devel@gnu.org; Fri, 10 May 2024 02:49:25 -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 1s5K4J-0003o1-GX; Fri, 10 May 2024 02:49:23 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:References:In-Reply-To:Subject:To: From; bh=uNCAB3/e8CI7AylvheWb5ZWLR0JgEG+SoS9/LLUHlT0=; b=qHMeiUpBB0BwcYAVZPoE yv/sp2AKR0FwKQJbTvq8GRcMC5X/FLJ7Gk9Pk5jFij6joZQrP1OO672Kkestx26qxx9nzS+l7BtO3 Uj5UYPz0l37nEZ7g9tip77ZtPHPcfG08wNmc29H7A6uewFeKbT5u7fMN5m43EYHd2VuVWcz03bU37 oUcue6CbkiBC6Mma1MQ2lv/McQslOd1AfqFdwHtra+FwzsUwK5mEBVDU57nXJu8IKXxWGfWpClt+b 0NwH15Wl2HltkzyACNEpZ623FxR5KTKblPWXjeytjDwWTXxmQGR/iWLGZOyVkY5889LqOAwplkf0D 9v/E0xZh3daOwQ==; Original-Received: from acorallo by fencepost.gnu.org with local (Exim 4.90_1) (envelope-from ) id 1s5K4J-0006im-8B; Fri, 10 May 2024 02:49:23 -0400 In-Reply-To: <874jb79kfa.fsf@pub.pink> (john muhl's message of "Thu, 09 May 2024 08:31:25 -0500") 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:319111 Archived-At: john muhl writes: > This causes some comp-tests to fail here. > > make test/src/comp-tests.log Hi John, thanks for reporting. I noticed the tests failing but is good to know where they come from. I'll try to have a look later today. Andrea