public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [committed] wwwdocs: Move cilkplus to Inactive branches
@ 2020-12-27 18:49 Gerald Pfeifer
  2020-12-27 18:59 ` Eric Gallager
  0 siblings, 1 reply; 6+ messages in thread
From: Gerald Pfeifer @ 2020-12-27 18:49 UTC (permalink / raw)
  To: gcc-patches; +Cc: Balaji V. Iyer

Cilk Plus has been deprecated more than two years ago and not seen
development on the GCC side for a while, too.

The certificate for www.cilkplus.org expired four weeks ago, so
remove our link there as we move the Cilk Plus entry to the section
of Inactive Development branches.
---
 htdocs/git.html | 15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

diff --git a/htdocs/git.html b/htdocs/git.html
index 305d0c93..41bbe35b 100644
--- a/htdocs/git.html
+++ b/htdocs/git.html
@@ -442,14 +442,6 @@ in Git.</p>
   <dd>This branch is for development of a C++ modules system.  It is
       maintained by <a href="mailto:nathan@acm.org">Nathan Sidwell</a>.</dd>
 
-  <dt>cilkplus</dt>
-  <dd>This branch is for the development of
-    <a href="https://www.cilkplus.org">Cilk Plus</a> language extension support
-    on GCC and G++ compilers.  This branch is maintained by
-    <a href="mailto:balaji.v.iyer@intel.com">Balaji V. Iyer</a>.
-    Patches to this branch must be prefixed with <code>[cilkplus] wwwdocs:</code> in the
-    subject line.  It is also highly encouraged to CC the maintainer.</dd>
-
   <dt>fortran-dev</dt>
   <dd>This branch is for disruptive changes to the Fortran front end,
     especially for OOP development and 
@@ -822,6 +814,13 @@ merged.</p>
   the code size optimization of GCC with code factoring methods (code
   motion and merging algorithms).  It is no longer maintained.</dd>
 
+  <dt>cilkplus</dt>
+  <dd>This branch is for the development of Cilk Plus language extension
+  support on GCC and G++ compilers.  This branch is maintained by
+  <a href="mailto:balaji.v.iyer@intel.com">Balaji V. Iyer</a>.
+  Patches to this branch must be prefixed with <code>[cilkplus] wwwdocs:</code> in
+  the subject.  It is also highly encouraged to CC the maintainer.</dd>
+
   <dt>compile-server-branch</dt>
   <dd>This branch was aimed at improving compile speed by caching work
   done between compilations.  The work saved is mainly related to header
-- 
2.29.2

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [committed] wwwdocs: Move cilkplus to Inactive branches
  2020-12-27 18:49 [committed] wwwdocs: Move cilkplus to Inactive branches Gerald Pfeifer
@ 2020-12-27 18:59 ` Eric Gallager
  2020-12-27 19:01   ` Eric Gallager
  0 siblings, 1 reply; 6+ messages in thread
From: Eric Gallager @ 2020-12-27 18:59 UTC (permalink / raw)
  To: Gerald Pfeifer; +Cc: gcc-patches, Balaji V. Iyer

On Sun, Dec 27, 2020 at 1:50 PM Gerald Pfeifer <gerald@pfeifer.com> wrote:

> Cilk Plus has been deprecated more than two years ago and not seen
> development on the GCC side for a while, too.
>
> The certificate for www.cilkplus.org expired four weeks ago, so
> remove our link there as we move the Cilk Plus entry to the section
> of Inactive Development branches.
> ---
>  htdocs/git.html | 15 +++++++--------
>  1 file changed, 7 insertions(+), 8 deletions(-)
>
> diff --git a/htdocs/git.html b/htdocs/git.html
> index 305d0c93..41bbe35b 100644
> --- a/htdocs/git.html
> +++ b/htdocs/git.html
> @@ -442,14 +442,6 @@ in Git.</p>
>    <dd>This branch is for development of a C++ modules system.  It is
>        maintained by <a href="mailto:nathan@acm.org">Nathan
> Sidwell</a>.</dd>
>
> -  <dt>cilkplus</dt>
> -  <dd>This branch is for the development of
> -    <a href="https://www.cilkplus.org">Cilk Plus</a> language extension
> support
> -    on GCC and G++ compilers.  This branch is maintained by
> -    <a href="mailto:balaji.v.iyer@intel.com">Balaji V. Iyer</a>.
> -    Patches to this branch must be prefixed with <code>[cilkplus]
> wwwdocs:</code> in the
> -    subject line.  It is also highly encouraged to CC the maintainer.</dd>
> -
>    <dt>fortran-dev</dt>
>    <dd>This branch is for disruptive changes to the Fortran front end,
>      especially for OOP development and
> @@ -822,6 +814,13 @@ merged.</p>
>    the code size optimization of GCC with code factoring methods (code
>    motion and merging algorithms).  It is no longer maintained.</dd>
>
> +  <dt>cilkplus</dt>
> +  <dd>This branch is for the development of Cilk Plus language extension
> +  support on GCC and G++ compilers.  This branch is maintained by
> +  <a href="mailto:balaji.v.iyer@intel.com">Balaji V. Iyer</a>.
> +  Patches to this branch must be prefixed with <code>[cilkplus]
> wwwdocs:</code> in
> +  the subject.  It is also highly encouraged to CC the maintainer.</dd>
> +
>

If it's now inactive, maybe also reword the description to change tense
from present to past?
i.e.:

<dt>cilkplus</dt>
<dd>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 <a href="mailto:balaji.v.iyer@intel.com">Balaji V.
Iyer</a>.
When patches to this branch were still being accepted, they were required
to be prefixed with <code>[cilkplus] wwwdocs:</code> in the subject, which
can be used as a search term for people looking in the mail archives for
more information about this branch.</dd>


>    <dt>compile-server-branch</dt>
>    <dd>This branch was aimed at improving compile speed by caching work
>    done between compilations.  The work saved is mainly related to header
> --
> 2.29.2
>

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [committed] wwwdocs: Move cilkplus to Inactive branches
  2020-12-27 18:59 ` Eric Gallager
