From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id uI81MuS9CmSlagEASxT56A (envelope-from ) for ; Fri, 10 Mar 2023 06:19:32 +0100 Received: from aspmx1.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id gOlzMeS9CmSf0wAAG6o9tA (envelope-from ) for ; Fri, 10 Mar 2023 06:19:32 +0100 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 69B073F83E for ; Fri, 10 Mar 2023 06:19:32 +0100 (CET) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gmail.com header.s=20210112 header.b=gvsIzZrh; 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=1678425572; h=from:from:sender:sender: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:resent-cc: 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=0a+6v3tpJJXaiznsejg/Io2/+e8q9peJVUt0jBCGPGE=; b=kW1ZuUjm/hdiAvhjYxl57aW6qMBPYdgW8lgXBlIEFHrWeX/qBNxvejtXNB4xF0OA981b6A mcbmZbsoy2qxGkdc32X7q1skzroMAPnirhZOsED/q5tdCC/X3YpPtsUdiGZXVHCewzYhUU DbLyRIyJaw1AJpJpErgvtEVMfR9+y+zjFCW73SWziz4B79j0X60dBcf5gLbr2P4SUkHg8Y VZra/1Ec9+bFRkF788GnmpmZ88nWmsO9GUOZ/W5FlaAqK0Kz/E7Xv01Z0ut3w3rZn0Dc6S XxC68HyJ7+8wXP0ImZOVWhz+2y9Peou53iOXFA6eOYzm3sXzv9w1S0kU4WCAVw== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1678425572; a=rsa-sha256; cv=none; b=O1d1ueVSXR1sqPuAnfuzvUq/S6/EFDqEq2F3119X/hfjKDTh4SMQQuCgljnrFTuK7Ismsp MyyoZZJPxupEgA7jNZ4R5aAsXQA3eixSaPuQsPiYlIKlqU9xabXnfgOB314XljSajICm0R 599cleKuKkY6ge3yjbRQLYfJcdi23hEnsgwB+Fj5vRiIZhX/VPkmnlgBktC56d1I2UBDvP 85cSX4oirquB5obc19PWAnV4BtmHBTh1sEQ/AU3Vdhnqv1z6Jo+iFXL2e1te7Taj/HYgvT vTIo36paQmDxoY9ORlqBL6Yavk3YLrt4bOjOoZ+zv952Baif7WEu2ms3ROP5Ng== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gmail.com header.s=20210112 header.b=gvsIzZrh; 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) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1paV9j-0003BE-O8; Fri, 10 Mar 2023 00:19:03 -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 1paV9i-0003B4-F9 for guix-patches@gnu.org; Fri, 10 Mar 2023 00:19:02 -0500 Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1paV9i-0000fp-6Q for guix-patches@gnu.org; Fri, 10 Mar 2023 00:19:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1paV9h-0002RI-So for guix-patches@gnu.org; Fri, 10 Mar 2023 00:19:01 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#61724] [PATCH v2 1/2] gnu: Add nlohmann-json. Resent-From: Liliana Marie Prikler Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 10 Mar 2023 05:19:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 61724 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: jgart , 61724@debbugs.gnu.org Received: via spool by 61724-submit@debbugs.gnu.org id=B61724.16784254989323 (code B ref 61724); Fri, 10 Mar 2023 05:19:01 +0000 Received: (at 61724) by debbugs.gnu.org; 10 Mar 2023 05:18:18 +0000 Received: from localhost ([127.0.0.1]:53462 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1paV90-0002QJ-0a for submit@debbugs.gnu.org; Fri, 10 Mar 2023 00:18:18 -0500 Received: from mail-ed1-f66.google.com ([209.85.208.66]:37825) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1paV8y-0002Q7-Ht for 61724@debbugs.gnu.org; Fri, 10 Mar 2023 00:18:17 -0500 Received: by mail-ed1-f66.google.com with SMTP id j11so15920218edq.4 for <61724@debbugs.gnu.org>; Thu, 09 Mar 2023 21:18:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; t=1678425490; h=mime-version:user-agent:content-transfer-encoding:references :in-reply-to:date:to:from:subject:message-id:from:to:cc:subject:date :message-id:reply-to; bh=0a+6v3tpJJXaiznsejg/Io2/+e8q9peJVUt0jBCGPGE=; b=gvsIzZrhjb2RBxv6mU+jYlEKe0LTREv82aXyo6U8v34skVNaeNziSmMH3jIMJwmuzj uFhAWZg5UWzhJqSfkFuHXkCBZ/dWVee71/x5cZLIqEmvspGO7TpwqChLoTUbO1UEXwHe qPq1X875Quv63ZPE/hHzxaoixyUwoNSv9LgxmOwgokV5C8dpTUR23vua2YxKS4MJ8oeF NkhHn09vSCT9/yhR9Od/lWd7BGbvJGjhHK6zEZGJN2L5vqLHWZI9cSqofH3tcCXdQf/Y 2C5I4XbMr0yfHRKhNHvwOxKu/Qo1UGvnh77wMQvSpbTR0oYxG2CuMyBdiuhMS3RfIMlh xJHg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1678425490; h=mime-version:user-agent:content-transfer-encoding:references :in-reply-to:date:to:from:subject:message-id:x-gm-message-state:from :to:cc:subject:date:message-id:reply-to; bh=0a+6v3tpJJXaiznsejg/Io2/+e8q9peJVUt0jBCGPGE=; b=hbwFSKFGZSvX+DCEnvUwJ36aHq3ubR9ScmPpRQMaQ4upomkanTx6xTZOwoqJKFIBGn wiej9qyDxpRmM2kCLoZmKg4blYojKlgiNJNYwn968ov/tp4tdSlA1rFwnxgvw8AI4ZF2 cFJ0jbCoLZfAOfJxe8mh5EslkC520TNxV425VHUe80DYR5iakgtsmueZWTz6b27sVXXy uRAkgP0NjFYAvTq9PTKWXxqGS45j/fpGFRpOtwcRiC4crGm9brHfd16Wo/wQfp/ajTk/ DC7HbbZGkv/DOrxq+sdl/WdHkVfu26oDBjFQLjCLzgOlVr1BrizJHQwQRpIEe0kHsacc nheQ== X-Gm-Message-State: AO0yUKUIqCtspQ/iP9SrIqt+iCD0IY4/GsMyp73G53/yuOxih6TbkEpI Weog2GasxnFdm8mMrLJm98U= X-Google-Smtp-Source: AK7set/+dXM4cS1sLrQUvgWWRIFKfhuLOHhWxR2RWNe+RlN+lydkpwn0ZIFAw1YyOGebRjkTN8cgXg== X-Received: by 2002:a17:906:164e:b0:878:481c:c49b with SMTP id n14-20020a170906164e00b00878481cc49bmr23603747ejd.1.1678425490394; Thu, 09 Mar 2023 21:18:10 -0800 (PST) Received: from lumine.fritz.box (85-127-52-93.dsl.dynamic.surfer.at. [85.127.52.93]) by smtp.gmail.com with ESMTPSA id w7-20020a17090633c700b008f702684c51sm453230eja.161.2023.03.09.21.18.09 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 09 Mar 2023 21:18:09 -0800 (PST) Message-ID: From: Liliana Marie Prikler Date: Fri, 10 Mar 2023 06:18:08 +0100 In-Reply-To: <93c2e217aa44ea79264fafa7aa8c7f5c@dismail.de> References: <20230223201724.28695-1-jgart@dismail.de> <93c2e217aa44ea79264fafa7aa8c7f5c@dismail.de> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.46.0 MIME-Version: 1.0 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: X-Migadu-Scanner: scn0.migadu.com X-Migadu-Queue-Id: 69B073F83E X-Spam-Score: 4.71 X-Migadu-Spam-Score: 4.71 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-Flow: FLOW_IN X-Migadu-Country: US X-TUID: Wa0/aIF39GIT Am Freitag, dem 10.03.2023 um 01:58 +0000 schrieb jgart: > Hi lilyp, >=20 > Is there anything else I need to do on my end for this patch before > it gets pushed? >=20 > Any need for revision or ready? v2 1/2 mixes functional and stylistic changes in a rather unconventional manner (reverting to old-style inputs). Is there nothing you can do about this to make the patch look nicer? Cheers