[Issue 4208] New: druntime should not depend on Phobos

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed May 19 08:06:24 PDT 2010


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 at invisibleduck.org
        ReportedBy: zan77137 at nifty.com


--- Comment #0 from SHOO <zan77137 at nifty.com> 2010-05-19 08:06:23 PDT ---
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: -------


More information about the Digitalmars-d-bugs mailing list