www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 492] New: Use the fully qualified module name for output files rather than the source file path.

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

           Summary: Use the fully qualified module name for output files
                    rather than the source file path.
           Product: D
           Version: 0.173
          Platform: PC
        OS/Version: Windows
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: DMD
        AssignedTo: bugzilla digitalmars.com
        ReportedBy: digitalmars-com baysmith.com


Currently, the source file for a module util.ssb in file source/util/ssb.d will
write the object file objects/source/util/ssb.obj if compiled with the
-odobjects option. It would be convient to be able to write the object file as
objects/util/ssb.obj instead. This would simply require use of the fully
qualified module name rather than the source file path. This would allow
merging of several source trees into one object tree.

This feature also would be useful on the -Dd and -Hd options.


-- 
Nov 08 2006
parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=492


Andrei Alexandrescu <andrei metalanguage.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
                 CC|                            |andrei metalanguage.com
         AssignedTo|nobody puremagic.com        |bugzilla digitalmars.com


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