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: Building the igc branch on MS-Windows Date: Thu, 25 Apr 2024 17:34:23 +0300 Message-ID: <86il051pg0.fsf@gnu.org> References: <86il063imh.fsf@gnu.org> <87ttjqghyd.fsf@gmail.com> <86zfti101u.fsf@gnu.org> <87pluegd4z.fsf@gmail.com> <86ttjp20je.fsf@gnu.org> <86msph1sfx.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="17899"; mail-complaints-to="usenet@ciao.gmane.io" Cc: eller.helmut@gmail.com, emacs-devel@gnu.org To: Gerd =?utf-8?Q?M=C3=B6llmann?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Apr 25 16:35:24 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 1s00C3-0004NI-Ra for ged-emacs-devel@m.gmane-mx.org; Thu, 25 Apr 2024 16:35:24 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1s00BL-0005rB-T0; Thu, 25 Apr 2024 10:34:39 -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 1s00BJ-0005qy-De for emacs-devel@gnu.org; Thu, 25 Apr 2024 10:34:37 -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 1s00BJ-0002bu-48; Thu, 25 Apr 2024 10:34:37 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From: Date; bh=sUGU/jWwJLmnl50M9AfDSU+PE94Fjf2+MvOgJXVZuyo=; b=a+Yhc2UigmTFUe5dByJM NSfqvwlYj/JJAVoEDemto3lxGLHpYXStS/klLqjzLQ+lnWCq+ihV6Kd7obiDZ/KX7R2As7NeaE4Tm 0FnUUbDxe+HkUc/Wrp2jwA87TAdXxIk8PamucF3cnjufM8+MXoNeq5zitt/U0175BR1beJQT3jTpM sJS07wG+ADXJzL2HfWK3RAcJabeamfPrLPk1GQOuLfz2gv6J3xd8ZawCBG3/GVXH31FoO1/75eAR6 edR9Lyu2DPcmWZIGf3WG3pNxocvede3paqsrIVXeBUoVn3ZX3Gh7nZPyjawRj/xRNWyjM/lIgxqeQ VzGQYjZ0QFfhcQ==; In-Reply-To: (message from Gerd =?utf-8?Q?M=C3=B6llmann?= on Thu, 25 Apr 2024 16:00:21 +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:318084 Archived-At: > From: Gerd Möllmann > Cc: eller.helmut@gmail.com, emacs-devel@gnu.org > Date: Thu, 25 Apr 2024 16:00:21 +0200 > > Eli Zaretskii writes: > > > Byte compilation works, as is shown by building the entire tree. > > Tree-sitter support needs finalizers to be ... ahm ... finalized > > first. What else is there that is supposed to work with the current > > source? > > Great! I'm not using treesitter, so I haven't checked, but > the finalizers are there and should finalize, at least in theory. OK, I will build with tree-sitter then and see how that works. > Also interesting woujld be if igc_on_idle is called in the right place, > or if it could/should be called elsewhere. Igc_on_idle does 100ms of GC > work, and processes MPS messages (finalization, GC start, ...). I'll take a look. > My plan after getting native-comp working, would have been to tackle > interactive use. Alas, I tripped over an LLDB problem yesterday that I > want to get out of the way first. > > Anyway. Another interesting question would be how to possibly automate > (random) testing of the GUI somehow. Do we have something that goe sin > that direction? No, we don't have any automated testing of GUI, unfortunately. There's test/src/xdisp-tests.el, which attempts to test what little that can be done in batch mode, and there are a few tests in test/manual/, which must be run interactively.