dlang / dub

Package and build management system for D
MIT License
673 stars 230 forks source link

`dub build -d id` not parsed properly #2722

Open Herringway opened 9 months ago

Herringway commented 9 months ago

System information

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.