Skip to content

Commit

Permalink
tree-sitter-cpp: update to 0.20.3.
Browse files Browse the repository at this point in the history
feat: use static_assert if it's available
fix: rework some rules to reduce state count
fix: allow template before identifier in qualified_identifier
fix: allow user defined literals in assignment lhs
Support dependent operator templates
Support multidimensional subscripts
  • Loading branch information
0-wiz-0 committed Aug 24, 2023
1 parent 4e41f6d commit ce19485
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions textproc/tree-sitter-cpp/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.3 2023/07/30 02:21:47 wiz Exp $
# $NetBSD: Makefile,v 1.4 2023/08/24 06:18:53 wiz Exp $

DISTNAME= tree-sitter-cpp-0.20.2
DISTNAME= tree-sitter-cpp-0.20.3
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-cpp/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.2 2023/07/30 02:21:47 wiz Exp $
$NetBSD: distinfo,v 1.3 2023/08/24 06:18:53 wiz Exp $

BLAKE2s (tree-sitter-cpp-0.20.2.tar.gz) = 609da6f25d6154489a72de2539f951d318af04e8badde6450b673bf9c8bbeb5e
SHA512 (tree-sitter-cpp-0.20.2.tar.gz) = b71945be515313598ee9d7db0da8267407e7cd0b94f4b318c4282f0333f93984a59552d39f09329fedb1f71b5ef4616f5d37ada881017dad38c705cbf3e57d7d
Size (tree-sitter-cpp-0.20.2.tar.gz) = 1050346 bytes
BLAKE2s (tree-sitter-cpp-0.20.3.tar.gz) = d521aee99bc51e612356d188559bbf8d8b7ce2c5058689dffe6d4ef8b6416786
SHA512 (tree-sitter-cpp-0.20.3.tar.gz) = 62630953cb873dccbf6203b90ac6bd62fb596a615c71603c93b4fdc1e21d456c8f6ba74576e9e86732dbce2b7deaa082ea35eddf7fd7387d1ba13236757dfaab
Size (tree-sitter-cpp-0.20.3.tar.gz) = 1056333 bytes

0 comments on commit ce19485

Please sign in to comment.