From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.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 UBldEXjgaGUXAAAAauVa8A:P1 (envelope-from ) for ; Thu, 30 Nov 2023 20:20:24 +0100 Received: from aspmx1.migadu.com ([2001:41d0:303:e224::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id UBldEXjgaGUXAAAAauVa8A (envelope-from ) for ; Thu, 30 Nov 2023 20:20:24 +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 DD8ED256D9 for ; Thu, 30 Nov 2023 20:20:23 +0100 (CET) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gmail.com header.s=20230601 header.b=DvJDEdhD; 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=1701372024; 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-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=G5WRp5sJWOwdvtEIKJuv4f5G5/NsAN/a1XpxOBP6L0Q=; b=j5Qwcnd4xDZpNbQZhneXlv2myZMdO+STppr4t7ZuDQMJS2HX8AwEg6+gIkvXvh3V8l6yWF 6f4H9tGWlYd3ALozRrufT5a9AYCDGKwTbBswx4SeX6xUBEOcV3Z2oy2Sm8stnJqb346FPR 4I9Y2O0p873/UqRUPPWsw6P71mWUHLfweDl2rx+Rdhdmy8FWbW4t9WacJm7GoZOcLWgKH6 YPbKWDrgCZoYf/97KOxdFp3UzPeUgwFCUIMcuqPNrV6CSxlPTgEUx0BCPJto+ZlFRF07qc lwm3gaR4ntS40DqYgDZKQEfFxWUh7R+QwXgo9Pt3EOOoku/c4fnj+WhhRe6MuQ== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gmail.com header.s=20230601 header.b=DvJDEdhD; 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=1701372024; a=rsa-sha256; cv=none; b=K/mRimOiIHRxvjPq67idmwYz4F9eWl3Nrr80ux77GMnd+Zh9gcXxOiPhE3ejHGIjJswIZC lvjBM30hL4eRshvt+qiuDY1lFmecstWbbu5jccViMMBrM6E4trITOk/sOaVDjA/yU/Vtn1 Evx2ujh/0i+llxyoFzCdjQWeikXOBhSt+Nv9GCY/nwgbXyLhe5DFqC/bImIRXq108kpUeE Z+k6W+91wO23QrtKOc21LlMFcg/cnqZvDBPObkJH/ZdekFmriF2fBPrRuKs2X37gjH3Kks FUFOil7uRul0eMOIBwkRjfj6cnRpMdjzRBcFIG3UrNQn5UMsc5rJ91OUIO2ohg== Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1r8mZo-0004Oq-Lw; Thu, 30 Nov 2023 14:19:56 -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 1r8mZn-0004OO-GB for guix-patches@gnu.org; Thu, 30 Nov 2023 14:19:55 -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 1r8mZn-0002ML-84 for guix-patches@gnu.org; Thu, 30 Nov 2023 14:19:55 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1r8mZu-00085z-FY for guix-patches@gnu.org; Thu, 30 Nov 2023 14:20:02 -0500 Subject: bug#67396: [PATCH 0/2] Add plasp Resent-From: Liliana Marie Prikler Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Thu, 30 Nov 2023 19:20:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 67396 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 67396-done@debbugs.gnu.org Mail-Followup-To: 67396@debbugs.gnu.org, liliana.prikler@gmail.com, liliana.prikler@gmail.com Received: via spool by 67396-done@debbugs.gnu.org id=D67396.170137195931038 (code D ref 67396); Thu, 30 Nov 2023 19:20:02 +0000 Received: (at 67396-done) by debbugs.gnu.org; 30 Nov 2023 19:19:19 +0000 Received: from localhost ([127.0.0.1]:54521 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1r8mZD-00084X-DA for submit@debbugs.gnu.org; Thu, 30 Nov 2023 14:19:19 -0500 Received: from mail-wm1-x341.google.com ([2a00:1450:4864:20::341]:54473) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1r8mZC-00084C-7Y for 67396-done@debbugs.gnu.org; Thu, 30 Nov 2023 14:19:18 -0500 Received: by mail-wm1-x341.google.com with SMTP id 5b1f17b1804b1-40b27726369so12230475e9.0 for <67396-done@debbugs.gnu.org>; Thu, 30 Nov 2023 11:19:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1701371944; x=1701976744; darn=debbugs.gnu.org; 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=G5WRp5sJWOwdvtEIKJuv4f5G5/NsAN/a1XpxOBP6L0Q=; b=DvJDEdhD2Mmhl/+bGsn9P1gyTZn7fSlS0vFqFDVcLi3nPYFCMXmyuy2o1nbyjscED+ GviO7G6k05eh1QkzGNaCU12I5DmCDJ0tIDw9dSq5LeEcaD2u3g/6RDCAiuRws+zsxtal 6Hy9HVFOwTBpoEszlenpQzkPxKV+e0USzVqFfAN4b2axBwNwI1/a9Ujz1kakqPIQ5nDB KCWeMscFGJIPEHWDrNRmwsF4GcbegEd4ZTSllHGVoHpQKf/To2Y06wGjd5DNyWKf9lds ZaHL/c+EtUTDp/3gDz0JAPK0UNldfuZ5fiyQMYPxfxRrNJxwZZLHRafZTuVDLcQ1YI37 gDqQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1701371944; x=1701976744; 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=G5WRp5sJWOwdvtEIKJuv4f5G5/NsAN/a1XpxOBP6L0Q=; b=oAOvZYLj9qHRtuEDy8G8J7f8ficJdoW1Y8sHhTktQ7r/QIZ9u09ca1wtkSG4C6Ie9K Bl1Dfv5f8lKZcRcHhm1pekMRJJrjJUKf2pUJ23oxW8UJaEVOuzrW//n4a4xIH+V5oF+3 SsO+rxJ0QA5/IlzzXpZbBFbvL0AUPHgbNCtqyfv5rGIThaOmLNcaVI1mZMpvXZxqIOqw wEmoHiJ0NoffK8dW/YMKd0yCgR7p0/zYj0PzfX4YNNP4Smu9GL6MxzQm7D56dCeIdc91 vIzFO/zsSNtoQUwa5CrCC3TEnyZpWqCOGb1aVXRUoZMS6Lu9PlXq4+INK9cfO80Pfcrq XXYw== X-Gm-Message-State: AOJu0YxlD9JVefUunJmxcxu0OkM/Y2e03dzIO0krB1mSY7c145iOFISt /0wDUNckJp3sFLIHavwHmiPmnGqFzQ9b8Q== X-Google-Smtp-Source: AGHT+IFv1QKo55solw+ZEMGqTmCctf2pn8woImFJC/jrl0vZ9X7TIfpoeq1oVCtxKmJFBmF64Fb6Qg== X-Received: by 2002:adf:ce8e:0:b0:333:2fd2:68e5 with SMTP id r14-20020adfce8e000000b003332fd268e5mr1604wrn.120.1701371943473; Thu, 30 Nov 2023 11:19:03 -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 t9-20020a5d6a49000000b0033172f984eesm2281369wrw.50.2023.11.30.11.19.02 for <67396-done@debbugs.gnu.org> (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 30 Nov 2023 11:19:02 -0800 (PST) Message-ID: From: Liliana Marie Prikler Date: Thu, 30 Nov 2023 20:19:00 +0100 In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.46.4 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: 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-Spam-Score: 2.86 X-Spam-Score: 2.86 X-Migadu-Queue-Id: DD8ED256D9 X-Migadu-Scanner: mx12.migadu.com X-TUID: jkbzMLAoErSl Am Donnerstag, dem 23.11.2023 um 10:25 +0100 schrieb Liliana Marie Prikler: > Hi Guix, >=20 > this series adds plasp, an ASP-based planning system. Now that's embarrassing=E2=80=A6 turns out I didn't send the patches, but pushed them already. Sorry!