@ 2020-12-27 19:01   ` Eric Gallager
  2020-12-27 23:55     ` Gerald Pfeifer
  0 siblings, 1 reply; 6+ messages in thread
From: Eric Gallager @ 2020-12-27 19:01 UTC (permalink / raw)
  To: Gerald Pfeifer; +Cc: gcc-patches

On Sun, Dec 27, 2020 at 1:59 PM Eric Gallager <egall@gwmail.gwu.edu> wrote:

> On Sun, Dec 27, 2020 at 1:50 PM Gerald Pfeifer <gerald@pfeifer.com> wrote:
>
>> Cilk Plus has been deprecated more than two years ago and not seen
>> development on the GCC side for a while, too.
>>
>> The certificate for www.cilkplus.org expired four weeks ago, so
>> remove our link there as we move the Cilk Plus entry to the section
>> of Inactive Development branches.
>> ---
>>  htdocs/git.html | 15 +++++++--------
>>  1 file changed, 7 insertions(+), 8 deletions(-)
>>
>> diff --git a/htdocs/git.html b/htdocs/git.html
>> index 305d0c93..41bbe35b 100644
>> --- a/htdocs/git.html
>> +++ b/htdocs/git.html
>> @@ -442,14 +442,6 @@ in Git.</p>
>>    <dd>This branch is for development of a C++ modules system.  It is
>>        maintained by <a href="mailto:nathan@acm.org">Nathan
>> Sidwell</a>.</dd>
>>
>> -  <dt>cilkplus</dt>
>> -  <dd>This branch is for the development of
>> -    <a href="https://www.cilkplus.org">Cilk Plus</a> language extension
>> support
>> -    on GCC and G++ compilers.  This branch is maintained by
>> -    <a href="mailto:balaji.v.iyer@intel.com">Balaji V. Iyer</a>.
>> -    Patches to this branch must be prefixed with <code>[cilkplus]
>> wwwdocs:</code> in the
>> -    subject line.  It is also highly encouraged to CC the
>> maintainer.</dd>
>> -
>>    <dt>fortran-dev</dt>
>>    <dd>This branch is for disruptive changes to the Fortran front end,
>>      especially for OOP development and
>> @@ -822,6 +814,13 @@ merged.</p>
>>    the code size optimization of GCC with code factoring methods (code
>>    motion and merging algorithms).  It is no longer maintained.</dd>
>>
>> +  <dt>cilkplus</dt>
>> +  <dd>This branch is for the development of Cilk Plus language extension
>> +  support on GCC and G++ compilers.  This branch is maintained by
>> +  <a href="mailto:balaji.v.iyer@intel.com">Balaji V. Iyer</a>.
>> +  Patches to this branch must be prefixed with <code>[cilkplus]
>> wwwdocs:</code> in
>> +  the subject.  It is also highly encouraged to CC the maintainer.</dd>
>> +
>>
>
> If it's now inactive, maybe also reword the description to change tense
> from present to past?
> i.e.:
>
> <dt>cilkplus</dt>
> <dd>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 <a href="mailto:balaji.v.iyer@intel.com">Balaji V.
> Iyer</a>.
> When patches to this branch were still being accepted, they were required
> to be prefixed with <code>[cilkplus] wwwdocs:</code> in the subject, which
> can be used as a search term for people looking in the mail archives for
> more information about this branch.</dd>
>

