[Issue 18275] dmd deletes source file fun.cpp with `dmd fun.cpp.o main.d`

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

Iain Buclaw  changed:

   What|Removed |Added

   Priority|P1  |P2

--


[Issue 18275] dmd deletes source file fun.cpp with `dmd fun.cpp.o main.d`

2018-04-06 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18275

--- Comment #4 from ArturG  ---
done https://issues.dlang.org/show_bug.cgi?id=18740

--


[Issue 18275] dmd deletes source file fun.cpp with `dmd fun.cpp.o main.d`

2018-04-06 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18275

Seb  changed:

   What|Removed |Added

 CC||greensunn...@gmail.com

--- Comment #3 from Seb  ---
(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!

--


[Issue 18275] dmd deletes source file fun.cpp with `dmd fun.cpp.o main.d`

2018-04-06 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18275

ArturG  changed:

   What|Removed |Added

 CC||var.spool.mail...@gmail.com

--- Comment #2 from ArturG  ---
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.

--


[Issue 18275] dmd deletes source file fun.cpp with `dmd fun.cpp.o main.d`

2018-01-22 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18275

--- Comment #1 from anonymous4  ---
What `clang++ fun.cpp.o` does?

--