From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0.migadu.com ([2001:41d0:303:e224::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms8.migadu.com with LMTPS id cB1qAyMO0mUYAAAAqHPOHw:P1 (envelope-from ) for ; Sun, 18 Feb 2024 15:03:15 +0100 Received: from aspmx1.migadu.com ([2001:41d0:303:e224::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0.migadu.com with LMTPS id cB1qAyMO0mUYAAAAqHPOHw (envelope-from ) for ; Sun, 18 Feb 2024 15:03:15 +0100 X-Envelope-To: larch@yhetil.org Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gmail.com header.s=20230601 header.b=klmiQfYt; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=fail reason="SPF not aligned (relaxed)" header.from=gmail.com (policy=none) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1708264994; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type:resent-to:resent-from:resent-sender: resent-message-id:in-reply-to:in-reply-to:references:references: list-id:list-help:list-unsubscribe:list-subscribe:list-post: dkim-signature; bh=v8VR6bNJ2gTSc1+Q0sD2KZ5jCFKPrXcDIPeFTyhR+XM=; b=dHDikxFBKDNAQRmTRcp62ClrOvcUJoR0JtFdw3ymSCVZsOsR8zuzqq+cIckyyGmb1Heogm nrYUIA3k/0bnWNI7hiRjfJpkxhsdvzCkqoO0Z+AIJbbfRvZdgNqr3mSqkZqktkPgTAjqgZ 4VeAbxnngIG8WoFp/vS16Fu17SJ5JGwykZr3us8waEBn2XNNUnrSlWzWaGlNwuyr0fuSxM 2Fkfq1oaRhClr1G7hbkrZ2CLWLy5UrVr1XT1GkgVX+jkUmtoke+mFz/v1WuZLcSoEWBVz+ OoJeZWzShCUxEx2wmiT3gXs94gqfFlbAoNIZRlQmNix1oaD/EtWvSCoB/55PLg== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gmail.com header.s=20230601 header.b=klmiQfYt; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=fail reason="SPF not aligned (relaxed)" header.from=gmail.com (policy=none) ARC-Seal: i=1; s=key1; d=yhetil.org; t=1708264994; a=rsa-sha256; cv=none; b=iPl/612KhUxjBUA23uwotB6dkaJceZnvnSj2aTLn7rAUorcIEQqKsElAGwoq/oEYNjy1uV 1BarHffzHVgfkBEO/ubY8Sy+X4CoyvHYucbsVsEjombwNg1CuRNGPSDPX/ZYM5Laf3nu9z PBVBpUsxajYg2Xe1u64vRwflCSia+mq+AUxoiIHcsGPedIsm8Wvxqgx7uXhuEITVLchXF8 iUUTeieJTEY4rMVX1CoaycRXY3Lh5nOIYQ4sqwbZipRJBPoeoNV3V06HKbA5HobvI1T4db Y39KvWQoN8xGtczLA6CHW6iK4NYHO3Regts9eAG3cg696FIrst4Kxf3+Fvwz0w== Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id B824D14569 for ; Sun, 18 Feb 2024 15:03:14 +0100 (CET) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rbgtS-0000rx-TV; Sun, 18 Feb 2024 08:07:42 -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 1rbgtR-0000o0-UC for guix-patches@gnu.org; Sun, 18 Feb 2024 08:07:41 -0500 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1rbgtR-00061c-LN for guix-patches@gnu.org; Sun, 18 Feb 2024 08:07:41 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1rbgtl-0006P4-Rd for guix-patches@gnu.org; Sun, 18 Feb 2024 08:08:01 -0500 Subject: bug#66180: [PATCH 00/19] Sort packages in node-xyz.scm References: In-Reply-To: Resent-From: Sharlatan Hellseher Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Sun, 18 Feb 2024 13:08:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 66180 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 66180-done@debbugs.gnu.org Cc: Nicolas Graves Mail-Followup-To: 66180@debbugs.gnu.org, sharlatanus@gmail.com, ngraves@ngraves.fr Received: via spool by 66180-done@debbugs.gnu.org id=D66180.170826167224594 (code D ref 66180); Sun, 18 Feb 2024 13:08:01 +0000 Received: (at 66180-done) by debbugs.gnu.org; 18 Feb 2024 13:07:52 +0000 Received: from localhost ([127.0.0.1]:34257 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rbgtb-0006Oc-Nh for submit@debbugs.gnu.org; Sun, 18 Feb 2024 08:07:52 -0500 Received: from mail-wr1-f42.google.com ([209.85.221.42]:58644) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rbgtW-0006OM-Nw for 66180-done@debbugs.gnu.org; Sun, 18 Feb 2024 08:07:50 -0500 Received: by mail-wr1-f42.google.com with SMTP id ffacd0b85a97d-33d36736d4eso579693f8f.1 for <66180-done@debbugs.gnu.org>; Sun, 18 Feb 2024 05:07:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1708261580; x=1708866380; darn=debbugs.gnu.org; h=mime-version:message-id:date:subject:cc:to:from:from:to:cc:subject :date:message-id:reply-to; bh=v8VR6bNJ2gTSc1+Q0sD2KZ5jCFKPrXcDIPeFTyhR+XM=; b=klmiQfYte64dYlDtL9vvlcscZ+YKh588hS3RxIEZiW+7xuS20GmXIMgG1lzdl5v9a5 QmipBSPBiy3sMg9ZPEowFquB5ukV7w7ss49NwLUQFcGaUr2wHv8ygKMueq+lM0hd3YH3 Y0a0cuJGRxTyZQyFgkMQEEOhgNhK/TTV/I0tVK50Zm4X5Q5S/dAggJZnNTJQbnkoT+B+ aZ5UsUUE+ah+j7YVbaoWPfEx5nFGtkGylnR8aOJbgSLwaNmDAs51SpslLy7qy/BEV7AD AHcxCyOeKPmijOcaJplQ84nATu7ZfY68dsxn+FIhFO+QdjFDLG9MvQ5PN3LZbwbOuWgQ wknw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1708261580; x=1708866380; h=mime-version:message-id:date:subject:cc:to:from:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=v8VR6bNJ2gTSc1+Q0sD2KZ5jCFKPrXcDIPeFTyhR+XM=; b=hAq+ptUjOm2s4f6LpgP3flJvNv/2asY81Yd+kehV01eeTJLjUlXcn16XtTkuv7/nAs h4tQTaP4uSy010V3fvk/I9NX9Ks+HP39mru3L+msFqGq7vY5VlGsulpl+At2pETDcbTv nO7FfHIJBMGMypXMEK1ZcR3jgL7LS3smLRD+PB3n5XnuP4M11uADiOoQdWX9lLLpATOX CiP78RFamQhYoulc10qc3eHI4zubnKWU3+QpRBA6VKxI1OCPciCcs9a9tQmAZtAXdf+H Nt+jF4FYTv4ZB+NdiCpRRlchFcHZ+3PFFSpx9b/w9uvLaUeMiBS7IDrc6KLZWcbenTD0 FHNg== X-Gm-Message-State: AOJu0YzJQFDVHE20pbDk1XPTpz85QIishRjBvXyvntZCq1lIGYbdBWc3 xlmcDa2HUxX1rvByiHiiwNPNhlRHCOhIeqaqVkP/53MTfS8V24dH0GEKXn8fJ38= X-Google-Smtp-Source: AGHT+IG5Q2MtQ4EUj8bzKpld8QMRfDo58i8kF5dqp23MOdq/26Iwr9fvAFNk8rXIRk13XgfHm/VR/g== X-Received: by 2002:a05:6000:1a8a:b0:33d:3a00:554d with SMTP id f10-20020a0560001a8a00b0033d3a00554dmr1945631wry.8.1708261580142; Sun, 18 Feb 2024 05:06:20 -0800 (PST) Received: from guxtil (cpc100856-bagu15-2-0-cust368.1-3.cable.virginm.net. [82.25.93.113]) by smtp.gmail.com with ESMTPSA id bu23-20020a056000079700b0033b7d9c14desm7520847wrb.5.2024.02.18.05.06.19 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 18 Feb 2024 05:06:19 -0800 (PST) From: Sharlatan Hellseher Date: Sun, 18 Feb 2024 13:06:12 +0000 Message-ID: <87ttm5ly63.fsf@gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Country: US X-Migadu-Flow: FLOW_IN X-Migadu-Scanner: mx12.migadu.com X-Migadu-Spam-Score: 0.42 X-Spam-Score: 0.42 X-Migadu-Queue-Id: B824D14569 X-TUID: ttx60g1aM+NX --=-=-= Content-Type: text/plain Hi Nicolas, I've checked packages order once again and found that some of them still need to be re-allocated but due to inheritance it can't be done easily. e.g. package node-serialport needs to be the one from the rest are inheritated. - node-serialport-binding-abstract - node-serialport-bindings - node-serialport-parser-byte-length - node-serialport-parser-cctalk - node-serialport-parser-delimiter - node-serialport-parser-inter-byte-timeout - node-serialport-parser-readline - node-serialport-parser-ready - node-serialport-parser-regex - node-serialport-stream May you check it please in the next round? I've used Emacs' occur, search for define-public, copied to an empty buffer A and in buffer B sorted lines, then run buffer-diff on A and B. --8<---------------cut here---------------start------------->8--- diff -u --label \#\\> --label \#\\> /tmp/buffer-content-SbBuJ0 /tmp/buffer-content-bu3SO4 --- #> +++ #> @@ -30,17 +30,17 @@ define-public node-safe-stable-stringify define-public node-segfault-handler define-public node-semver +define-public node-serialport define-public node-serialport-binding-abstract +define-public node-serialport-bindings +define-public node-serialport-parser-byte-length +define-public node-serialport-parser-cctalk define-public node-serialport-parser-delimiter +define-public node-serialport-parser-inter-byte-timeout define-public node-serialport-parser-readline -define-public node-serialport-bindings -define-public node-serialport-parser-regex define-public node-serialport-parser-ready -define-public node-serialport-parser-inter-byte-timeout -define-public node-serialport-parser-cctalk -define-public node-serialport-parser-byte-length +define-public node-serialport-parser-regex define-public node-serialport-stream -define-public node-serialport define-public node-sqlite3 define-public node-stack-trace define-public node-statsd-parser --8<---------------cut here---------------end--------------->8--- Your servcie is pushed as aede3fa122..345a54ff4c to master. -- Oleg --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEmEeB3micIcJkGAhndtcnv/Ys0rUFAmXSAMQACgkQdtcnv/Ys 0rVuGBAA0jr/KQj3c+JTGs0veRkG2y7HRF2xsbW+ZvoSjNSC/zR15ab4sgMh+g1U PLWQwXf5dMoEXxLJubalad2xbxuA9s28UVXulw/ammeEffTSe96X9VjhuzmlOR33 XwQlWbq5GIFxz6xKwV1ruua7zKbh5xBDjr7rDr1TRBXefRIR/Vf3WZzd2/5rpEy9 0rmdiw/6mP86BvbizEfP9plrXZMJFQsaAMYutyw+vUGZWFvqMtiWjc0Ei+M/AayH U7srMCu+0z1G0MTo8v0Jlhwf7XMa40gt0/6sGli5iupH5zfWj7EQzB/uA146mgoR ERJGjMP2QoewV554jagwJLNrQeMLOZ5ASDIgSIe+i2nBur84Cq9g1YwybEPWaHUU 0NGc594KFd7M0GDg2AChsUJ3JDaLZ38KMjAmbe4t6UnNeTROkxxCZU3Z8kw0IfIa Bu+GUeEFSYaoQqbJWJxZmA6AI4rr+46vYw7HhHB7/WtbvqvAE/hNl08ZFY3orkw0 /5GJiE10NIr43pbavjroCsb5cjXz0hdcStCSrxGgqfa572uACELo9s5qg0j1tddU WVnX5GP96qwOtjZvc2ftICe+GqpA5G+wDctNpgrJ8RrEP8eUgLYi3nJmuHI1R8z/ IArcvcZtQ7qcebh58W5rrbLSa/72yRsED/rX4h1+E/r1LRoWBgs= =GU6k -----END PGP SIGNATURE----- --=-=-=--