public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug d/106638] New: docs: bad links to DIPs
@ 2022-08-16  8:03 marxin at gcc dot gnu.org
  2022-08-16  8:04 ` [Bug d/106638] " marxin at gcc dot gnu.org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: marxin at gcc dot gnu.org @ 2022-08-16  8:03 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106638

            Bug ID: 106638
           Summary: docs: bad links to DIPs
           Product: gcc
           Version: 13.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: d
          Assignee: ibuclaw at gdcproject dot org
          Reporter: marxin at gcc dot gnu.org
  Target Milestone: ---

The following links are dead:

gcc/d/gdc.texi:

@table @samp
@item all
Turns on all upcoming D language features.
@item dip1000
Implements @uref{https://wiki.dlang.org/DIP1000} (Scoped pointers).
@item dip1008
Implements @uref{https://wiki.dlang.org/DIP1008} (Allow exceptions in
@code{@@nogc} code).
@item dip1021
Implements @uref{https://wiki.dlang.org/DIP1021} (Mutable function arguments).

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

* [Bug d/106638] docs: bad links to DIPs
  2022-08-16  8:03 [Bug d/106638] New: docs: bad links to DIPs marxin at gcc dot gnu.org
@ 2022-08-16  8:04 ` marxin at gcc dot gnu.org
  2022-08-16 10:20 ` ibuclaw at gdcproject dot org
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: marxin at gcc dot gnu.org @ 2022-08-16  8:04 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106638

Martin Liška <marxin at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Ever confirmed|0                           |1
   Last reconfirmed|                            |2022-08-16
             Status|UNCONFIRMED                 |NEW

--- Comment #1 from Martin Liška <marxin at gcc dot gnu.org> ---
Should likely lead to something like:
https://github.com/dlang/DIPs/blob/master/DIPs/accepted/DIP1021.md

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

* [Bug d/106638] docs: bad links to DIPs
  2022-08-16  8:03 [Bug d/106638] New: docs: bad links to DIPs marxin at gcc dot gnu.org
  2022-08-16  8:04 ` [Bug d/106638] " marxin at gcc dot gnu.org
@ 2022-08-16 10:20 ` ibuclaw at gdcproject dot org
  2022-08-16 10:25 ` cvs-commit at gcc dot gnu.org
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: ibuclaw at gdcproject dot org @ 2022-08-16 10:20 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106638

