From unknown Tue Jun 17 20:20:28 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#77832 <77832@debbugs.gnu.org> To: bug#77832 <77832@debbugs.gnu.org> Subject: Status: [PATCH] news: Add entry for the node-build-system API change. Reply-To: bug#77832 <77832@debbugs.gnu.org> Date: Wed, 18 Jun 2025 03:20:28 +0000 retitle 77832 [PATCH] news: Add entry for the node-build-system API change. reassign 77832 guix-patches submitter 77832 Jelle Licht severity 77832 normal tag 77832 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Tue Apr 15 16:57:17 2025 Received: (at submit) by debbugs.gnu.org; 15 Apr 2025 20:57:17 +0000 Received: from localhost ([127.0.0.1]:56559 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1u4nLJ-0001EP-99 for submit@debbugs.gnu.org; Tue, 15 Apr 2025 16:57:17 -0400 Received: from lists.gnu.org ([2001:470:142::17]:51782) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1u4nLF-0001AP-MU for submit@debbugs.gnu.org; Tue, 15 Apr 2025 16:57:15 -0400 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 1u4nKu-0000F5-3W for guix-patches@gnu.org; Tue, 15 Apr 2025 16:56:52 -0400 Received: from mail2.fsfe.org ([2001:780:215:1::55]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1u4nKn-0003eK-Da for guix-patches@gnu.org; Tue, 15 Apr 2025 16:56:51 -0400 From: Jelle Licht DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fsfe.org; s=2023072501; t=1744750601; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=zTZrPwWV9U1qIKtE4wydhqgK9qcr3nVSYiexPUTmOj8=; b=HMPkXz3sw8Dxl50Sq6nbC8EZ00GeiozaJQMBxm71oJ81/rIBUj7YTpqtW3MBdgWMk0Jn6U Yly8T61RVzBzrWALgrYs6aQESxdvqwT1n/miNlQw3uh7iV+eTfYp9ZnI6GF/r/qZ8JsDrE butA5j9/Rkyp412PDJdRXWeLulLkzhg= To: guix-patches@gnu.org Subject: [PATCH] news: Add entry for the node-build-system API change. Date: Tue, 15 Apr 2025 22:52:48 +0200 X-Debbugs-Cc: Florian Pelz , Julien Lepiller , Ludovic =?utf-8?Q?Court=C3=A8s?= Message-Id: <0417d9ca34d7d7f80677d0421b8aea478274a297.1744750582.git.jlicht@fsfe.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=2001:780:215:1::55; envelope-from=jlicht@fsfe.org; helo=mail2.fsfe.org X-Spam_score_int: -70 X-Spam_score: -7.1 X-Spam_bar: ------- X-Spam_report: (-7.1 / 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_HI=-5, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) X-Debbugs-Envelope-To: submit 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.1 (/) * etc/news.scm: Add entry. Change-Id: I11b33fef997764f661e03a4b527c7610c48940f0 --- etc/news.scm | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/etc/news.scm b/etc/news.scm index 4b3da44540..7e9f41736d 100644 --- a/etc/news.scm +++ b/etc/news.scm @@ -28,6 +28,7 @@ ;; Copyright =C2=A9 2024 Nicolas Graves ;; Copyright =C2=A9 2024 Sebastian D=C3=BCmcke ;; Copyright =C2=A9 2025 Roman Scherer +;; Copyright =C2=A9 2025 Jelle Licht =20 ;; ;; Copying and distribution of this file, with or without modification, are @@ -36,6 +37,23 @@ =20 (channel-news (version 0) + (entry (commit "3e9e164154af6245389af5a1781473b36263ad20") + (title + (en "Incompatible changes in the @code{node-build-system}")) + (body + (en "The @code{node-build-system} has been modified to work with = the new +@code{modify-json} API. + +Note that if you used @code{delete-dependencies} or +@code{with-atomic-json-file-replacement} in your own packages previously, = you now +have to wrap these in @code{modify-json}. For example: + +@lisp +(modify-json (delete-dependencies '(\"tslint\"))) +@end lisp + +The @code{npm-binary} importer generates package expressions using the new +@{modify-json} API."))) =20 (entry (commit "0e51c6547ffdaf91777f7383da4a52a1a07b7286") (title base-commit: 12a6dd40a7b88454cc8a8c930c22681fcee5b1ea --=20 2.49.0 From debbugs-submit-bounces@debbugs.gnu.org Wed Apr 16 05:51:38 2025 Received: (at 77832) by debbugs.gnu.org; 16 Apr 2025 09:51:39 +0000 Received: from localhost ([127.0.0.1]:35233 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1u4zQe-0002Za-VY for submit@debbugs.gnu.org; Wed, 16 Apr 2025 05:51:38 -0400 Received: from relay.yourmailgateway.de ([188.68.63.98]:51421) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1u4zQa-0002Yf-Mb for 77832@debbugs.gnu.org; Wed, 16 Apr 2025 05:51:34 -0400 Received: from mors-relay-2501.netcup.net (localhost [127.0.0.1]) by mors-relay-2501.netcup.net (Postfix) with ESMTPS id 4ZcxBB73wQz656F; Wed, 16 Apr 2025 11:51:30 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=pelzflorian.de; s=key2; t=1744797091; bh=XgcFwVwpfZbIq2QNU/X5doI9kQYNfitqOrNCui7VvDE=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=kubIDQ6zmhN+XLjsIH20w6E43Hkla3QDSKWTy64OuC7K4Ru5mQKccox2iWj7uzKpe xVmbPAcXc0YnKOnlLj5C7GQdtEzlVq1+v+1PGtUzU53HzSEgqJcMdoZQjsbbcgM2sk YNhLB51SXni8VPulSWzUXhmlEdPoPuD8R2MkRRAOkU39zSbAFwCy3Fz+SXLkd5vcfF ihY/J3bg86WDW/a+si4Bzt16/iQN3XG8ed0ALnXpAvC3rDo2AipvAzwQ5CGZugj06h Ploe64lli3F+lg88bIO3QP8Sypv75swBM71skwfXM8Bk2q3V4BYvCspn9nZSNdl6TY 1Qx/CkuP4ZSzA== Received: from policy01-mors.netcup.net (unknown [46.38.225.35]) by mors-relay-2501.netcup.net (Postfix) with ESMTPS id 4ZcxBB6Mg5z4y1j; Wed, 16 Apr 2025 11:51:30 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at policy01-mors.netcup.net X-Spam-Flag: NO X-Spam-Score: -2.9 X-Spam-Level: X-Spam-Status: No, score=-2.9 required=6.31 tests=[ALL_TRUSTED=-1, BAYES_00=-1.9] autolearn=ham autolearn_force=no Received: from mxe217.netcup.net (unknown [10.243.12.53]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by policy01-mors.netcup.net (Postfix) with ESMTPS id 4ZcxB81Q2gz8tYc; Wed, 16 Apr 2025 11:51:27 +0200 (CEST) Received: from florianhp (ipb21a5dbf.dynamic.kabel-deutschland.de [178.26.93.191]) by mxe217.netcup.net (Postfix) with ESMTPSA id 9B60D851DA; Wed, 16 Apr 2025 11:51:20 +0200 (CEST) From: "pelzflorian (Florian Pelz)" To: Jelle Licht Subject: Re: [bug#77832] [PATCH] news: Add entry for the node-build-system API change. In-Reply-To: <0417d9ca34d7d7f80677d0421b8aea478274a297.1744750582.git.jlicht@fsfe.org> (Jelle Licht's message of "Tue, 15 Apr 2025 22:52:48 +0200") References: <0417d9ca34d7d7f80677d0421b8aea478274a297.1744750582.git.jlicht@fsfe.org> Date: Wed, 16 Apr 2025 11:52:04 +0200 Message-ID: <878qo04env.fsf@pelzflorian.de> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Rspamd-Server: rspamd-worker-8404 X-Rspamd-Queue-Id: 9B60D851DA X-NC-CID: lUDkM6T7k+aAi/q08/R6Bky2XMHHCmuFYbCj21JRdn3rT/RkP8UgvLtu X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 77832 Cc: Julien Lepiller , Ludovic =?utf-8?Q?Court=C3=A8s?= , 77832@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: -1.0 (-) --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Thank you Jelle for writing the news and simplifying node-build-system. Could you add this German news translation? Also: * I changed @{modify-json} to @code{modify-json}. * I adjusted the line breaks to the 80 characters per line limit. * When translating, I omitted the words =E2=80=9CNote that=E2=80=9D. I bel= ieve they could also be removed from the English version, but have not made that change. Does not matter much either way. --=-=-= Content-Type: text/plain; charset=utf-8 Content-Disposition: inline; filename=german-news-node-api.scm Content-Transfer-Encoding: quoted-printable (entry (commit "3e9e164154af6245389af5a1781473b36263ad20") (title (en "Incompatible changes in the @code{node-build-system}") (de "Inkompatible =C3=84nderungen im @code{node-build-system}")) (body (en "The @code{node-build-system} has been modified to work with t= he new @code{modify-json} API. Note that if you used @code{delete-dependencies} or @code{with-atomic-json-file-replacement} in your own packages previously, y= ou now have to wrap these in @code{modify-json}. For example: @lisp (modify-json (delete-dependencies '(\"tslint\"))) @end lisp The @code{npm-binary} importer generates package expressions using the new @code{modify-json} API.") (de "Das Erstellungssystem @code{node-build-system} wurde ver=C3= =A4ndert und benutzt jetzt die neue @code{modify-json}-API. Wenn Sie bisher @code{delete-dependencies} oder @code{with-atomic-json-file-replacement} in Ihren eigenen Paketen benutzt h= aben, m=C3=BCssen Sie diese jetzt mit @code{modify-json} umh=C3=BCllen. Zum Beis= piel: @lisp (modify-json (delete-dependencies '(\"tslint\"))) @end lisp Der @code{npm-binary}-Importer verwendet die neue @code{modify-json}-API und erzeugt damit Paketausdr=C3=BCcke."))) --=-=-= Content-Type: text/plain Regards, Florian --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Wed Apr 16 10:19:05 2025 Received: (at 77832) by debbugs.gnu.org; 16 Apr 2025 14:19:05 +0000 Received: from localhost ([127.0.0.1]:39623 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1u53bV-0000XS-3e for submit@debbugs.gnu.org; Wed, 16 Apr 2025 10:19:05 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:35766) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1u53bQ-0000Vk-2g for 77832@debbugs.gnu.org; Wed, 16 Apr 2025 10:19:01 -0400 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 1u53bH-0003ch-CL; Wed, 16 Apr 2025 10:18:51 -0400 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=ahIkUMe6IwuDroaKugfqC+brZiPTv5I89AJiiE7OCOY=; b=Uki3582NuEU+m4LiycpW Du3FKPyPKwzajbL4g5ng+fZyzJW4guE9grHBifDtxYoMc6xcbK9cdPMnhXIsXSMo1K5+zIcSucTpW 9QJboxr4glqOLwW4or9mUe+ygg/Bq+z6U2hh0e22657IyCPXAiw6MdDEwmfT5nnMxoldyE6glBd3W NQhJWgipbwOiqyD1s2/Jh4BTdK/mjP07yjcjfL9MFLHXS0hIKd3l1/HFPYYAI6JODT8iRYkvMEXBw HbTbsuVaw7H3tcWYUsV4eMB6Imay5L+nC0NfGDkvK9EAW/NsYDc+Qcnoa2IHnk6nmmcWnXiIpAv0j Io7xbQOv9n9ZWg==; From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Jelle Licht Subject: Re: [bug#77832] [PATCH] news: Add entry for the node-build-system API change. In-Reply-To: <0417d9ca34d7d7f80677d0421b8aea478274a297.1744750582.git.jlicht@fsfe.org> (Jelle Licht's message of "Tue, 15 Apr 2025 22:52:48 +0200") References: <0417d9ca34d7d7f80677d0421b8aea478274a297.1744750582.git.jlicht@fsfe.org> User-Agent: mu4e 1.12.9; emacs 29.4 X-URL: https://people.bordeaux.inria.fr/lcourtes/ X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu X-Revolutionary-Date: Septidi 27 Germinal an 233 de la =?utf-8?Q?R=C3=A9vo?= =?utf-8?Q?lution=2C?= jour de =?utf-8?Q?l'An=C3=A9mone?= Date: Wed, 16 Apr 2025 16:04:51 +0200 Message-ID: <87ikn4b3ss.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 77832 Cc: Julien Lepiller , Florian Pelz , 77832@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 (---) Jelle Licht writes: > * etc/news.scm: Add entry. > > Change-Id: I11b33fef997764f661e03a4b527c7610c48940f0 LGTM, thanks. :-) From debbugs-submit-bounces@debbugs.gnu.org Fri Apr 18 09:06:41 2025 Received: (at 77832-done) by debbugs.gnu.org; 18 Apr 2025 13:06:42 +0000 Received: from localhost ([127.0.0.1]:50616 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1u5lQV-0005MC-F0 for submit@debbugs.gnu.org; Fri, 18 Apr 2025 09:06:41 -0400 Received: from mail2.fsfe.org ([2001:780:215:1::55]:50126) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1u5lQO-0005J7-PP for 77832-done@debbugs.gnu.org; Fri, 18 Apr 2025 09:06:37 -0400 From: Jelle Licht DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fsfe.org; s=2023072501; t=1744981589; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=WRTsm+HS4SFl3Wq+aoBb0aB3W/Gsylx+Esc/3OL2ndI=; b=XutFNvPJGCFv7Dj8jD691wCv1+JS1nKnnsd3WhNQA9ut9217bJ0qkifLqOxWQdD47G/qrk HphF+qydzjNgv0/mrhlg/EXmF8GVVYsTzObo6kuJwWTkQRef4IppYjL1ch3qRrpJU9wdxe eJWFe79/zZR0UaTOLd06CVmAWEwWwb4= To: Ludovic =?utf-8?Q?Court=C3=A8s?= Subject: Re: [bug#77832] [PATCH] news: Add entry for the node-build-system API change. In-Reply-To: <87ikn4b3ss.fsf@gnu.org> References: <0417d9ca34d7d7f80677d0421b8aea478274a297.1744750582.git.jlicht@fsfe.org> <87ikn4b3ss.fsf@gnu.org> Date: Fri, 18 Apr 2025 15:06:18 +0200 Message-ID: <875xj1d3g5.fsf@fsfe.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: 77832-done Cc: Julien Lepiller , Florian Pelz , 77832-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: -6.0 (------) Ludovic Court=C3=A8s writes: > Jelle Licht writes: > >> * etc/news.scm: Add entry. >> >> Change-Id: I11b33fef997764f661e03a4b527c7610c48940f0 > > LGTM, thanks. :-) Merged into master and pushed[*] including Florian's suggested edits as a4a= 7ff0319. Thanks one and all! - Jelle [*]: After 10+ times of getting a 502 error From unknown Tue Jun 17 20:20:28 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, 17 May 2025 11:24:14 +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