January 07, 2011
http://d.puremagic.com/issues/show_bug.cgi?id=3541


Brad Roberts <braddr@puremagic.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
                 CC|                            |braddr@puremagic.com
         Resolution|INVALID                     |


-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
February 26, 2011
http://d.puremagic.com/issues/show_bug.cgi?id=3541


Jacob Carlborg <doob@me.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |doob@me.com


--- Comment #8 from Jacob Carlborg <doob@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: -------
March 27, 2011
http://d.puremagic.com/issues/show_bug.cgi?id=3541


Andrej Mitrovic <andrej.mitrovich@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |andrej.mitrovich@gmail.com


--- Comment #9 from Andrej Mitrovic <andrej.mitrovich@gmail.com> 2011-03-26 17:05:48 PDT ---
Interesting. Currently I have a very superficial D build script which simply creates a ./cache folder, recreates the folder structure of the source tree inside this cache folder, and puts object files and library files there by simply using -of via DMD.

So for example the source tree is:
./main.d
./bar/all.d
./bar/barclass.d
./foo/utils.d

And the generated files would be:
./cache/bar/bar.lib
./cache/bar/all.obj
./cache/bar/barclass.obj
./cache/foo/foo.lib
./cache/foo/utils.obj

Then I have no conflicts. But its very artificial as the build script was done in one afternoon.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
May 28, 2011
http://d.puremagic.com/issues/show_bug.cgi?id=3541


Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugzilla@digitalmars.com


--- Comment #10 from Walter Bright <bugzilla@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: -------
December 14, 2011
http://d.puremagic.com/issues/show_bug.cgi?id=3541



--- Comment #11 from Walter Bright <bugzilla@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: -------
December 16, 2011
http://d.puremagic.com/issues/show_bug.cgi?id=3541



--- Comment #12 from Jacob Carlborg <doob@me.com> 2011-12-16 01:25:54 PST ---
New pull request: https://github.com/D-Programming-Language/dmd/pull/563

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
April 08, 2013
http://d.puremagic.com/issues/show_bug.cgi?id=3541


Andrej Mitrovic <andrej.mitrovich@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull


--- Comment #13 from Andrej Mitrovic <andrej.mitrovich@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: -------
1 2
Next ›   Last »