mirror of
https://github.com/c-cube/linol.git
synced 2025-12-06 03:05:31 -05:00
prepare for 0.7
This commit is contained in:
parent
02e678cbe2
commit
654fc823a7
5 changed files with 13 additions and 4 deletions
|
|
@ -1,4 +1,13 @@
|
|||
|
||||
# 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
|
||||
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
(name linol)
|
||||
|
||||
(version 0.6)
|
||||
(version 0.7)
|
||||
|
||||
(license MIT)
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# This file is generated by dune, edit dune-project instead
|
||||
opam-version: "2.0"
|
||||
version: "0.6"
|
||||
version: "0.7"
|
||||
synopsis: "LSP server library (with Eio for concurrency)"
|
||||
maintainer: ["Simon Cruanes"]
|
||||
authors: ["Nick Hu"]
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# This file is generated by dune, edit dune-project instead
|
||||
opam-version: "2.0"
|
||||
version: "0.6"
|
||||
version: "0.7"
|
||||
synopsis: "LSP server library (with Lwt for concurrency)"
|
||||
maintainer: ["Simon Cruanes"]
|
||||
authors: ["Simon Cruanes"]
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# This file is generated by dune, edit dune-project instead
|
||||
opam-version: "2.0"
|
||||
version: "0.6"
|
||||
version: "0.7"
|
||||
synopsis: "LSP server library"
|
||||
maintainer: ["Simon Cruanes"]
|
||||
authors: ["Simon Cruanes"]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue