[Bug 178] New: Fixed-path locations for specific modules

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Jun 6 15:04:08 PDT 2006


http://d.puremagic.com/bugzilla/show_bug.cgi?id=178

           Summary: Fixed-path locations for specific modules
           Product: D
           Version: unspecified
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: DMD
        AssignedTo: bugzilla at digitalmars.com
        ReportedBy: someidiot at earthlink.net


There are two D modules that the compiler insists are in a specific location,
whereas all others can be happily routed via a -I option 

The two files are object.d and intrinsic.d, where the former is expected to be
at the root of a -I option, and the latter is expected to be in location -I/std

It would be most helpful if these were to reside in one location instead of
two. For example, if instrinsic.d were to live in the root with object.d ~~
even better would be to make them both relocatable like all the other files :)

Thanks


-- 




More information about the Digitalmars-d-bugs mailing list