digitalmars.D.bugs - [Bug 178] New: Fixed-path locations for specific modules
- d-bugmail puremagic.com (21/21) Jun 06 2006 http://d.puremagic.com/bugzilla/show_bug.cgi?id=178
- d-bugmail puremagic.com (5/5) Jun 06 2006 http://d.puremagic.com/bugzilla/show_bug.cgi?id=178
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 digitalmars.com ReportedBy: someidiot 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 --
Jun 06 2006
http://d.puremagic.com/bugzilla/show_bug.cgi?id=178 Er, forget the last comment ... If they were to both live together in the -I root, rather than one file in each location, it would be most helpful. --
Jun 06 2006