From be9933a8e9052e82c8c53c49cf83af11a59651e5 Mon Sep 17 00:00:00 2001 From: c-cube Date: Mon, 22 Jul 2024 16:54:31 +0000 Subject: [PATCH] deploy: 6785e464924d428d0c059543ce3abaf0936fff41 --- .../Jsonrpc2/class-server/index.html | 2 +- .../Jsonrpc2/Make/class-server/index.html | 2 +- .../module-type-S/class-server/index.html | 2 +- .../Linol/Server/Make/class-server/index.html | 2 +- yojson/_doc-dir/CHANGES.md | 29 +++++++++++++++++++ 5 files changed, 33 insertions(+), 4 deletions(-) diff --git a/linol-lwt/Linol_lwt/Jsonrpc2/class-server/index.html b/linol-lwt/Linol_lwt/Jsonrpc2/class-server/index.html index 0d7227bf..bf1c54b0 100644 --- a/linol-lwt/Linol_lwt/Jsonrpc2/class-server/index.html +++ b/linol-lwt/Linol_lwt/Jsonrpc2/class-server/index.html @@ -79,7 +79,7 @@ uri:Lsp__Types.DocumentUri.t -> range:Lsp.Types.Range.t -> unit -> - Lsp.Types.InlayHint.t list option IO.t
method on_req_symbol : notify_back:notify_back -> + Lsp.Types.InlayHint.t list option IO.t
method on_req_shutdown : notify_back:notify_back -> id:Req_id.t -> unit IO.t
method on_req_symbol : notify_back:notify_back -> id:Req_id.t -> uri:Lsp__Types.DocumentUri.t -> workDoneToken:Lsp__Types.ProgressToken.t option -> diff --git a/linol/Linol/Jsonrpc2/Make/class-server/index.html b/linol/Linol/Jsonrpc2/Make/class-server/index.html index 451acc93..02a6a47a 100644 --- a/linol/Linol/Jsonrpc2/Make/class-server/index.html +++ b/linol/Linol/Jsonrpc2/Make/class-server/index.html @@ -79,7 +79,7 @@ uri:Lsp__Types.DocumentUri.t -> range:Lsp.Types.Range.t -> unit -> - Lsp.Types.InlayHint.t list option IO.t
method on_req_symbol : notify_back:notify_back -> + Lsp.Types.InlayHint.t list option IO.t
method on_req_shutdown : notify_back:notify_back -> id:Req_id.t -> unit IO.t
method on_req_symbol : notify_back:notify_back -> id:Req_id.t -> uri:Lsp__Types.DocumentUri.t -> workDoneToken:Lsp__Types.ProgressToken.t option -> diff --git a/linol/Linol/Jsonrpc2/module-type-S/class-server/index.html b/linol/Linol/Jsonrpc2/module-type-S/class-server/index.html index 50b7e27f..b01c2e1b 100644 --- a/linol/Linol/Jsonrpc2/module-type-S/class-server/index.html +++ b/linol/Linol/Jsonrpc2/module-type-S/class-server/index.html @@ -79,7 +79,7 @@ uri:Lsp__Types.DocumentUri.t -> range:Lsp.Types.Range.t -> unit -> - Lsp.Types.InlayHint.t list option IO.t
method on_req_symbol : notify_back:notify_back -> + Lsp.Types.InlayHint.t list option IO.t
method on_req_shutdown : notify_back:notify_back -> id:Req_id.t -> unit IO.t
method on_req_symbol : notify_back:notify_back -> id:Req_id.t -> uri:Lsp__Types.DocumentUri.t -> workDoneToken:Lsp__Types.ProgressToken.t option -> diff --git a/linol/Linol/Server/Make/class-server/index.html b/linol/Linol/Server/Make/class-server/index.html index 566a0878..0689522d 100644 --- a/linol/Linol/Server/Make/class-server/index.html +++ b/linol/Linol/Server/Make/class-server/index.html @@ -79,7 +79,7 @@ uri:Lsp__Types.DocumentUri.t -> range:Lsp.Types.Range.t -> unit -> - Lsp.Types.InlayHint.t list option IO.t

Provide inlay hints for this document.

  • since 0.5
method on_request : 'a. notify_back:(Lsp.Server_notification.t -> unit IO.t) -> + Lsp.Types.InlayHint.t list option IO.t

Provide inlay hints for this document.

  • since 0.5
method on_req_shutdown : notify_back:notify_back -> id:Req_id.t -> unit IO.t

Process a shutdown request.

  • since 0.7
method on_request : 'a. notify_back:(Lsp.Server_notification.t -> unit IO.t) -> server_request:send_request -> id:Req_id.t -> 'a Lsp.Client_request.t -> diff --git a/yojson/_doc-dir/CHANGES.md b/yojson/_doc-dir/CHANGES.md index 551c6cb0..dc21ec69 100644 --- a/yojson/_doc-dir/CHANGES.md +++ b/yojson/_doc-dir/CHANGES.md @@ -1,3 +1,32 @@ +## 2.2.2 + +*2024-06-27* + +### Added + +- Add locations in the JSON5 parser error messages (@gcluzel, #182) + +## 2.2.1 + +*2024-06-04* + +### Fixed + +- Don't expose `Yojson_five` internals anymore (@Leonidas_from_XIV, #180) + +## 2.2.0 + +*2024-05-31* + +### Added + +- Added support for JSON5 (@dhilst, @gorm-issuu, @gertsonderby, #152) + +### Removed + +- Remove CPPO dependency to make the Yojson installation lighter + (@Leonidas-from-XIV, #175) + ## 2.1.2 *2023-11-23*