[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Tree-sitter api
From: |
Yuan Fu |
Subject: |
Re: Tree-sitter api |
Date: |
Sat, 12 Mar 2022 22:22:42 -0800 |
> On Jan 4, 2022, at 10:31 AM, Yuan Fu <casouri@gmail.com> wrote:
>
>>>
>>> How should I go about debugging this?
>>
>> Run the offending command under a debugger, and try to find out which
>> code in loadup.el causes this. On macOS, this is a bit tough, since
>> GDB doesn't work,so you cannot easily examine Lisp data using the
>> commands in src/.gdbinit.
>>
>> You could also try bisecting to find the offending commit.
>
> Thanks. I figured it out.
>
> Now that the tree-sitter integration is mostly done, anyone would like to
> look at the patch?
>
> Yuan
>
> <tree-sitter.patch>
It has been quite a while. I added some fixes to the patch and added full
changeling. Anyone would like to have a look at it?
Thanks,
Yuan