dub
dub copied to clipboard
stringImportPaths always cause recompilations
trafficstars
System information
- dub version: 1.28.0
- OS Platform and distribution: Windows 10
Bug Description
When stringImportPath is on dub.json, it always recompile the project, no matter if it has changed or not. current workaround is adding -J to dflags.
How to reproduce?
Expected Behavior
Logs
can't reproduce with DUB 1.31.1
Are the files inside the stringImportPath folder updating? (or just updating file update time) In that case dub will trigger a recompilation, as it's a compile time change.