[Issue 3541] Add -oq to dmd (use fully qualified module name as object filename)

2022-12-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3541

Iain Buclaw  changed:

   What|Removed |Added

   Priority|P2  |P4

--


[Issue 3541] Add -oq to dmd (use fully qualified module name as object filename)

2018-05-16 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3541

Dmitry Olshansky  changed:

   What|Removed |Added

 CC||dmitry.o...@gmail.com
   Assignee|andrej.mitrov...@gmail.com  |nob...@puremagic.com

--


[Issue 3541] Add -oq to dmd (use fully qualified module name as object filename)

2017-11-19 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3541

Mike  changed:

   What|Removed |Added

   See Also||https://issues.dlang.org/sh
   ||ow_bug.cgi?id=12116

--


[Issue 3541] Add -oq to dmd (use fully qualified module name as object filename)

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3541

Andrei Alexandrescu and...@erdani.com changed:

   What|Removed |Added

Version|D1  D2 |D2

--


[Issue 3541] Add -oq to dmd (use fully qualified module name as object filename)

2013-04-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3541


Andrej Mitrovic andrej.mitrov...@gmail.com changed:

   What|Removed |Added

   Keywords||pull


--- Comment #13 from Andrej Mitrovic andrej.mitrov...@gmail.com 2013-04-08 
06:39:14 PDT ---
https://github.com/D-Programming-Language/dmd/pull/1871

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


[Issue 3541] Add -oq to dmd (use fully qualified module name as object filename)

2011-12-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3541



--- Comment #11 from Walter Bright bugzi...@digitalmars.com 2011-12-14 
11:13:12 PST ---
See also https://github.com/D-Programming-Language/dmd/pull/169

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


[Issue 3541] Add -oq to dmd (use fully qualified module name as object filename)

2011-05-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3541


Walter Bright bugzi...@digitalmars.com changed:

   What|Removed |Added

 CC||bugzi...@digitalmars.com


--- Comment #10 from Walter Bright bugzi...@digitalmars.com 2011-05-28 
12:27:44 PDT ---
The patch crashes on line 254 of module.c when compiling druntime with the
line:

..\dmd.exe -c -d -o- -Isrc -Iimport -Hfimport\core\atomic.di src\core\atomic.d

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


[Issue 3541] Add -oq to dmd (use fully qualified module name as object filename)

2011-02-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3541


Jacob Carlborg d...@me.com changed:

   What|Removed |Added

 CC||d...@me.com


--- Comment #8 from Jacob Carlborg d...@me.com 2011-02-26 08:23:31 PST ---
Pull request available: https://github.com/D-Programming-Language/dmd/pull/11

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


[Issue 3541] Add -oq to dmd (use fully qualified module name as object filename)

2011-01-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3541


nfx...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||INVALID


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


[Issue 3541] Add -oq to dmd (use fully qualified module name as object filename)

2011-01-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3541


Brad Roberts bra...@puremagic.com changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 CC||bra...@puremagic.com
 Resolution|INVALID |


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


[Issue 3541] Add -oq to dmd (use fully qualified module name as object filename)

2010-12-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3541



--- Comment #7 from nfx...@gmail.com 2010-12-02 09:28:19 PST ---
I'm updating this patch to new dmd versions all the time, just mail me if
you're actually interested in it lol.

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


[Issue 3541] Add -oq to dmd (use fully qualified module name as object filename)

2010-06-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3541



--- Comment #6 from nfx...@gmail.com 2010-06-13 22:20:53 PDT ---
For dmd 1.062, watch out for the comment // Bugzilla 3547 in module.c: you
have to move my changes into the indented new indented else branch.

Not bothering with a real updated patch, line ending issues make this kind of
infeasible, and Walter probably applies patches manually anyway. (Plus he
obviously isn't interested in this.)

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


[Issue 3541] Add -oq to dmd (use fully qualified module name as object filename)

2010-05-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3541



--- Comment #5 from nfx...@gmail.com 2010-05-01 12:00:35 PDT ---
Created an attachment (id=618)
updated patch for dmd 1.059 beta (~ svn 461)

this probably still crashes with win32 patch = not obsoleting mpiepk's patch

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


[Issue 3541] Add -oq to dmd (use fully qualified module name as object filename)

2010-05-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3541


nfx...@gmail.com changed:

   What|Removed |Added

Attachment #618|application/octet-stream|text/plain
  mime type||
 Attachment #618 is|0   |1
  patch||


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


[Issue 3541] Add -oq to dmd (use fully qualified module name as object filename)

2010-03-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3541



--- Comment #4 from nfx...@gmail.com 2010-03-29 16:17:40 PDT ---
What do I have to do to make dmd support -oq ?

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


[Issue 3541] Add -oq to dmd (use fully qualified module name as object filename)

2010-01-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3541


mpi...@gmail.com changed:

   What|Removed |Added

 Attachment #541 is|0   |1
   obsolete||


--- Comment #3 from mpi...@gmail.com 2010-01-08 03:25:14 PST ---
Created an attachment (id=547)
Updated patch

The old patch contained inconsistent line endings and crashed patch (at least
on Win32). 

This also removes the feature that dmd strips the .lib/.obj file
extension when building the linker command line (link.c), because it would fail
for filenames like package.module.obj

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


[Issue 3541] Add -oq to dmd (use fully qualified module name as object filename)

2010-01-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3541



--- Comment #1 from nfx...@gmail.com 2010-01-01 07:51:35 PST ---
Created an attachment (id=541)
updated patch

Updated to dmd 1.054, if anyone cares.
Apply with patch -p1  patchfile in dmd source directory.

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


[Issue 3541] Add -oq to dmd (use fully qualified module name as object filename)

2010-01-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3541


Leandro Lucarella llu...@gmail.com changed:

   What|Removed |Added

Attachment #541|application/octet-stream|text/plain
  mime type||
 Attachment #541 is|0   |1
  patch||


--- Comment #2 from Leandro Lucarella llu...@gmail.com 2010-01-01 11:32:36 
PST ---
(From update of attachment 541)
Marked as patch

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