pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/textproc/tree-sitter-ruby



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Feb 13 18:17:22 UTC 2024

Modified Files:
        pkgsrc/textproc/tree-sitter-ruby: Makefile distinfo

Log Message:
tree-sitter-ruby: update to 0.20.1.

v0.20.1

What's Changed

    Switch to GitHub Actions CI. by @patrickt in #166
    Add the same PR template as for tree-sitter-javascript by @mjambon in #169
    Fixed CRLF behavior for tests by @ahelwer in #188
    Fix CRLF behavior mismatch during error recovery by @ahelwer in #189
    Endless methods by @aibaars in #190
    Add forwarded parameters/arguments by @aibaars in #191
    Disable C++ exceptions when compile for wasm32-wasi by @glebpom in #192
    Pattern matching by @aibaars in #193
    Improve grammar after the introduction of case-in pattern matching by @aibaars in #197
    Add parenthesized_pattern by @aibaars in #198
    Ruby 3.1 features by @aibaars in #201
    Update to Node 16 by @mattmassicotte in #206
    C bindings by @mattmassicotte in #199
    Parser improvements by @aibaars in #207
    CI: use windows-2019 for now by @aibaars in #209
    Add named rules for the various call operators by @aibaars in #211
    Update Makefile by @mattmassicotte in #213
    Allow newer tree-sitter upstream library. by @patrickt in #215
    Bump tree-sitter version to 0.20 by @hendrikvanantwerpen in #214
    Fix parse error in 'foo! if condition' by @aibaars in #216
    Parser improvements: != operator and key: [line_break] by @aibaars in #220
    Some improvements to the parser by @aibaars in #222
    Wrap class, module, method, and block bodies in a named node by @npezza93 in #224
    Parser improvments: quoted heredocs and short-hand interpolations by @aibaars in #225
    Add body field for end-less methods by @aibaars in #226
    Swift bindings by @mattmassicotte in #227
    fix: rename reserved word “arguments” by @drwpow in #229
    Bump versions in #208
    Anonymous (hash) splat arguments by @aibaars in #233
    One-line pattern matching by @aibaars in #194
    Scanner: do not skip LINE_BREAKs before .. and ... by @aibaars in #238
    Fix non-termination in parser by @aibaars in #239
    Fix scanning of division vs regex before line ending by @aibaars in #246
    Fix 'case' with newlines before expression by @aibaars in #247


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/textproc/tree-sitter-ruby/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/tree-sitter-ruby/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/tree-sitter-ruby/Makefile
diff -u pkgsrc/textproc/tree-sitter-ruby/Makefile:1.2 pkgsrc/textproc/tree-sitter-ruby/Makefile:1.3
--- pkgsrc/textproc/tree-sitter-ruby/Makefile:1.2       Fri Jan 20 11:14:59 2023
+++ pkgsrc/textproc/tree-sitter-ruby/Makefile   Tue Feb 13 18:17:22 2024
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2023/01/20 11:14:59 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2024/02/13 18:17:22 wiz Exp $
 
-DISTNAME=      tree-sitter-ruby-0.19.0
-PKGREVISION=   1
+DISTNAME=      tree-sitter-ruby-0.20.1
 CATEGORIES=    textproc devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=tree-sitter/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}

Index: pkgsrc/textproc/tree-sitter-ruby/distinfo
diff -u pkgsrc/textproc/tree-sitter-ruby/distinfo:1.1 pkgsrc/textproc/tree-sitter-ruby/distinfo:1.2
--- pkgsrc/textproc/tree-sitter-ruby/distinfo:1.1       Wed Jan 18 16:26:49 2023
+++ pkgsrc/textproc/tree-sitter-ruby/distinfo   Tue Feb 13 18:17:22 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2023/01/18 16:26:49 wiz Exp $
+$NetBSD: distinfo,v 1.2 2024/02/13 18:17:22 wiz Exp $
 
-BLAKE2s (tree-sitter-ruby-0.19.0.tar.gz) = f45e80f8c408a0b74e1ae37a43bc8f100bb999f072c72ba92f2e93bbf9bd5483
-SHA512 (tree-sitter-ruby-0.19.0.tar.gz) = dc092b55a73a7ffaf698c784e0a6e8fd115478ce8eb2de00301bb8c2455044a4b7f4cd04ab36eb19401386b55088ad3fba6cb9cce9856b6f607bd76caaf0900b
-Size (tree-sitter-ruby-0.19.0.tar.gz) = 325077 bytes
+BLAKE2s (tree-sitter-ruby-0.20.1.tar.gz) = f0e1c3f173543ed762bc7727ed1f9bbaff20a04cd2c48fda02c79517af878fa1
+SHA512 (tree-sitter-ruby-0.20.1.tar.gz) = 96d68cb7c557d341def9cbb9a51ecf12b7572bb46b9588bd3dab6f2598b6ce73df2fbbae8f0aa08737b34bda55e98eff8499921ea68f7389a7237fa32f62793b
+Size (tree-sitter-ruby-0.20.1.tar.gz) = 601038 bytes



Home | Main Index | Thread Index | Old Index