--- Comment #2 from Iain Buclaw <ibuclaw at gdcproject dot org> ---
(In reply to Martin Liška from comment #1)
> Should likely lead to something like:
> https://github.com/dlang/DIPs/blob/master/DIPs/accepted/DIP1021.md
Indeed, I'm sure the wiki links were working at one point in time, but the
github repository is the official place where they are kept now.

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

* [Bug d/106638] docs: bad links to DIPs
  2022-08-16  8:03 [Bug d/106638] New: docs: bad links to DIPs marxin at gcc dot gnu.org
  2022-08-16  8:04 ` [Bug d/106638] " marxin at gcc dot gnu.org
  2022-08-16 10:20 ` ibuclaw at gdcproject dot org
@ 2022-08-16 10:25 ` cvs-commit at gcc dot gnu.org
  2022-08-16 11:23 ` cvs-commit at gcc dot gnu.org
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2022-08-16 10:25 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106638

--- Comment #3 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Iain Buclaw <ibuclaw@gcc.gnu.org>:

https://gcc.gnu.org/g:e56b695aa3aed3c0c80616bba569bbeb4a06b5e5

commit r13-2073-ge56b695aa3aed3c0c80616bba569bbeb4a06b5e5
Author: Iain Buclaw <ibuclaw@gdcproject.org>
Date:   Tue Aug 16 12:22:10 2022 +0200

    d: Update DIP links in gdc documentation to point at upstream repository

    The wiki links probably worked at some point in the distant past, but
    now the official location of tracking all D Improvement Proposals is on
    the upstream dlang/DIPs GitHub repository.

            PR d/106638

    gcc/d/ChangeLog:

            * gdc.texi: Update DIP links to point at upstream dlang/DIPs
            repository.

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

* [Bug d/106638] docs: bad links to DIPs
  2022-08-16  8:03 [Bug d/106638] New: docs: bad links to DIPs marxin at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2022-08-16 10:25 ` cvs-commit at gcc dot gnu.org
@ 2022-08-16 11:23 ` cvs-commit at gcc dot gnu.org
  2022-08-16 11:31 ` cvs-commit at gcc dot gnu.org
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2022-08-16 11:23 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106638

--- Comment #4 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-12 branch has been updated by Iain Buclaw
<ibuclaw@gcc.gnu.org>:

https://gcc.gnu.org/g:f6431df36461ba88f462b153fb21f6ca7497a30a

commit r12-8691-gf6431df36461ba88f462b153fb21f6ca7497a30a
Author: Iain Buclaw <ibuclaw@gdcproject.org>
Date:   Tue Aug 16 12:22:10 2022 +0200

    d: Update DIP links in gdc documentation to point at upstream repository

    The wiki links probably worked at some point in the distant past, but
    now the official location of tracking all D Improvement Proposals is on
    the upstream dlang/DIPs GitHub repository.

            PR d/106638

    gcc/d/ChangeLog:

            * gdc.texi: Update DIP links to point at upstream dlang/DIPs
            repository.

    (cherry picked from commit e56b695aa3aed3c0c80616bba569bbeb4a06b5e5)

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

* [Bug d/106638] docs: bad links to DIPs
  2022-08-16  8:03 [Bug d/106638] New: docs: bad links to DIPs marxin at gcc dot gnu.org
                   ` (3 preceding siblings ...)
  2022-08-16 11:23 ` cvs-commit at gcc dot gnu.org
@ 2022-08-16 11:31 ` cvs-commit at gcc dot gnu.org
  2022-08-16 11:32 ` cvs-commit at gcc dot gnu.org
  2022-08-16 11:33 ` ibuclaw at gdcproject dot org
  6 siblings, 0 replies; 8+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2022-08-16 11:31 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106638

--- Comment #5 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-11 branch has been updated by Iain Buclaw
<ibuclaw@gcc.gnu.org>:

https://gcc.gnu.org/g:be0bd70649cbb3bdf998069a279d806e1e94a093

commit r11-10206-gbe0bd70649cbb3bdf998069a279d806e1e94a093
Author: Iain Buclaw <ibuclaw@gdcproject.org>
Date:   Tue Aug 16 12:22:10 2022 +0200

    d: Update DIP links in gdc documentation to point at upstream repository

    The wiki links probably worked at some point in the distant past, but
    now the official location of tracking all D Improvement Proposals is on
    the upstream dlang/DIPs GitHub repository.

            PR d/106638

    gcc/d/ChangeLog:

            * gdc.texi: Update DIP links to point at upstream dlang/DIPs
            repository.

    (cherry picked from commit e56b695aa3aed3c0c80616bba569bbeb4a06b5e5)

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

* [Bug d/106638] docs: bad links to DIPs
  2022-08-16  8:03 [Bug d/106638] New: docs: bad links to DIPs marxin at gcc dot gnu.org
                   ` (4 preceding siblings ...)
  2022-08-16 11:31 ` cvs-commit at gcc dot gnu.org
@ 2022-08-16 11:32 ` cvs-commit at gcc dot gnu.org
  2022-08-16 11:33 ` ibuclaw at gdcproject dot org
  6 siblings, 0 replies; 8+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2022-08-16 11:32 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106638

--- Comment #6 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-10 branch has been updated by Iain Buclaw
<ibuclaw@gcc.gnu.org>:

https://gcc.gnu.org/g:b4ecafb9acd8a7e7eb3da92ac973cb07f0f39d40

commit r10-10947-gb4ecafb9acd8a7e7eb3da92ac973cb07f0f39d40
Author: Iain Buclaw <ibuclaw@gdcproject.org>
Date:   Tue Aug 16 12:22:10 2022 +0200

    d: Update DIP links in gdc documentation to point at upstream repository

    The wiki links probably worked at some point in the distant past, but
    now the official location of tracking all D Improvement Proposals is on
    the upstream dlang/DIPs GitHub repository.

            PR d/106638

    gcc/d/ChangeLog:

            * gdc.texi: Update DIP links to point at upstream dlang/DIPs
            repository.

    (cherry picked from commit e56b695aa3aed3c0c80616bba569bbeb4a06b5e5)

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

* [Bug d/106638] docs: bad links to DIPs
  2022-08-16  8:03 [Bug d/106638] New: docs: bad links to DIPs marxin at gcc dot gnu.org
                   ` (5 preceding siblings ...)
  2022-08-16 11:32 ` cvs-commit at gcc dot gnu.org
@ 2022-08-16 11:33 ` ibuclaw at gdcproject dot org
  6 siblings, 0 replies; 8+ messages in thread
From: ibuclaw at gdcproject dot org @ 2022-08-16 11:33 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106638

Iain Buclaw <ibuclaw at gdcproject dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED

--- Comment #7 from Iain Buclaw <ibuclaw at gdcproject dot org> ---
Went through all open release branches and updated all wiki links to point at
the github repository.

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

end of thread, other threads:[~2022-08-16 11:33 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-16  8:03 [Bug d/106638] New: docs: bad links to DIPs marxin at gcc dot gnu.org
2022-08-16  8:04 ` [Bug d/106638] " marxin at gcc dot gnu.org
2022-08-16 10:20 ` ibuclaw at gdcproject dot org
2022-08-16 10:25 ` cvs-commit at gcc dot gnu.org
2022-08-16 11:23 ` cvs-commit at gcc dot gnu.org
2022-08-16 11:31 ` cvs-commit at gcc dot gnu.org
2022-08-16 11:32 ` cvs-commit at gcc dot gnu.org
2022-08-16 11:33 ` ibuclaw at gdcproject dot org

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