From 8d0d919fbf43230148da7533519ed0ffdfaa4197 Mon Sep 17 00:00:00 2001 From: Mehmet Samet Duman Date: Sat, 4 Apr 2026 19:47:58 +0300 Subject: NOISSUE add GitHub Actions scripts for PR preparation and review management - Introduced `prepare.js` to validate PR mergeability and branch targeting. - Added `reviews.js` for automated review dismissal and posting. - Created `run` script to execute actions with GitHub context. - Implemented rate limiting in `withRateLimit.js` to manage API requests. - Added `supportedBranches.js` for branch classification logic. - Created `update-pinned.sh` for updating pinned dependencies. - Added `pinned.json` to manage pinned Nix dependencies. - Updated `libnbtplusplus` version from 2.3 to 3.0 and adjusted README accordingly. Signed-off-by: Mehmet Samet Duman --- libnbtplusplus/CMakeLists.txt | 2 +- libnbtplusplus/README.md | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'libnbtplusplus') diff --git a/libnbtplusplus/CMakeLists.txt b/libnbtplusplus/CMakeLists.txt index cb3bff5baa..ea4efeccd1 100644 --- a/libnbtplusplus/CMakeLists.txt +++ b/libnbtplusplus/CMakeLists.txt @@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.15) project(libnbt++ - VERSION 2.3) + VERSION 3.0) # supported configure options option(NBT_BUILD_SHARED "Build shared libraries" OFF) diff --git a/libnbtplusplus/README.md b/libnbtplusplus/README.md index fdc96df533..139872eeff 100644 --- a/libnbtplusplus/README.md +++ b/libnbtplusplus/README.md @@ -4,7 +4,7 @@ SPDX-FileCopyrightText: 2013, 2015 ljfa-ag SPDX-License-Identifier: LGPL-3.0-or-later --> -# libnbt++ 2 +# libnbt++ 3 libnbt++ is a free C++ library for Minecraft's file format Named Binary Tag (NBT). It can read and write compressed and uncompressed NBT files and @@ -12,8 +12,8 @@ provides a code interface for working with NBT data. ---------- -libnbt++2 is a remake of the old libnbt++ library with the goal of making it -more easily usable and fixing some problems. The old libnbt++ especially +libnbt++3 is a remake of the old libnbt++2 library with the goal of making it +more easily usable and fixing some problems. The old libnbt++2 especially suffered from a very convoluted syntax and boilerplate code needed to work with NBT data. @@ -29,8 +29,8 @@ This project uses CMake for building. Ensure you have CMake installed. ### Build Steps 1. Clone the repository: ``` - git clone https://github.com/PrismLauncher/libnbtplusplus.git - cd libnbtplusplus + git clone https://github.com/Project-Tick/Project-Tick.git + cd Project-Tick/libnbtplusplus/ ``` 2. Create a build directory: -- cgit 0.0.5-2-1-g0f52