www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 4208] New: druntime should not depend on Phobos

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

           Summary: druntime should not depend on Phobos
           Product: D
           Version: 2.041
          Platform: Other
        OS/Version: Windows
            Status: NEW
          Severity: normal
          Priority: P2
         Component: druntime
        AssignedTo: sean invisibleduck.org
        ReportedBy: zan77137 nifty.com



Created an attachment (id=638)
Remove Phobos dependence.

I found some Phobos dependences:

- druntime/src/core/dll_helper.d
    std.c.windows.windows
- druntime/src/core/thread_helper.d
    std.c.windows.windows, std.c.stdlib


Rewrite:
std.c.windows.windows to core.sys.windows.windows
std.c.stdlib to core.stdc.stdlib

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
May 19 2010
parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=4208


Brad Roberts <braddr puremagic.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |braddr puremagic.com
         Resolution|                            |FIXED



---
fixed in 2.047

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