From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ej1-x62a.google.com (mail-ej1-x62a.google.com [IPv6:2a00:1450:4864:20::62a]) by sourceware.org (Postfix) with ESMTPS id CF1B3383E809 for ; Mon, 28 Dec 2020 18:01:38 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org CF1B3383E809 Received: by mail-ej1-x62a.google.com with SMTP id g20so15219287ejb.1 for ; Mon, 28 Dec 2020 10:01:38 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=XdURoQVX7XSc7sHvMZBJLuXBK+LMSIAqJW+Q63so3Gk=; b=kxumJPIvBFLD4AbJh8+9GCYEM5G9/m3Fmw6sK8Lx3uU63aY6eftwQgJDnQe3dn0Fvn v4FE+VQ8XoduMiB9qyYSaLpMwR3XDKDM4xep8drAodUjEtEYpZnhfuRSGf9DNd096GD2 hWyX/Jckho+SEaAQWIMiH4fLuBkAwYIEzn5p7qmgsQgTF23gaZ5MlZTiMeY+nfP1+Kge JHZFCfrrOViraetw/l0WHLXkbLZKly4RVp2AWm4FsEPmjM9fSSLVkDIySaOrt8FTEat+ zhQekWrzGuTXN7r7RHI6nZ15rmMzGpcbiDOae7zDkYWX7tg6Kc7qDyMVA5ue9VzO6QsO Am2g== X-Gm-Message-State: AOAM531wOMNpqOrj4v986qWYh1Vjyh9u6hXpYcK3gZwTIWk+gudkkMpZ Mlt1RJsT0OvLXzthX2OaARMwkyc4q9ERKmUqsmYnJjKiBY4= X-Google-Smtp-Source: ABdhPJzLvFAlZUzCEMKBleAgnQ5Zq/F5bhItzQfcwDGA50TgdK1YmevYzzK6JWzovbHtkrKaUEw7OWmqs/fBjh/vNzE= X-Received: by 2002:a17:906:7fca:: with SMTP id r10mr43348675ejs.24.1609178497907; Mon, 28 Dec 2020 10:01:37 -0800 (PST) MIME-Version: 1.0 References: <20201227185000.364BE33E5A@hamza.pair.com> <26eb2831-2a49-6f11-ceeb-ab3cbcce68ed@pfeifer.com> In-Reply-To: <26eb2831-2a49-6f11-ceeb-ab3cbcce68ed@pfeifer.com> From: Eric Gallager Date: Mon, 28 Dec 2020 13:01:27 -0500 Message-ID: Subject: Re: [committed] wwwdocs: Move cilkplus to Inactive branches To: Gerald Pfeifer Cc: gcc-patches X-Spam-Status: No, score=-3.9 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, HTML_MESSAGE, KAM_SHORT, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Dec 2020 18:01:40 -0000 On Sun, Dec 27, 2020 at 6:55 PM Gerald Pfeifer wrote: > On Sun, 27 Dec 2020, Eric Gallager wrote: > > If it's now inactive, maybe also reword the description to change tense > > from present to past? > > i.e.: > > Yes... > > >
cilkplus
> >
This branch was for the development of the now-obsolete Cilk Plus > > language extension support for the GCC and G++ compilers. This branch > > was maintained by Balaji V. > > Iyer. > > When patches to this branch were still being accepted, they were required > > to be prefixed with [cilkplus] wwwdocs: in the subject, > which > > can be used as a search term for people looking in the mail archives for > > more information about this branch.
> > ...though in the spirit of keeping things here as brief as possible, > how about "Patches were required to ..." and similarly trying to shorten > the rest of that paragraph? > > On Sun, 27 Dec 2020, Eric Gallager wrote: > > Also maybe remove the email address, since it bounces now > > Agreed. > > Do you want to go ahead and commit those changes? Help with the > web pages is much appreciated, and it's quite simple actually > (cf. https://gcc.gnu.org/about.html and I'm happy to help). > > I haven't made a commit to the wwwdocs repo yet, and the last time I committed to the main gcc sources repo it was before the transition to git, and I did it from a different computer, and I'm not sure if I transferred my ssh keys to my new computer properly; I might need some help with the setup there... it might be faster to just commit the changes yourself. > Thanks, > Gerald >