December 12, 2016
https://issues.dlang.org/show_bug.cgi?id=16962

--- Comment #11 from Vladimir Panteleev <thecybershadow@gmail.com> ---
 ag0aep6g: Since implementing -c directly is more complicated with the recent
changes, can we emulate by using -lib and extracting the lib file's contents or
such?

Timothee, can you substitute -c with -lib in your use case? If so, we could fix the -od problem and make -c an explicitly unsupported switch like -o-.

--
December 12, 2016
https://issues.dlang.org/show_bug.cgi?id=16962

--- Comment #12 from Vladimir Panteleev <thecybershadow@gmail.com> ---
ag0aep6g: There is now an outdated comment in rdmd:

// When building libraries, DMD does not generate object files.
// Instead, it uses the -od parameter as the location for the library file.
// Thus, override objDir (which is normally a temporary directory)
// to be the target output directory.

DMD will now use -c even with -lib. Was this something that changed due to your recent changes?

--
December 12, 2016
https://issues.dlang.org/show_bug.cgi?id=16962

--- Comment #13 from Vladimir Panteleev <thecybershadow@gmail.com> ---
(In reply to Vladimir Panteleev from comment #12)
> DMD will now use -c even with -lib.

rdmd, not DMD

--
December 17, 2016
https://issues.dlang.org/show_bug.cgi?id=16962

Vladimir Panteleev <thecybershadow@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           See Also|                            |https://issues.dlang.org/sh
                   |                            |ow_bug.cgi?id=16978

--- Comment #14 from Vladimir Panteleev <thecybershadow@gmail.com> ---
Another regression: issue 16978

Since there has been no reply from ag0aep6g for 5 days, I am going to revert that PR and add tests for the regressions. Then they or anyone else can have a go at it.

--
December 17, 2016
https://issues.dlang.org/show_bug.cgi?id=16962

Vladimir Panteleev <thecybershadow@gmail.com> changed:

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

--- Comment #15 from Vladimir Panteleev <thecybershadow@gmail.com> ---
https://github.com/dlang/tools/pull/207

--
December 24, 2016
https://issues.dlang.org/show_bug.cgi?id=16962

--- Comment #16 from github-bugzilla@puremagic.com ---
Commits pushed to stable at https://github.com/dlang/tools

https://github.com/dlang/tools/commit/b6ec807712a452a47f712364b86d02335af2a93f Fix Issue 16962 - rdmd --build-only --force -c main.d fails: ./main: No such file or directory

The actual fix was done by the revert. This simply adds a test.

https://github.com/dlang/tools/commit/bfbcd086bad634066ba142964823f1689e879aaf Merge pull request #207 from CyberShadow/issue-16962

rdmd fixes (issues 14296, 16962 and 16978)
merged-on-behalf-of: Martin Nowak <code@dawg.eu>

--
December 24, 2016
https://issues.dlang.org/show_bug.cgi?id=16962

github-bugzilla@puremagic.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--
January 07, 2017
https://issues.dlang.org/show_bug.cgi?id=16962

--- Comment #17 from github-bugzilla@puremagic.com ---
Commits pushed to master at https://github.com/dlang/tools

https://github.com/dlang/tools/commit/b6ec807712a452a47f712364b86d02335af2a93f Fix Issue 16962 - rdmd --build-only --force -c main.d fails: ./main: No such file or directory

https://github.com/dlang/tools/commit/bfbcd086bad634066ba142964823f1689e879aaf Merge pull request #207 from CyberShadow/issue-16962

--
January 07, 2017
https://issues.dlang.org/show_bug.cgi?id=16962

--- Comment #18 from Timothee Cour <timothee.cour2@gmail.com> ---
Split of the bug pertaining to -of= -od= to https://issues.dlang.org/show_bug.cgi?id=17064

--
January 16, 2017
https://issues.dlang.org/show_bug.cgi?id=16962

--- Comment #19 from github-bugzilla@puremagic.com ---
Commits pushed to newCTFE at https://github.com/dlang/tools

https://github.com/dlang/tools/commit/b6ec807712a452a47f712364b86d02335af2a93f Fix Issue 16962 - rdmd --build-only --force -c main.d fails: ./main: No such file or directory

https://github.com/dlang/tools/commit/bfbcd086bad634066ba142964823f1689e879aaf Merge pull request #207 from CyberShadow/issue-16962

--
1 2
Next ›   Last »