Path to this page:
Subject: CVS commit: pkgsrc/lang/py-pygls
From: Adam Ciarcinski
Date: 2022-11-23 23:21:52
Message id: 20221123222152.D8E4DFA90@cvs.NetBSD.org
Log Message:
py-pygls: updated to 0.13.0
0.13.0
Added
- Add `name` and `version` arguments to the constructor of `LanguageServer`
Changed
- Default behaviour change: uncaught errors are now sent as `showMessage` errors \
to client.
Overrideable in `LanguageServer.report_server_error()`: \
https://github.com/openlawlibrary/pygls/pull/282
Fixed
- `_data_recevied()` JSONRPC message parsing errors now caught
- Fix "Task attached to a different loop" error in `Server.start_ws`
Files: