emacs-devel
[Top][All Lists]
Advanced

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

Re: Tree-sitter integration in python.el


From: Yuan Fu
Subject: Re: Tree-sitter integration in python.el
Date: Thu, 6 Oct 2022 11:26:04 -0700


> On Oct 6, 2022, at 12:18 AM, Matthias Meulien <orontee@gmail.com> wrote:
> 
> Yuan Fu <casouri@gmail.com> writes:
> 
>>>> (...)  Why is the _url attribute highlighted? Other attributes don’t
>>>> seem to be highlighted.
>>> 
>>> I guess it's because it is on the left hand side of an assignment.
>>> 
>> 
>> I’ve fixed fontification discrepancies you found and pushed the change.
> 
> Thanks!
> 
> Happy to see that master was merged into feature/tree-sitter branch.
> Unfortunately on my side it doesn't compile anymore.  Am I the only one
> with that problem?
> 
> matthias@carbon:~/Sources/emacs (feature/tree-sitter ✕$ =)
> ↳ make clean && make distclean && ./configure --with-native-compilation
> --with-x-toolkit=no && make -j6 bootstrap
> 
> In toplevel form:
> mh-e/mh-folder.el:513:2: Error: Doc string is missing
> make[4]: *** [Makefile:327 : mh-e/mh-folder.elc] Erreur 1
> make[4]: *** Attente des tâches non terminées....
> make[4] : on quitte le répertoire « /home/matthias/Sources/emacs/lisp »
> make[3]: *** [Makefile:366 : compile-main] Erreur 2
> make[3] : on quitte le répertoire « /home/matthias/Sources/emacs/lisp »
> make[2]: *** [Makefile:531 : lisp] Erreur 2
> make[2] : on quitte le répertoire « /home/matthias/Sources/emacs »
> make[1]: *** [Makefile:1253 : actual-bootstrap] Erreur 2
> make[1] : on quitte le répertoire « /home/matthias/Sources/emacs »
> make[1] : on entre dans le répertoire « /home/matthias/Sources/emacs »
> ***
> *** "make bootstrap" failed with exit status 2.

Oops, I merged the master again and ran git clean -xf followed by make 
bootstrap, which compiled successfully. Something in the tree-sitter branch 
requires a git clean to build after merging master, it seems.

Yuan


reply via email to

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