bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#67061: [PATCH] Improve syntax highlighting for python-ts-mode


From: Dmitry Gutov
Subject: bug#67061: [PATCH] Improve syntax highlighting for python-ts-mode
Date: Sun, 26 Nov 2023 04:12:04 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.13.0

On 11/11/2023 13:00, Eli Zaretskii wrote:
  What problems with CI did you see? I don't think I understand your
  last sentence above.

I've grepped the codebase and found those lines:
TREE-SITTER-FILES ?= $(shell cd .. ; \
   find lisp src \( -name "*-ts-mode-tests.el" -o -name "treesit-tests.el" \) | 
\
   sort | sed s/\\.el/.log/)
in test/infra/Makefile.in
I thought that tree-sitter tests  should go to either *-ts-mode-tests.el or 
treesit-tests.el files.
No, I don't think so.  If having them in python-tests.el triggers some
problems, please show them, and let's take it from there.

I'm guessing the main problem with that is that the test-tree-sitter job on EMBA won't be picking those tests up.

Which is unfortunate, but not at all a deal-breaker (but if we could make the build of python-ts-mode-tests.log load python.el, that would be even better).





reply via email to

[Prev in Thread] Current Thread [Next in Thread]