burner / test_migration2

0 stars 0 forks source link

[enhancement] support for DUB's "package.json" format #6

Closed burner closed 1 year ago

burner commented 10 years ago

spam reported this on 2013-11-29T03:30:44Z

Transfered from https://issues.dlang.org/show_bug.cgi?id=11641

CC List

Description

mono-d already has it and it is so much more conveniant to have

1) a consistent format throughout the IDEs 2) to load it natively instead of "dub generate visuald" so that changes get recognized and i don't have to re-gen it all the time by hand

burner commented 9 years ago

aliloko commented on 2015-05-13T07:36:13Z

Just wanted to say that this item is important to me. Currently I must regenerate the IDE project files each time I change the architecture or build type.

The command-line can be quite convoluted, for example: dub generate --build=release_nobounds --arch=x86_64 visuald

Handy selectors for:

and building with "dub build" could save me a lot of time.