mawww / kakoune

mawww's experiment for a better code editor
http://kakoune.org
The Unlicense
9.85k stars 710 forks source link

[BUG] Long (ranges-spec) option seems to block ::write #5037

Closed hadronized closed 9 months ago

hadronized commented 9 months ago

Version of Kakoune

Kakoune v2023.08.05-128-g4499b26c

Reproducer

I haven’t had the time to write a reproducible example; will try later, but as a source of information, have a look at this comment.

Outcome

Freeze of the Kakoune session.

Expectations

The option should be set to the (long) list of parameters.

Additional information

No response

hadronized commented 9 months ago

From what I see in https://github.com/phaazon/kak-tree-sitter/issues/168#issuecomment-1817814208, it looks like an overflow to me?

hadronized commented 9 months ago

Closing; it was a deadlock due to FIFO. Sorry for the noise.