package linol-lwt

  1. Overview
  2. Docs
LSP server library (with Lwt for concurrency)

Install

Dune Dependency

Authors

Maintainers

Sources

linol-0.7.tbz
sha256=232514a42d9e6bc0530c53785e0d0a9f66b159c37911060cd6494c1bc5b0e069
sha512=6e400fa210c363586f4892f6ec4ce89be6d0fb7b978a3ebe5683e63d21ff680ce01e4aac7c19b51f43511166a35fc0833f372985ea941398f21fe88d86a41c95

CHANGES.md.html

0.7

  • Handle End_of_file by exiting

  • Fix: make server requests thread safe

  • Use positionEncoding advertised by clients

  • Use IO.catch in async

  • Log exceptions in async notification handler

  • Add more error handlers and logging around notif/request handlers

  • Add on_req_shutdown

0.6

  • Support textDocument/didSave notification

  • advertise inlay hints server capability

  • Implement Eio backend in linol-eio

  • jsonrpc2: add ?on_received/?on_sent

  • drop redundant dependency on atomic

0.5

  • api break: put spawn in the server itself, not IO

  • require OCaml 4.14

  • migrate to lsp 1.17

  • support inlay hints

  • internal tracing with trace

  • [#24] Expose get_uri for notify_back

  • expose log source

  • [#22] Threat shutdown and exit requests correctly

  • [#20] Handle messages with null value for "params" field

  • Handle server requests

  • handle workDoneTokens

OCaml

Innovation. Community. Security.