From unknown Wed Jun 18 23:18:30 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#67666 <67666@debbugs.gnu.org> To: bug#67666 <67666@debbugs.gnu.org> Subject: Status: [PATCH] gnu: Add node-safe-stable-stringify. Reply-To: bug#67666 <67666@debbugs.gnu.org> Date: Thu, 19 Jun 2025 06:18:30 +0000 retitle 67666 [PATCH] gnu: Add node-safe-stable-stringify. reassign 67666 guix-patches submitter 67666 Rikard Nordgren severity 67666 normal tag 67666 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Wed Dec 06 15:04:22 2023 Received: (at submit) by debbugs.gnu.org; 6 Dec 2023 20:04:23 +0000 Received: from localhost ([127.0.0.1]:40475 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rAy86-0000Co-IH for submit@debbugs.gnu.org; Wed, 06 Dec 2023 15:04:22 -0500 Received: from lists.gnu.org ([2001:470:142::17]:58590) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rAy84-0000Ca-HB for submit@debbugs.gnu.org; Wed, 06 Dec 2023 15:04:21 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rAy7n-0005nf-AV for guix-patches@gnu.org; Wed, 06 Dec 2023 15:04:03 -0500 Received: from mout02.posteo.de ([185.67.36.66]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rAy7k-0007k2-Ij for guix-patches@gnu.org; Wed, 06 Dec 2023 15:04:03 -0500 Received: from submission (posteo.de [185.67.36.169]) by mout02.posteo.de (Postfix) with ESMTPS id 81774240103 for ; Wed, 6 Dec 2023 21:03:58 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1701893038; bh=9XiovSi06ppVr5LYGrV+Lts7HtG5Q8pxoHzcZ81TSgA=; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version: Content-Transfer-Encoding:From; b=n2FqljhZo2DFUa8jPMRC2UFp3uNvkuxFGLeenGz+ExZ0tCyPrG0iDpu3GpRCTHB89 bq0yE+MYSZBvBS5VKlIK41UQCZ5cuO3hzP4gbn9VxCAWDNSioNxzbyn9szJcQwBvAy YS+J9tuqahTbBrEQrXtj7WpSxI8E8P4z9j5aYhRxYupSlAIf/sPW+PNbVgIxFZizL4 LwPlJ7qy95IoT1bGabfMuLNqhk3oqwKMqlImkiMQVv6PTho/d/e0StWkwvTMv6bVWV whCYzzqpHPCivpX7/KS7QL0cI0iCzcjI+OuglfjNI41l3t+ZCzuWDkEVOwJTVKdRoj TcnA+GgfGeIJw== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4SlpJF5HfYz6twr; Wed, 6 Dec 2023 21:03:57 +0100 (CET) From: Rikard Nordgren To: guix-patches@gnu.org Subject: [PATCH] gnu: Add node-safe-stable-stringify. Date: Wed, 6 Dec 2023 20:03:48 +0000 Message-Id: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=185.67.36.66; envelope-from=hrn@posteo.net; helo=mout02.posteo.de X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H5=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: submit Cc: hrn@posteo.net X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) * gnu/packages/node-xyz.scm (node-safe-stable-stringify): New variable. Change-Id: Ia54a44403807479652fe5831b08acdb661dca9e1 --- gnu/packages/node-xyz.scm | 42 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/gnu/packages/node-xyz.scm b/gnu/packages/node-xyz.scm index 6c16417309..48bfdb534c 100644 --- a/gnu/packages/node-xyz.scm +++ b/gnu/packages/node-xyz.scm @@ -467,6 +467,48 @@ (define-public node-resolve-protobuf-schema resolve all imports.") (license license:expat))) +(define-public node-safe-stable-stringify + (package + (name "node-safe-stable-stringify") + (version "2.4.3") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/BridgeAR/safe-stable-stringify") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "008adig8j13rn2a21ngnp770y4zz6yq176ix5rkskjbb8g2qwapg")))) + (build-system node-build-system) + (arguments + '(#:tests? #f + #:phases (modify-phases %standard-phases + (add-after 'patch-dependencies 'delete-dependencies + (lambda _ + (delete-dependencies '("benchmark" "clone" + "fast-json-stable-stringify" + "fast-safe-stringify" + "fast-stable-stringify" + "faster-stable-stringify" + "fastest-stable-stringify" + "json-stable-stringify" + "json-stringify-deterministic" + "json-stringify-safe" + "standard" + "tap" + "typescript" + "@types/node" + "@types/json-stable-stringify"))))))) + (home-page "https://github.com/BridgeAR/safe-stable-stringify") + (synopsis "Serialization of javascript objects") + (description + "Safe, deterministic and fast serialization alternative to JSON.stringify. +Gracefully handles circular structures and bigint instead of throwing. +Optional custom circular values, deterministic behavior or strict JSON +compatibility check.") + (license license:expat))) + (define-public node-stack-trace ;; There have been improvements since the last release. (let ((commit "4fd379ee78965ce7ce8820b436f1b1b590d5dbcf") base-commit: 23627b1706af25a0a30b96b9169a3495279aff1b -- 2.34.1 From debbugs-submit-bounces@debbugs.gnu.org Fri Dec 22 11:41:39 2023 Received: (at 67666-done) by debbugs.gnu.org; 22 Dec 2023 16:41:39 +0000 Received: from localhost ([127.0.0.1]:47734 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rGiah-0008Sx-5o for submit@debbugs.gnu.org; Fri, 22 Dec 2023 11:41:39 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:40966) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rGiaf-0008Si-Gp for 67666-done@debbugs.gnu.org; Fri, 22 Dec 2023 11:41:38 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rGiaV-0002KV-Ix; Fri, 22 Dec 2023 11:41:27 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:References:In-Reply-To:Subject:To: From; bh=rmgsiWL/jyjaFy5JoCqb72b5H8HV7wg0wFUKj2rHgzc=; b=doEUg68NEN8p6kd1feYO 7KM5IpYBoDf9f+ysVjfDJLs6cZQ3dO8rdcpHHhXj6Sb4EDaFWgzqfPHWl9kwQlMZJQJ6jfe374V7B IS5i0LPO5SUUtLyXeZYiU0GoIlVhA2pOOm6RUA63a/goM0Qp/Ulwv8vFKzocS93kQwUmYKUCBakd1 o0IqGYlA6NYiDNb0NmxG8WaTFXDC/5YEa2CfoTJiyMJkCTMrhPMaftQ8w9uVmCjjH6lK2d/yFkU87 xiu4jZWqJ0x/AhaI7nKY9/BW9ifoAJaimSfwY7kxo3Uq77TVjOokHi8X7YLoTF82Z6fOGQyPM2Rfc 8jrmsbPcuHiUoA==; From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Rikard Nordgren Subject: Re: [bug#67666] [PATCH] gnu: Add node-safe-stable-stringify. In-Reply-To: (Rikard Nordgren's message of "Wed, 6 Dec 2023 20:03:48 +0000") References: Date: Fri, 22 Dec 2023 17:41:25 +0100 Message-ID: <877cl69olm.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 67666-done Cc: 67666-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Rikard Nordgren skribis: > * gnu/packages/node-xyz.scm (node-safe-stable-stringify): New variable. > > Change-Id: Ia54a44403807479652fe5831b08acdb661dca9e1 Applied, thanks! From unknown Wed Jun 18 23:18:30 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 20 Jan 2024 12:24:19 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator