www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 5834] New: Source of core.* should link to druntime, not phobos

reply d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=5834

           Summary: Source of core.* should link to druntime, not phobos
           Product: D
           Version: D2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: minor
          Priority: P2
         Component: websites
        AssignedTo: nobody puremagic.com
        ReportedBy: kennytm gmail.com



Source of core.* modules currently link to the Phobos github repository, e.g.
in core.atomic (http://www.digitalmars.com/d/2.0/phobos/core_atomic.html), the
Source links to

  https://github.com/D-Programming-Language/phobos/blob/master/core/atomic.d

which does not exist. The correct link should be

 
https://github.com/D-Programming-Language/druntime/blob/master/src/core/atomic.d
                                            ^^^^^^^^             ^^^

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Apr 11 2011
parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=5834


kennytm gmail.com changed:

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



The links on d-p-l.org has been fixed (e.g.
http://d-programming-language.org/phobos/core_atomic.html). Since in the future
d-p-l.org is the main website, I'll close it as fixed.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Jun 10 2011