Closed uga-rosa closed 5 months ago
[!IMPORTANT]
Auto Review Skipped
Draft detected.
Please check the settings in the CodeRabbit UI or the
.coderabbit.yaml
file in this repository.To trigger a single review, invoke the
@coderabbitai review
command.
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 90.75%. Comparing base (
4f0bbc9
) to head (43481fc
). Report is 97 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
The cost of adding a Lua implementation is somewhat high, but I believe it's sufficient to establish a method for accessing the raw channel. I've opened a new issue regarding this in Denops v6.1 (https://github.com/vim-denops/denops.vim/issues/309).
Rethink about this and I've changed my mind. Now I think exposing the raw channel would make things more complicated than adding lua implementation.
SSIA Conversion may affect performance.
Test
export function main(denops: Denops) { denops.dispatcher = { nochange(x: unknown): unknown { return x; }, }; }
time.lua
.