From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qk1-x729.google.com (mail-qk1-x729.google.com [IPv6:2607:f8b0:4864:20::729]) by sourceware.org (Postfix) with ESMTPS id 774E43955CAB for ; Wed, 7 Dec 2022 15:45:41 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 774E43955CAB Authentication-Results: sourceware.org; dmarc=pass (p=quarantine dis=none) header.from=kitware.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=kitware.com Received: by mail-qk1-x729.google.com with SMTP id v8so10229362qkg.12 for ; Wed, 07 Dec 2022 07:45:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kitware.com; s=google; h=user-agent:in-reply-to:content-disposition:mime-version:references :message-id:subject:cc:to:from:date:from:to:cc:subject:date :message-id:reply-to; bh=+G3qLFJBSMSg5DZYWpsuGVy/y/pCWsrBMBQTycYCa9Q=; b=L4IjnhaP4vUipd+VZfD6fFuO5evrx+20hwYrmUFPgegSktl+vgtk8TvfEleYFEvRLf LG/FBbWxTGq77UEIRrrv4sIPU5Latgfbwny5dvBem6Qt9ClKsXdpTGKonP3nVpCewSbd XAUPP4mKtO30bsed08XhaIzj6jVhMht4FRNSs= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=user-agent:in-reply-to:content-disposition:mime-version:references :message-id:subject:cc:to:from:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=+G3qLFJBSMSg5DZYWpsuGVy/y/pCWsrBMBQTycYCa9Q=; b=58WgG7fFBqo0Rfit+/YPTfBFuXAyYtHJMZskg4k00fLxTUP8lDXFef/rhVZ9EoFCMV lf2abVXl8y+m6u6g6wgHejuevHqfwDXrgDiqmGBR58Jmlysj8IYeiuUTdS1NMvMbKIhk 1cHZuJGpBvj4TW1xRf5cF2KwP4ebFQxFGzU9ohRz14Ih0tBi1Nev44K33wwFaC+Bo9uZ HymkLb4M4A8I1uPb7uUGXCy9CbwEzJCPg4RK8gn3AY6w7ojgP77Lspo9/suJ6Se2oavp kVWewg+dtpcHKNxEWHK+NvVCqwOn7tdC1YcmFRBJ3WmFNVEq5YUb2QsghQ1SgNW/iqIq 8z+A== X-Gm-Message-State: ANoB5pmypMAK+n5gde1XT3AmtMRe4zbNdfCVOjrg5M1ZotL4bHkEyi+l AnV5YiZ1glrhWhPy/QFW8bZQYA== X-Google-Smtp-Source: AA0mqf7pDNI2cBN9HWYvyAe6dNVKTSgpvaYnDAnkiaWDlW06hZOFvi0kBZLv59Ulayf7EsDiQsuR0w== X-Received: by 2002:a37:b944:0:b0:6fa:3699:e69e with SMTP id j65-20020a37b944000000b006fa3699e69emr80426857qkf.187.1670427940874; Wed, 07 Dec 2022 07:45:40 -0800 (PST) Received: from localhost (tripoint.kitware.com. [66.194.253.20]) by smtp.gmail.com with ESMTPSA id bm1-20020a05620a198100b006fa2b1c3c1esm17534469qkb.58.2022.12.07.07.45.37 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 07 Dec 2022 07:45:38 -0800 (PST) Date: Wed, 7 Dec 2022 10:45:36 -0500 From: "ben.boeckel" To: Jonathan Wakely Cc: "chuanqi.xcq" , David Blaikie , gcc Mailing List , Iain Sandoe , Nathan Sidwell Subject: Re: Naming flag for specifying the output file name for Binary Module Interface files Message-ID: References: <96699ff0-f4d7-4276-8af7-5a4ce9735174@acm.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/2.2.7 (2022-08-07) X-Spam-Status: No, score=-4.6 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On Wed, Dec 07, 2022 at 15:23:09 +0000, Jonathan Wakely wrote: > I disagree. I can easily remember "module output" but I would have to check > the manual every time to see if it's "std c++ module save file" or some > other permutation of those words I can say that in developing the CMake side of this, I had to keep going back to the patch to remember the spelling. --Ben