From debbugs-submit-bounces@debbugs.gnu.org Fri Dec 11 11:46:14 2020 Received: (at 45173) by debbugs.gnu.org; 11 Dec 2020 16:46:14 +0000 Received: from localhost ([127.0.0.1]:42787 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1knlYc-0003yV-3l for submit@debbugs.gnu.org; Fri, 11 Dec 2020 11:46:14 -0500 Received: from mail-ej1-f46.google.com ([209.85.218.46]:43397) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1knlYa-0003yG-0n for 45173@debbugs.gnu.org; Fri, 11 Dec 2020 11:46:12 -0500 Received: by mail-ej1-f46.google.com with SMTP id jx16so13206435ejb.10 for <45173@debbugs.gnu.org>; Fri, 11 Dec 2020 08:46:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:in-reply-to:references:date:message-id :mime-version:content-transfer-encoding; bh=iZhjABnWqBXyD684FQQIJpxAWa21v0XOxeVXtpAAbpU=; b=gFfJDI0Zwm2nqSZeAxpRWlsUQv+ieS7O89h8yV2QnzZEQKV2JHU7frGTxr83ALlc9f 56yYHg3jFvnAnMWS5v4EB0Hy1odFX2Y62bsLHIxU7zmpNAbmIkScIDiXWJkqtglahY7i xKXHC5JlTjOcb6MondrUugzngT0v/P26JihZcGiDc7m6OdJNP7jVH8j0iIMaoqfPQ7Ti JIEmR7YZd85L5B/cXuKCMSkM0z404CQ7wpFuIC+wKrLo3VCkGvK1uP28MeTCkfyKXrzg WCGzh3XW6MKYGPSwUsL21chvpZILNgKY7rKfXndGn4dLahtbNgjkzcNco3zGtDMaZFd6 peIw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:in-reply-to:references:date :message-id:mime-version:content-transfer-encoding; bh=iZhjABnWqBXyD684FQQIJpxAWa21v0XOxeVXtpAAbpU=; b=g7qevOC64aDBPF1TUA+LzVrLpqYQCm6sCGbGbLqSwCpuRe0vzU6REYuag0CI51009T jOetQApIfHIq+nFcA+wQVLbnZm1DYi0GyjUVACD7hapdCpo6yaC4uCFz7KD2V3jyGoxe pwxll0V/FKxdeY+2+ctVAtFpHh6s8ohk/2G/XvTkLmqLUMl9xfkcGR9p0EC+zdOReZUF piSNedhfvHmheCPP3gF5HLYduxGpPqFLwqSWSUCpfIGHDWgnJkSP+nC73p9ZbBlHuTcc u94L+qsPitYWrC21KK6BomJQASdMM5IsliL8dlD+QeOtzI36jupMluPZzGZSyu3zxekd Qk/g== X-Gm-Message-State: AOAM5302zfCdodqo9oo6KvNXGvZhLFkyLO4HUvoDbe5odIICb9x1vKVW OlOKSyhyejc4+PUEVtIkSBhaWSPaWrw= X-Google-Smtp-Source: ABdhPJy1Fi5TRgCBfdxj6zeKKE74eP1opGidu8TInKyDH+k282Qaz3T0prdzRSteh0cB0x5gonGEmw== X-Received: by 2002:a17:906:1199:: with SMTP id n25mr11459734eja.293.1607705165950; Fri, 11 Dec 2020 08:46:05 -0800 (PST) Received: from lili ([2a01:e0a:59b:9120:65d2:2476:f637:db1e]) by smtp.gmail.com with ESMTPSA id cb21sm8293840edb.57.2020.12.11.08.46.05 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 11 Dec 2020 08:46:05 -0800 (PST) From: zimoun To: Ludovic =?utf-8?Q?Court=C3=A8s?= Subject: Re: bug#45173: =?utf-8?Q?=E2=80=98guix_search=E2=80=99?= traverses all the modules when extra channels are used In-Reply-To: <875z5872vv.fsf@inria.fr> References: <87ft4c8zcp.fsf@inria.fr> <86blf0h5pv.fsf@gmail.com> <875z5872vv.fsf@inria.fr> Date: Fri, 11 Dec 2020 17:44:12 +0100 Message-ID: <86zh2kfg2r.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 45173 Cc: 45173@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Hey, On Fri, 11 Dec 2020 at 16:56, Ludovic Court=C3=A8s wrote: > The point :-) is to show that things that should definitely not be > loaded, such as gnu/services/*, are getting loaded when multiple > channels are in use. What I have tried to show is that even with the default, =C2=ABthings that should definitely not be loaded, such as guix/scripts/* or guix/import/*=C2=BB are getting loaded. And worse, adding an empty =E2=80=9C--load-path=E2=80=9D adds burden. Multiple channels seems only on= e part of the story. :-) Cheers, simon