dub
dub copied to clipboard
`dub build -d id` not parsed properly
trafficstars
System information
- dub version: 1.35.0
- OS Platform and distribution: Several
- compiler version dmd 2.106.0
Bug Description
The id in dub build -d id appears to be treated as if it were a package name.
How to reproduce?
Simply execute dub build -d id in any valid package directory.
Expected Behavior
A compilation of the current package with the id debug version identifier defined.
Logs
Warning Package 'id' was neither found locally nor online.