On Sun, Mar 30, 2025 at 11:48:02PM +0100, Edd Barrett wrote: > On Fri, Mar 07, 2025 at 11:20:58AM +0100, Laurent Cheylus wrote: > > Tests OK using tree-sitter with Neovim (plugin and grammars for different > > languages). > > ``` > sqlite> select fullpkgname from ports where lib_depends like '%tree-sitter%'; > emacs-30.1-gtk3 > emacs-30.1-gtk3 > emacs-30.1-gtk2 > emacs-30.1-no_x11 > emacs-30.1-pgtk > neovim-0.10.4 > ``` > > Do we have any emacs users that could check this update works for them too?
tree-sitter is used by exactly 2 ports: neovim (which you maintain) and emacs (which I maintain). At this point in the release cycle, we want to avoid runtime regressions, which kinda implies that we also want to avoid basic build errors. So it would be helpful to provide a build test report for emacs (configure log + build success). And if you hate the idea to build emacs yourself, just Cc me! (-8 Anyway... I forgot I did some basic testing on monday: the tree-sitter and emacs builds are fine on amd64 and sparc64. I won't test tree-sitter runtime support myself, no objection for 7.7 though. -- jca