From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id 8EZvIoWHIGAkfwAA0tVLHw (envelope-from ) for ; Mon, 08 Feb 2021 00:36:21 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id 0P/zHYWHIGAeaQAAbx9fmQ (envelope-from ) for ; Mon, 08 Feb 2021 00:36:21 +0000 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 DADEF9404C4 for ; Mon, 8 Feb 2021 00:36:20 +0000 (UTC) Received: from localhost ([::1]:59336 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1l8uXL-00055Z-QE for larch@yhetil.org; Sun, 07 Feb 2021 19:36:19 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:41308) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1l8uX6-00053a-F2 for guix-devel@gnu.org; Sun, 07 Feb 2021 19:36:05 -0500 Received: from mail-wm1-x330.google.com ([2a00:1450:4864:20::330]:51685) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1l8uX4-000081-NO for guix-devel@gnu.org; Sun, 07 Feb 2021 19:36:04 -0500 Received: by mail-wm1-x330.google.com with SMTP id t142so9068994wmt.1 for ; Sun, 07 Feb 2021 16:36:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:subject:in-reply-to:references:date:message-id:mime-version; bh=ylfBNdFD7xF63reR7U2Ofm1n6gUT77b2BDLLEGKmI1A=; b=n7Zo/u5FGgVUYY6f5VDU8ZHRAgla27OEMPiakoFk4ldnq+mztSPFazkMsM/XA+lCe1 m+KsELqflmA4Xy32nHfA/gbs+h7QwdDEmYsEwn/DIKECGhEXiAMWaNf00x3BA7MqFPDX mlKnPfRWinJMblbiuqumc4qWMwIlonnCsoOJ/eAgSMYydzYJK4KxSxJ6MYA5rrPZeilm Og+lICCl9rNkR5CFzw605/Ehe2nbYfAypQ0WXBUM9J6zeLj1A9x1aqaw+6tpNtxRGwto JTHlj9KSN1ifep47rvDUCXfH+c2Ex2Oy+vTG5ZnMtpA1FL5w+p7x1/+9opOQ3Szf/KQo +d+A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:in-reply-to:references:date :message-id:mime-version; bh=ylfBNdFD7xF63reR7U2Ofm1n6gUT77b2BDLLEGKmI1A=; b=B67jD4rrHEeVlRmdfopYsmZ7L2VT/wiIE+/0Xy3+p36uia++gbQm9lLpsyOHJtwvyd HnhZ0KOFH38WmPEBF8ACRPBYyE5/9ajZQlT2bJcz0UCEQN6sqN0vfJS+VHd4+MG9ost1 +BM0JRYWvt7JlWdp/gJfIJsVO9x2kWp70wbDjE3v3NjSBJVhThoHNbECBukq+Twy0Y6e ePkxzXQ9EbSSIZs9Q6CUw2Ands6eixebU7vBeO4W28LGK4xJCv9GEYQDC/YlYrMLe9lb mSwdBCtuGJ6RWj2Xf/ttbNnsCoemtxe24jk7U55Bp8C+Q7ToFxFAkOqH3Tok1BV+ic5R BxYw== X-Gm-Message-State: AOAM531oZsl7D59jNB/wqtYciK7X9IA7fzOmYB2PF3JrIZPsPkTsVeeI IRWYd4Grv+3rJXw9hWU8eQ7lBAWzVqk= X-Google-Smtp-Source: ABdhPJzh+NzDFtjQeU6RuoZ5BFC3P8rOBHBfyAGI7AzSXqg+D6EPidMTlgMApoZMQVTLM4zYv+TvTw== X-Received: by 2002:a1c:545d:: with SMTP id p29mr12553461wmi.77.1612744561319; Sun, 07 Feb 2021 16:36:01 -0800 (PST) Received: from lili ([2a01:e0a:59b:9120:65d2:2476:f637:db1e]) by smtp.gmail.com with ESMTPSA id u206sm18323233wme.12.2021.02.07.16.36.00 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 07 Feb 2021 16:36:00 -0800 (PST) From: zimoun To: Christopher Baines , guix-devel@gnu.org Subject: Re: Would a Guix QA page be helpful? In-Reply-To: <87k0rlx823.fsf@cbaines.net> References: <87k0rlx823.fsf@cbaines.net> Date: Mon, 08 Feb 2021 01:28:57 +0100 Message-ID: <86a6sf9zcm.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=2a00:1450:4864:20::330; envelope-from=zimon.toutoune@gmail.com; helo=mail-wm1-x330.google.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: guix-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+larch=yhetil.org@gnu.org Sender: "Guix-devel" X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -2.06 Authentication-Results: aspmx1.migadu.com; dkim=pass header.d=gmail.com header.s=20161025 header.b="n7Zo/u5F"; dmarc=pass (policy=none) header.from=gmail.com; spf=pass (aspmx1.migadu.com: domain of guix-devel-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-devel-bounces@gnu.org X-Migadu-Queue-Id: DADEF9404C4 X-Spam-Score: -2.06 X-Migadu-Scanner: scn1.migadu.com X-TUID: ZRsTczOXyYLJ Hi Chris, On Sat, 06 Feb 2021 at 20:20, Christopher Baines wrote: > I've been wondering if it would be good to have a QA page that just > summarises and links to this information, things like: > > - Broken packages > - Broken system tests > - Broken fixed output package derivations > - Lint warnings > - ... This would be really nice. BTW, where is the API documented? Cheers, simon