Path to this page:
./
lang/py-lsprotocol,
Python implementation of the Language Server Protocol
Branch: CURRENT,
Version: 2023.0.1,
Package name: py311-lsprotocol-2023.0.1,
Maintainer: pkgsrc-users`lsprotocol` is a python implementation of object types used in
the Language Server Protocol (LSP).
LSP is used by editors to communicate with various tools to enables
services like code completion, documentation on hover, formatting,
code analysis, etc. The intent of this library is to allow you to
build on top of the types used by LSP.
Master sites:
Filesize: 67.807 KB
Version history: (Expand)
- (2024-01-14) Updated to version: py311-lsprotocol-2023.0.1
- (2023-11-19) Updated to version: py311-lsprotocol-2023.0.0.3
- (2023-11-19) Updated to version: py311-lsprotocol-2023.0.0.1
- (2023-10-28) Updated to version: py311-lsprotocol-2023.0.0b1nb1
- (2023-10-05) Updated to version: py311-lsprotocol-2023.0.0b1
- (2023-09-10) Updated to version: py311-lsprotocol-2023.0.0a3
CVS history: (Expand)
2024-01-14 10:06:14 by Thomas Klausner | Files touched by this commit (1) |
Log message:
py-lsprotocol: fix PKGNAME
|
2024-01-14 10:05:16 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
lsprotocol: update to 2023.0.1.
Changes not found.
|
2023-11-19 21:27:49 by Thomas Klausner | Files touched by this commit (1) |
Log message:
py-lsprotocol: increase version to make it higher than before
|
2023-11-19 15:21:42 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
py-lsprotocol: update to 2023.0.0.1.
Enhancements
Update to latest LSP spec by @karthiknadig in #281
Bug Fixes
Update package classifiers by @karthiknadig in #284
|
2023-10-28 21:57:26 by Thomas Klausner | Files touched by this commit (516) | |
Log message:
python/wheel.mk: simplify a lot, and switch to 'installer' for installation
This follows the recommended bootstrap method (flit_core, build, installer).
However, installer installs different files than pip, so update PLISTs
for all packages using wheel.mk and bump their PKGREVISIONs.
|
2023-10-04 23:24:42 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-lsprotocol: updated to 2023.0.0b1
2023.0.0b1
Add broad spectrum tests for python
|
2023-09-09 23:14:52 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
py-lsprotocol: update to 2023.0.0a3.
Enhancements
Update LSP spec to latest by @karthiknadig in #230
Add --output-dir switch to code generator by @karthiknadig in #239
Dotnet
Dotnet: Code generation for LSP methods by @karthiknadig in #222
Generate request, notification and options classes by @karthiknadig in #224
dotnet: Add test case generation by @karthiknadig in #226
Add devcontainer support to repo by @timheuer in #234
Add dotnet test and format check to GHA by @karthiknadig in #240
Add response types and improve test suite by @karthiknadig in #243
Generate dotnet project package. by @karthiknadig in #252
Format Generated Code by @karthiknadig in #257
Use record instead of class for LSP types. by @karthiknadig in #258
Use ImmutableArray and ImmutableDictionary by @karthiknadig in #256
Bug Fixes
Fix bug with structuring LSPObject type by @karthiknadig in #229
dotnet: Fix issues with OrType serialization by @karthiknadig in #232
Improve documentation tags in generated code by @karthiknadig in #250
Fix warning with generated converter code by @karthiknadig in #251
Fix for missing notebook selector hook by @karthiknadig in #260
|
2023-06-28 10:52:26 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
py-lsprotocol: update to 2023.0.0a2.
Changes: not found.
|