Thread overview
[Issue 21086] Wrong source link for core.thread.context
Mar 27, 2022
Dlang Bot
Mar 27, 2022
Dlang Bot
Apr 01, 2022
Dlang Bot
March 27, 2022
https://issues.dlang.org/show_bug.cgi?id=21086

moonlightsentinel@disroot.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |moonlightsentinel@disroot.o
                   |                            |rg
            Summary|Dead docs link              |Wrong source link for
                   |                            |core.thread.context

--
March 27, 2022
https://issues.dlang.org/show_bug.cgi?id=21086

moonlightsentinel@disroot.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|major                       |normal

--- Comment #1 from moonlightsentinel@disroot.org ---
The referenced page exists now but contains an invalid source link (core/thread/package.d instead of core/thread/context.d)

--
March 27, 2022
https://issues.dlang.org/show_bug.cgi?id=21086

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
@MoonlightSentinel created dlang/druntime pull request #3791 "Fix 21086 - Correct link core.thread.context" fixing this issue:

- Fix 21086 - Correct link core.thread.context

  The file is named `context.d`, not `package.d`.

https://github.com/dlang/druntime/pull/3791

--
March 27, 2022
https://issues.dlang.org/show_bug.cgi?id=21086

Dlang Bot <dlang-bot@dlang.rocks> changed:

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

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/druntime pull request #3791 "Fix 21086 - Correct link core.thread.context" was merged into stable:

- e647d43ca780eaff680b10aa9ee4f462a0574856 by MoonlightSentinel:
  Fix 21086 - Correct link core.thread.context

  The file is named `context.d`, not `package.d`.

https://github.com/dlang/druntime/pull/3791

--
April 01, 2022
https://issues.dlang.org/show_bug.cgi?id=21086

--- Comment #4 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/druntime pull request #3793 "merge stable" was merged into master:

- b87d7df8bf3244d772421008416263bab123e27e by MoonlightSentinel:
  Fix 21086 - Correct link core.thread.context

  The file is named `context.d`, not `package.d`.

https://github.com/dlang/druntime/pull/3793

--