apologies for pressing enter halfway through this, lol.
I updated kak-tree-sitter to v1.1.3 (edit: can confirm this also happens for v1.1.2, which was previously working) and relaunched to find its commands were available (i.e. it was being sourced) but no highlights, and selection commands didn't work either. Here is the -vvvv stderr from kts. I've run ktsctl sync -a and all grammars show as installed + up to date. I reset my kakoune configuration to how it was before the update via git and the issue persisted. My operating system is Alpine Linux. Let me know what other info I can provide!
Hi,
I’m not sure what’s going on here. The error message you get is propagated via
libloading
, a dependency ofkak-tree-sitter
, which — I think — propagates the error fromdlerror()
.The only similar issue I see mentioned online is this, and I’m not sure it’s the same problem.
Maybe there has been a regression in
libloading
? I’ll take about it with them.Cheers.
Linux x230 6.12.5-1-lts # 2-Alpine SMP PREEMPT_DYNAMIC 2024-12-19 15:58:16 x86_64 Linux