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: STatus of MPS branch Date: Sun, 21 Apr 2024 04:58:07 -0400 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="15379"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Cc: emacs-devel To: Gerd =?utf-8?Q?M=C3=B6llmann?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Apr 21 10:58:39 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 1ryT1x-0003rf-Rp for ged-emacs-devel@m.gmane-mx.org; Sun, 21 Apr 2024 10:58:37 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ryT1V-0002S5-Ue; Sun, 21 Apr 2024 04:58:09 -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 1ryT1U-0002RO-3I for emacs-devel@gnu.org; Sun, 21 Apr 2024 04:58:08 -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 1ryT1T-0004Ee-R6; Sun, 21 Apr 2024 04:58:07 -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=1mk5wUmrFn69Eh1q8N1JvX2aHqQvVn0FHluDusvh7VY=; b=gHDUhULglWBIBDuDIz6u yWPP0tuqLs3cChafvo3twfqy8SpflqTiehz9XdN3eKAgdnqqkbSrwQrxANNPQaTkNdz3z4tgo465z WW72/DraMZmNPogCrSTRUT/q8E1wPyPKX6GdUpwVHc3kdj75hS9DA1pYDFAZ5XzGafz1X4eNQejsB ILc5JBsgnm/r2Pe7r9Ibsyodr7s+VMfRhG2GH0dDaxXLayIpOeSMqRqtf03nNVjK+W4ElWB0MYH5y NocVrzVGoNw4QLZ6Zlhvo1hxCunMWn9biX9zyg0bwDNqa4X6Lnl5/5K6L0KTo/1LT0SENffFlai27 1ekzboQoHyh4JA==; Original-Received: from acorallo by fencepost.gnu.org with local (Exim 4.90_1) (envelope-from ) id 1ryT1T-00070b-JZ; Sun, 21 Apr 2024 04:58:07 -0400 In-Reply-To: ("Gerd =?utf-8?Q?M=C3=B6llmann?= =?utf-8?Q?=22's?= message of "Sun, 21 Apr 2024 09:49:50 +0200") 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:317914 Archived-At: Gerd M=C3=B6llmann writes: > Gerd M=C3=B6llmann writes: > >> - Run tests with native compilation. > > I'm oding that. It currently does not build with native compilation. > > Error: native-ice ("emacs-lisp/bytecomp.el" "can't find data in relocatio= n containers") > signal(native-ice ("emacs-lisp/bytecomp.el" "can't find data in relocat= ion containers")) > comp--native-compile("emacs-lisp/bytecomp.el") > > which sounds like it could have to do with moving pointers. Hi Gerd, does scratch/igc support hash table with custom defined test? Is `sxhash-equal-including-properties` supposed to work on the branch? Thanks Andrea