DUB 0.9.13 released

2013-04-16 Thread Sönke Ludwig
Changes: - Support for a new "buildRequirements" field to be able to specify things like "Don't treat warnings as errors" or "Allow use of deprecated features" - A lot of improvements to the VisualD project generator - Some important bug fixes Change log: https://github.com/rejected

Re: DUB 0.9.13 released

2013-04-26 Thread alex
On Tuesday, 16 April 2013 at 21:50:10 UTC, Sönke Ludwig wrote: Changes: - Support for a new "buildRequirements" field to be able to specify things like "Don't treat warnings as errors" or "Allow use of deprecated features" - A lot of improvements to the VisualD project generator - S

Re: DUB 0.9.13 released

2013-04-26 Thread Sönke Ludwig
Am 26.04.2013 21:37, schrieb alex: > > I want to inform you that Mono-D v0.5.2.4 can open Dub projects natively > now - no need for creating .dproj files explicitly anymore, just opening > package.json is required in order to have the project there. > It also handles include paths in the most comm

Re: DUB 0.9.13 released

2013-04-26 Thread alex
On Friday, 26 April 2013 at 20:16:15 UTC, Sönke Ludwig wrote: Am 26.04.2013 21:37, schrieb alex: I want to inform you that Mono-D v0.5.2.4 can open Dub projects natively now - no need for creating .dproj files explicitly anymore, just opening package.json is required in order to have the pro

Re: DUB 0.9.13 released

2013-04-26 Thread Rory McGuire
I'd say opening all dependencies is distracting. But being able to open them quickly is really useful. On Fri, Apr 26, 2013 at 10:26 PM, alex wrote: > On Friday, 26 April 2013 at 20:16:15 UTC, Sönke Ludwig wrote: > >> Am 26.04.2013 21:37, schrieb alex: >> >>> >>> I want to inform you that Mono-D

Re: DUB 0.9.13 released

2013-04-26 Thread alex
On Friday, 26 April 2013 at 20:47:42 UTC, Rory McGuire wrote: I'd say opening all dependencies is distracting. But being able to open them quickly is really useful. I think I should create greyed-out references in the pseudo-solution which can be enabled and loaded afterwards if wanted. Or s

Re: DUB 0.9.13 released

2013-04-29 Thread Tyro[17]
On 4/16/13 5:49 PM, Sönke Ludwig wrote: Changes: - Support for a new "buildRequirements" field to be able to specify things like "Don't treat warnings as errors" or "Allow use of deprecated features" - A lot of improvements to the VisualD project generator - Some important bug fi

Re: DUB 0.9.13 released

2013-04-29 Thread Jonathan M Davis
On Monday, April 29, 2013 21:27:48 Tyro[17] wrote: > On 4/16/13 5:49 PM, Sönke Ludwig wrote: > > Changes: > > - Support for a new "buildRequirements" field to be able to specify > > > > things like "Don't treat warnings as errors" or "Allow use of > > deprecated features" > > > >