dub
dub copied to clipboard
dub describe --data=dflags outputs duplicate dflags
System information
- dub version: 1.36.0
Bug Description
Whenever having a project with "dflags" and some dependency with "dflags", and this dependency includes dflags the same as the parent, the dependency is built using a command with duplicate DFLAGS. This sympton is present whenever one uses --verbose or using dub describe
What problems does this cause?
What problems does this cause?
Readability problem when using --verbose. It also makes the CL command bigger, which is bad for usage with custom tooling when using with Windows. Also, I really don't think we should ever be passing duplicate dflags.