Also maybe remove the email address, since it bounces now


>
>
>>    <dt>compile-server-branch</dt>
>>    <dd>This branch was aimed at improving compile speed by caching work
>>    done between compilations.  The work saved is mainly related to header
>> --
>> 2.29.2
>>
>

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [committed] wwwdocs: Move cilkplus to Inactive branches
  2020-12-27 19:01   ` Eric Gallager
@ 2020-12-27 23:55     ` Gerald Pfeifer
  2020-12-28 18:01       ` Eric Gallager
  0 siblings, 1 reply; 6+ messages in thread
From: Gerald Pfeifer @ 2020-12-27 23:55 UTC (permalink / raw)
  To: Eric Gallager; +Cc: gcc-patches

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...

> <dt>cilkplus</dt>
> <dd>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 <a href="mailto:balaji.v.iyer@intel.com">Balaji V.
> Iyer</a>.
> When patches to this branch were still being accepted, they were required
> to be prefixed with <code>[cilkplus] wwwdocs:</code> in the subject, which
> can be used as a search term for people looking in the mail archives for
> more information about this branch.</dd>

...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).

Thanks,
Gerald

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [committed] wwwdocs: Move cilkplus to Inactive branches
  2020-12-27 23:55     ` Gerald Pfeifer
@ 2020-12-28 18:01       ` Eric Gallager
  2021-01-17  1:08         ` Gerald Pfeifer
  0 siblings, 1 reply; 6+ messages in thread
From: Eric Gallager @ 2020-12-28 18:01 UTC (permalink / raw)
  To: Gerald Pfeifer; +Cc: gcc-patches

On Sun, Dec 27, 2020 at 6:55 PM Gerald Pfeifer <gerald@pfeifer.com> 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...
>
> > <dt>cilkplus</dt>
> > <dd>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 <a href="mailto:balaji.v.iyer@intel.com">Balaji V.
> > Iyer</a>.
> > When patches to this branch were still being accepted, they were required
> > to be prefixed with <code>[cilkplus] wwwdocs:</code> in the subject,
> which
> > can be used as a search term for people looking in the mail archives for
> > more information about this branch.</dd>
>
> ...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
>

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [committed] wwwdocs: Move cilkplus to Inactive branches
  2020-12-28 18:01       ` Eric Gallager
@ 2021-01-17  1:08         ` Gerald Pfeifer
  0 siblings, 0 replies; 6+ messages in thread
From: Gerald Pfeifer @ 2021-01-17  1:08 UTC (permalink / raw)
  To: Eric Gallager; +Cc: gcc-patches

On Mon, 28 Dec 2020, Eric Gallager wrote:
>> (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.

I'd encourage you to give it a try - working on wwwdocs in the git world
is quite easy and convenient (and git in general has been a good move for
GCC). :-)

Reach out if you need help; for now I'll take care of this change.

Gerald

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-01-17  1:08 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-27 18:49 [committed] wwwdocs: Move cilkplus to Inactive branches Gerald Pfeifer
2020-12-27 18:59 ` Eric Gallager
2020-12-27 19:01   ` Eric Gallager
2020-12-27 23:55     ` Gerald Pfeifer
2020-12-28 18:01       ` Eric Gallager
2021-01-17  1:08         ` Gerald Pfeifer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).