From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:306:2d92::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id aIfSJKaWFmWOjgAAG6o9tA:P1 (envelope-from ) for ; Fri, 29 Sep 2023 11:19:34 +0200 Received: from aspmx1.migadu.com ([2001:41d0:306:2d92::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id aIfSJKaWFmWOjgAAG6o9tA (envelope-from ) for ; Fri, 29 Sep 2023 11:19:34 +0200 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 76CAC3E00E for ; Fri, 29 Sep 2023 11:19:34 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=foundationdevices.com header.s=google header.b=U2DZDCpn; 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=pass (policy=none) header.from=gnu.org ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1695979174; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: 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=H2UCtvHWHG6LI8tf3DTHDXN3qtWDwkJLuV4m7uyrUBk=; b=e1miroZChWFB42jR7qxBu3+mTh8aA+p1LUHFQVlpQXhpdpOfFDz4cNYulscaUpHS1ec22s wztbfw8T7daB8W90U6wsAzVhYXaMLAkSNTia7jcIb8fRsPaEhcyYFuTal3VbB/SiWGVPVG i9gvpZcsT4UAvIxYl2PeiZhpt6dUsIS8dNzYaVH3nHaxi94XAljUIEnAanAwYA1R16RXdG Zsc+OFJKJ5JOAZjlNTHn9r7Sz9L7fYDalJE3wa/b9k7sQ6+2X5eVwomW6f4UhQ/+XUtsJF fOKTCfZAD20K2Or+08TFEPhbKAdnkkO2R2/Glg7CS6WaZ0ISLmTqe7EMy27FvQ== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=foundationdevices.com header.s=google header.b=U2DZDCpn; 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=pass (policy=none) header.from=gnu.org ARC-Seal: i=1; s=key1; d=yhetil.org; t=1695979174; a=rsa-sha256; cv=none; b=bAqgZdwxEIxsRJfBt00DZEaSTsXZ4ipz8HT1BzgU3WLg8Jk3XqELOe9eMeFueu18RgtILO 2hWY3n6J07fI9y/YT2RWVvNuy1q1rSTsyz7gMlj9txdJrqenYR4Kc+vvwoTAFPzsazaOum FxuFipxPHmOnE6+TyUGVjk5Eh4y5z2ERkvY28JeI2QLKA62UwHJxK1SzmqN/0vr/hLIX6W t6asciBS+odw8gMUZI9+83Umuotzv4ybI3B/bo3ixc/VboejdFoYVsm/z7THTyr/rNCM3T wj2T62YGGqBDY3uJ6lT/jmOVXISZjnokQuhF58seBnStpQ2LYz42cwf+olEb1g== Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qm9ds-0005yK-Of; Fri, 29 Sep 2023 05:18:36 -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 1qm9dH-0005Vv-V7 for guix-patches@gnu.org; Fri, 29 Sep 2023 05:18:00 -0400 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 1qm9dA-0003ui-IS for guix-patches@gnu.org; Fri, 29 Sep 2023 05:17:53 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qm9dP-0004mn-6h; Fri, 29 Sep 2023 05:18:07 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#66263] [PATCH 15/23] guix: meson-configuration: Fix boolean assigment. Resent-From: Jean-Pierre De Jesus DIAZ Original-Sender: "Debbugs-submit" Resent-CC: efraim@flashner.co.il, vagrant@debian.org, maxim.cournoyer@gmail.com, guix-patches@gnu.org Resent-Date: Fri, 29 Sep 2023 09:18:07 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 66263 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 66263@debbugs.gnu.org Cc: Jean-Pierre De Jesus DIAZ , efraim@flashner.co.il, vagrant@debian.org, maxim.cournoyer@gmail.com X-Debbugs-Original-Xcc: efraim@flashner.co.il, vagrant@debian.org, maxim.cournoyer@gmail.com Received: via spool by 66263-submit@debbugs.gnu.org id=B66263.169597905418163 (code B ref 66263); Fri, 29 Sep 2023 09:18:07 +0000 Received: (at 66263) by debbugs.gnu.org; 29 Sep 2023 09:17:34 +0000 Received: from localhost ([127.0.0.1]:55210 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qm9cs-0004im-D2 for submit@debbugs.gnu.org; Fri, 29 Sep 2023 05:17:34 -0400 Received: from mail-wm1-x329.google.com ([2a00:1450:4864:20::329]:49193) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qm9cV-0004ed-Rg for 66263@debbugs.gnu.org; Fri, 29 Sep 2023 05:17:13 -0400 Received: by mail-wm1-x329.google.com with SMTP id 5b1f17b1804b1-406618d080eso279505e9.2 for <66263@debbugs.gnu.org>; Fri, 29 Sep 2023 02:16:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=foundationdevices.com; s=google; t=1695979011; x=1696583811; darn=debbugs.gnu.org; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=H2UCtvHWHG6LI8tf3DTHDXN3qtWDwkJLuV4m7uyrUBk=; b=U2DZDCpnwAfR9BujB5OSupAomttQvuXOZqIn/f9G4P8uXHSJRGeu/9vxA9H7RGqPe2 WACIOFLjghmSk8yIYJNottzawEE3sQQzCj3vvD2YjOWunutcExRYMzqbYCmFq9W8nZhI uYQTlCjuqTy7n+A7/tFRbmmg+YqUo5iOz00SpCDvtYsOTA7z8Jx42NgmmqM3BfsF/TPm V9Yi2ql8I7kRV5ikxmBMYD3fkSEonae0lw0JNWhG75o0Ma/ad7BBo5bfMWgGBsV8Lk/Z qoQS9NdDWJU6sJdIZaX8oKwWbd0bOkCG/QW3tzByO4L0WTiCxrxW5xcFyfNDQrhzeuJs XqLQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1695979011; x=1696583811; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=H2UCtvHWHG6LI8tf3DTHDXN3qtWDwkJLuV4m7uyrUBk=; b=aX6pPvn8U+o/C2sjtYhmra4zVywccHU4AANGATvGRbwRibTU8I8nP/anqJkQ4Wdfbm xWG4/BMeBddk+c0c2Jittxsrlr6E2boL3cegut9egomButoFBYI9OB4fN5y+YxjTaBXs 59RCEsYZGd0Jj4zmPXTGY9bfLSbW2yIqdI1MoETj/7t3PRwbyYvcw71/pUYpYlEWsRH+ dtVzMAPPV3ZMxM1hjVBpsrts7bxvb+wVp1sXvqSRT/aC3LyeWthxtnX3r66GzO40rsYn Gz0Hi8TXjnhvj/tFam27Wx+6gQ2DPL80bwIOmGxhDBFyMO+UbG0kbX6ZpSMjPaMiyQqa cEJg== X-Gm-Message-State: AOJu0YwKfsbxY7jNtSn7E3iq/OBcZWMDr9vUa2GJ88iuWKw3F2IG5auX d4+lYmK+s8s3SUQyQ2TY48k8RNJPvYFk2wA5YJYISw== X-Google-Smtp-Source: AGHT+IFraTMUoFnS86fixC8xoUEjA49dPEBKSq5G4mpKN2npXK/a8FM4iks4Bp4Tf6GzBibxoGmZpg== X-Received: by 2002:a05:600c:b4e:b0:402:95a0:b2ae with SMTP id k14-20020a05600c0b4e00b0040295a0b2aemr3345132wmr.32.1695979011297; Fri, 29 Sep 2023 02:16:51 -0700 (PDT) Received: from omen15.home ([89.131.29.87]) by smtp.gmail.com with ESMTPSA id k15-20020a7bc40f000000b004013797efb6sm1020933wmi.9.2023.09.29.02.16.50 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 29 Sep 2023 02:16:51 -0700 (PDT) Date: Fri, 29 Sep 2023 11:16:19 +0200 Message-Id: <20230929091627.7820-15-jean@foundationdevices.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20230929091627.7820-1-jean@foundationdevices.com> References: <20230929091627.7820-1-jean@foundationdevices.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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: , Reply-to: Jean-Pierre De Jesus DIAZ X-ACL-Warn: , Jean-Pierre De Jesus DIAZ via Guix-patches From: Jean-Pierre De Jesus DIAZ via Guix-patches via 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-Migadu-Spam-Score: -4.70 X-Migadu-Scanner: mx2.migadu.com X-Migadu-Queue-Id: 76CAC3E00E X-Spam-Score: -4.70 X-TUID: 5rAOwlC9yl+N * guix/build/meson-configuration.scm (write-assigment): Print true for #t and false for #f. Previously it was inverting the values. --- guix/build/meson-configuration.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guix/build/meson-configuration.scm b/guix/build/meson-configuration.scm index 1aac5f8f0a..5e194d4c2b 100644 --- a/guix/build/meson-configuration.scm +++ b/guix/build/meson-configuration.scm @@ -43,9 +43,9 @@ (define (write-assignment port key value) (format port "~a = '~a'~%" key value)) ((? integer?) (format port "~a = ~a~%" key value)) - (#f - (format port "~a = true~%" key)) (#t + (format port "~a = true~%" key)) + (#f (format port "~a = false~%" key)))) (define* (write-assignments port alist) -- 2.34.1