Koichi Sasada

Results 276 comments of Koichi Sasada

Thank you for your reporting. Now I don't have enough time to solve this problem. Please wait a time. Easy reproduce-able code is highly welcome, to debug this issue. Thanks,...

Thank you to trying it. Did you install rstfilter by `gem install` or `bundle install`? The latter can install rstfilter in the local directory and `rstfilter-lsp` command is not installed...

I see. `rstfilter-lsp` keeps connection with STDIN/OUT. It's strange that it should be quit with Ctrl-C because it's waiting with `STDIN.gets`. https://github.com/ko1/rstfilter/blob/main/lib/rstfilter/lsp/handler.rb#L64 and original problem I couldn't solve... One assumption...

Ah, https://github.com/ko1/rstfilter/blob/main/lib/rstfilter/lsp/handler.rb#L37 `Interrupt` was rescued.

I see, so I have no idea more...

or use STDIN if a script file is not given?

However, require original file because it checks time stamp. This spec is to keep compatibility with existing source such as `File.read(File.join(__dir__, 'foo.data'))` and so on.

I missed your comment. which file?

(´・ω・`)