dub icon indicating copy to clipboard operation
dub copied to clipboard

`dub build -d id` not parsed properly

Open Herringway opened this issue 1 year ago • 0 comments
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.

Herringway avatar Dec 10 '23 02:12 Herringway