Skip to content

Commit

Permalink
tree-sitter-ruby: update to 0.20.1.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
wiz committed Feb 13, 2024
1 parent b1ab8c9 commit 9e332c3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
5 changes: 2 additions & 3 deletions textproc/tree-sitter-ruby/Makefile
Original file line number Diff line number Diff line change
@@ -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}
Expand Down
8 changes: 4 additions & 4 deletions textproc/tree-sitter-ruby/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 9e332c3

Please sign in to comment.