[Issue 11641] [enhancement] support for DUB's "package.json" format
    via Digitalmars-d-bugs 
    digitalmars-d-bugs at puremagic.com
       
    Wed May 13 00:36:13 PDT 2015
    
    
  
https://issues.dlang.org/show_bug.cgi?id=11641
ponce <aliloko at gmail.com> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |aliloko at gmail.com
--- Comment #1 from ponce <aliloko at gmail.com> ---
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:
- arch
- build
- configuration
and building with "dub build" could save me a lot of time.
--
    
    
More information about the Digitalmars-d-bugs
mailing list