From owner-svn-src-all@freebsd.org Sat Dec 12 14:32:11 2020 Return-Path: Delivered-To: svn-src-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id ED4B34B706A; Sat, 12 Dec 2020 14:32:11 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CtVV36Nyyz3GRy; Sat, 12 Dec 2020 14:32:11 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from mail-qk1-f175.google.com (mail-qk1-f175.google.com [209.85.222.175]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) (Authenticated sender: kevans) by smtp.freebsd.org (Postfix) with ESMTPSA id CEA0B2C984; Sat, 12 Dec 2020 14:32:11 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: by mail-qk1-f175.google.com with SMTP id n142so11403479qkn.2; Sat, 12 Dec 2020 06:32:11 -0800 (PST) X-Gm-Message-State: AOAM532JxXQEE/tsKMpxGO6iy4e3nKMNoM+bDGDLkkniES2Wd5wU/+TE ASttik8hNUrX7C+twVNie+NYGjCs0yxAqydW2vg= X-Google-Smtp-Source: ABdhPJzkFfjJDOlTntwTXUGT/3pi0U2ujkQQwC2k2gD6eyGQY9dkV3RYwFUO0d9OrpWu4M0qQuB4iSa0PRm+0gCK74Y= X-Received: by 2002:a05:620a:2010:: with SMTP id c16mr21821931qka.493.1607783531498; Sat, 12 Dec 2020 06:32:11 -0800 (PST) MIME-Version: 1.0 References: <459F28E8-9E4A-48AE-A1B8-7A28B02E5500@me.com> In-Reply-To: <459F28E8-9E4A-48AE-A1B8-7A28B02E5500@me.com> From: Kyle Evans Date: Sat, 12 Dec 2020 08:31:54 -0600 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r368575 - head/stand/lua To: Toomas Soome Cc: Kyle Evans , src-committers , svn-src-all , svn-src-head Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Dec 2020 14:32:12 -0000 On Sat, Dec 12, 2020 at 8:17 AM Toomas Soome wrote: > > On 12. Dec 2020, at 16:10, Kyle Evans wrote: > > > > =EF=BB=BFOn Sat, Dec 12, 2020 at 1:35 AM Toomas Soome w= rote: > >> > >> How about =E2=80=99show-module-options=E2=80=99? > >> > >> rgds, > >> toomas > >> > > > > I missed that one. My 4th is a bit rusty, but it looks like this > > should just be enumerating over config's local modules table and > > dumping everything in sight? > > > > Yes, with pager or it is a bit useless. > Hmm... we don't currently expose the pager routines to lua, so I'll write a quick pager module to do so. I'll write the lua-side to use the pager if it's available but fallback to dumping it all out otherwise (which, thinking about the modules I typically have installed and looking at a test-run of 4thloader's show-module-options on an even more minimal system, 100% agree).