Thread overview
[Issue 18275] dmd deletes source file fun.cpp with `dmd fun.cpp.o main.d`
Jan 23, 2018
anonymous4
Apr 06, 2018
ArturG
Apr 06, 2018
Seb
Apr 06, 2018
ArturG
Dec 17, 2022
Iain Buclaw
January 23, 2018
https://issues.dlang.org/show_bug.cgi?id=18275

--- Comment #1 from anonymous4 <dfj1esp02@sneakemail.com> ---
What `clang++ fun.cpp.o` does?

--
April 06, 2018
https://issues.dlang.org/show_bug.cgi?id=18275

ArturG <var.spool.mail700@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |var.spool.mail700@gmail.com

--- Comment #2 from ArturG <var.spool.mail700@gmail.com> ---
is this the same bug?
if i have 2 files with the same name, like this

test
test.d

and execute dmd -D test

dmd picks test.d and generates the test.html but deletes the test file.

--
April 06, 2018
https://issues.dlang.org/show_bug.cgi?id=18275

Seb <greensunny12@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |greensunny12@gmail.com

--- Comment #3 from Seb <greensunny12@gmail.com> ---
(In reply to ArturG from comment #2)
> is this the same bug?
> if i have 2 files with the same name, like this
> 
> test
> test.d
> 
> and execute dmd -D test
> 
> dmd picks test.d and generates the test.html but deletes the test file.

It's probably related, but it would be great if you could open a new issue for it, s.t. it can be properly tracked. Thanks!

--
April 06, 2018
https://issues.dlang.org/show_bug.cgi?id=18275

--- Comment #4 from ArturG <var.spool.mail700@gmail.com> ---
done https://issues.dlang.org/show_bug.cgi?id=18740

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

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P2

--
December 13
https://issues.dlang.org/show_bug.cgi?id=18275

--- Comment #5 from dlangBugzillaToGithub <robert.schadek@posteo.de> ---
THIS ISSUE HAS BEEN MOVED TO GITHUB

https://github.com/dlang/dmd/issues/19368

DO NOT COMMENT HERE ANYMORE, NOBODY WILL SEE IT, THIS ISSUE HAS BEEN MOVED TO GITHUB

--