-
-
Notifications
You must be signed in to change notification settings - Fork 264
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot compile two files with same name (in different dirs) #1781
Comments
|
@thewilsonator Can you git bisect to find the commit that broke things? |
|
maybe, i'll have a go. |
|
Not necessary, it's most likely one of my recent changes. |
|
Urgh cmake is not plying nice, but the only files that seem to be involved are |
|
It doesn't have anything to do with Originates in DDMD's |
|
DMD (a 2.072 nightly build) refuses to compile these 2 files at once too. So it looks as if you really can't compile 2 files with the same filename at once. :( |
|
Ok, ill raise a dmd issue. |
|
Do the files have module declarations? |
|
Nope (in my example). |
|
Yes, original layout |
|
@thewilsonator: So just to be sure there are no misunderstandings, your files have |
|
yes, well |
|
Is this fixed by eb85bc2 ? |
|
When using module declarations and |
|
@thewilsonator: Confirmed? |
|
Sorry for taking so long, it works. |
the write objects as fully qualified has stopped after a rebase from july to trunk.
tested with
source/
a/File.d
b/File.d
with flags in the dub.json set to "dflags" : ["-oq"]
running with
dub build --compiler=/path/to/ldc2 -vgives
The text was updated successfully, but these errors were encountered: