Skip to content

Commit

Permalink
py-lsprotocol: update to 2023.0.0a3.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
wiz committed Sep 9, 2023
1 parent 6781192 commit 1e07bfe
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
6 changes: 4 additions & 2 deletions lang/py-lsprotocol/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# $NetBSD: Makefile,v 1.5 2023/06/28 08:52:26 wiz Exp $
# $NetBSD: Makefile,v 1.6 2023/09/09 21:14:52 wiz Exp $
# Changes:
# https://github.com/microsoft/lsprotocol/releases

DISTNAME= lsprotocol-2023.0.0a2
DISTNAME= lsprotocol-2023.0.0a3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_PYPI:=l/lsprotocol/}
Expand Down
8 changes: 4 additions & 4 deletions lang/py-lsprotocol/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.2 2023/06/28 08:52:26 wiz Exp $
$NetBSD: distinfo,v 1.3 2023/09/09 21:14:52 wiz Exp $

BLAKE2s (lsprotocol-2023.0.0a2.tar.gz) = 8ce0652ffa6c2163a6e9388ced7e4f59e7e4549a75208269c4202d0d02ebc55c
SHA512 (lsprotocol-2023.0.0a2.tar.gz) = b98c6f26e4098b1d38567de14c204e486196ec711210547c868b861c1623f69392ff03a3328ce26e57b514b47dc74ebfac002b443d16f465a5996ce2b4056935
Size (lsprotocol-2023.0.0a2.tar.gz) = 67956 bytes
BLAKE2s (lsprotocol-2023.0.0a3.tar.gz) = 55c239158fe33b2e443cc023e5513760d7176814e2539fd883df4ba81ff20513
SHA512 (lsprotocol-2023.0.0a3.tar.gz) = d22176dd9b2ec5a205dd99f5c1287a84a9752cdd45b81b5facefec23731217851d9e437bda6e0093c6974670b9589c5043575080079cfb865e19190ba6c9b4a8
Size (lsprotocol-2023.0.0a3.tar.gz) = 68859 bytes

0 comments on commit 1e07bfe

Please sign in to comment.