From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0.migadu.com ([2001:41d0:403:4876::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms8.migadu.com with LMTPS id sKKAO7UezmVBSAEAqHPOHw:P1 (envelope-from ) for ; Thu, 15 Feb 2024 15:24:54 +0100 Received: from aspmx1.migadu.com ([2001:41d0:403:4876::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0.migadu.com with LMTPS id sKKAO7UezmVBSAEAqHPOHw (envelope-from ) for ; Thu, 15 Feb 2024 15:24:54 +0100 X-Envelope-To: larch@yhetil.org Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=apatience.com header.s=protonmail2 header.b=QuprKfsu; 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=none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1708007093; 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: 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=39Xa+fi+up51nkJek3pwXuYcZT7ttQS5pxC3I7e7mpM=; b=Jr8QTHmazvyztBEF+BetEGcsh5PFJJzV4bpeii/eDMQXTFOPZYnx7z17gHbLBbrlrEnKdG i2sywohcLO9hOSkk+qSFIYLevpXO8e5oUdz20h77VvZL9/NSa6HxtgsLf4/GlZIlqUQ6uk Lql9Ta+QapEEPy8M0wDROKhEFUhFdadP+EFjMWaY+AAp3goqgGhX1sax7EbqWazRSl1iA7 QLT1/a6DHnZsbJFSp1iYlS1Vz+xluBHKUOfZln9VEGbvIuCp6FT62RBhzTxeOXCl9fav4a lcsZMbjAhfKKSGBwnASjVTYGNV+vGCXDxg1cp+9ceOat5Rwp+QDvODbPFRRLjA== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=apatience.com header.s=protonmail2 header.b=QuprKfsu; 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=none ARC-Seal: i=1; s=key1; d=yhetil.org; t=1708007093; a=rsa-sha256; cv=none; b=BdSzet8kfA4ndy4SYs6bBz3i3ELyUsgc5nQlnOss6SiviLfxkDnM/UVCWnWaw6oaIX/5TR i9J5Z0ZRsONdm9T8cDOwfE7/Xf3HWZtSFHteUM8+biLbZcXPYDiUqlVYlKDWP3lO43WMjW J8x0kYKuLMefYzODZoJ7X5+9IhB8241e6hzQkvmVprhbZVu3N5Ydp2/9ie5yVsI4ZECltd E50b1m9DiuaOoDyRqWyWxHc8Q/qcdY7PhByGh3YDVXWl70k18IFC4ZC+sMvIx55Fs5Xh8Y BsYcvJeyzLmDIbD4kTxHvvxXVGuW3UNck/70aEERWDg8rcoZiU5O4FdO/FoKAg== 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 D0B1FBB12 for ; Thu, 15 Feb 2024 15:24:53 +0100 (CET) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1racfN-0000kK-6N; Thu, 15 Feb 2024 09:24:45 -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 1racfL-0000gI-Hf for guix-patches@gnu.org; Thu, 15 Feb 2024 09:24:44 -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 1racfL-0000ub-9T for guix-patches@gnu.org; Thu, 15 Feb 2024 09:24:43 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1racfd-0007Xf-Or for guix-patches@gnu.org; Thu, 15 Feb 2024 09:25:01 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#69126] [PATCH 2/2] gnu: Add type-safe. Resent-From: "Paul A. Patience" Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 15 Feb 2024 14:25:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 69126 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Skyler Ferris Cc: 69126@debbugs.gnu.org Received: via spool by 69126-submit@debbugs.gnu.org id=B69126.170800707628953 (code B ref 69126); Thu, 15 Feb 2024 14:25:01 +0000 Received: (at 69126) by debbugs.gnu.org; 15 Feb 2024 14:24:36 +0000 Received: from localhost ([127.0.0.1]:54727 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1racfD-0007Wu-OM for submit@debbugs.gnu.org; Thu, 15 Feb 2024 09:24:36 -0500 Received: from mail-4022.proton.ch ([185.70.40.22]:46457) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1racfA-0007Wg-2P for 69126@debbugs.gnu.org; Thu, 15 Feb 2024 09:24:33 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=apatience.com; s=protonmail2; t=1708007046; x=1708266246; bh=39Xa+fi+up51nkJek3pwXuYcZT7ttQS5pxC3I7e7mpM=; h=Date:To:From:Cc:Subject:Message-ID:In-Reply-To:References: Feedback-ID:From:To:Cc:Date:Subject:Reply-To:Feedback-ID: Message-ID:BIMI-Selector; b=QuprKfsuTr/VlKMke8Jx4pq9PTw00XZWIaThUOD0gkLWCULv0PCgCX5WzwKsPtjKT SmkUsFmpM/aly3Oa6ciz14A2Lz+Z46obPHicEwwfzB3uRHc6mGlNBPt7cE9lHbFWbw o9bfJjqCPJUHIPVMXoLnktZ/vRnRs9OI3QR+VCa07sxabJjME7ZYdXFFGzrWZdiHUG 0GLdqRjSyUekC5zDfANFL9DzEfKzOg2L1uzAbQPx+EWW97rVJWcbszAQOvgOSF4fgx kqMK5X4lD4AR72ULUMz6gvwDrYHltQoOAkhhWkeoYorvLouRZil8lOJo5VAN+JRnbG 22IAVXx2ESk2Q== Date: Thu, 15 Feb 2024 14:23:53 +0000 From: "Paul A. Patience" Message-ID: <8734ttn6vj.fsf@apatience.com> In-Reply-To: <3463adf6-964b-4b52-a554-4575e5d8d237@protonmail.com> References: <3463adf6-964b-4b52-a554-4575e5d8d237@protonmail.com> Feedback-ID: 19227857:user:proton MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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-Flow: FLOW_IN X-Migadu-Country: US X-Migadu-Scanner: mx10.migadu.com X-Migadu-Spam-Score: -3.60 X-Spam-Score: -3.60 X-Migadu-Queue-Id: D0B1FBB12 X-TUID: Gsjb133fzea1 On 2024-02-14 16:30:57-05:00, Skyler Ferris wrote: > When I tried to compile a file which included `type_safe/integer.hpp` > from a container (see below for exact commands & source), I got an error > that the debug_assert header could not be found. I resolved this by > changing the debug-assert package from a normal input into a propagated > input, but there could be other ways to solve this. Nice catch. I have been using the type_safe library via CMake, which I made work in the fix-cmake-config phase, but I forgot to consider the case you raised. I've fixed the issue and will submit a patch presently. Thanks for providing sample code and invocation, it made it quicker to test. Best regards, Paul