[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Treesit says grammar is unavailable when it
From: |
Eli Zaretskii |
Subject: |
Re: Treesit says grammar is unavailable when it |
Date: |
Wed, 13 Dec 2023 14:00:25 +0200 |
> Date: Tue, 12 Dec 2023 19:33:19 -0800
> From: Yuan Fu <casouri@gmail.com>
>
> Thanks for sharing this! Eli, this sort of thing might be good reasons
> to also print the error message from ldopen, rather than simply saying
> not found?
I don't mind, but IME relying too much on these error messages is not
always a good idea, since sometimes they are too generic and say
nothing except "this failed". But if it will help in some cases,
let's do it.
However, I would like to see the patch, since we seem to be signaling
an error already, and the error includes the error message from
dynlib_open? So what am I missing?