Re: DUB 0.9.24 release

2015-09-25 Thread Jacob Carlborg via Digitalmars-d-announce
On 2015-09-24 17:03, Nick Sabalausky wrote: Yaml is a very complicated format. For most usages I've seen it's very simple. Mostly only using key-values with some nesting. -- /Jacob Carlborg

Re: DUB 0.9.24 release

2015-09-25 Thread Bruno Medeiros via Digitalmars-d-announce
On 20/09/2015 20:36, Sönke Ludwig wrote: Getting close to the 1.0.0 milestone, this release implements all of the major missing features except for a reviewed/cleaned up D API. The most important changes in this release are: - Support for SDLang [1] based package recipes. While JSON is and wil

Re: DUB 0.9.24 release

2015-09-24 Thread Chris via Digitalmars-d-announce
On Thursday, 24 September 2015 at 15:06:04 UTC, Nick Sabalausky wrote: On 09/24/2015 09:45 AM, Chris wrote: On Sunday, 20 September 2015 at 19:36:13 UTC, Sönke Ludwig wrote: http://sdl.ikayzo.org/ does not work atm. Permanent mirror here: http://semitwist.com/sdl-mirror/Home.html > Is the

Re: DUB 0.9.24 release

2015-09-24 Thread Nick Sabalausky via Digitalmars-d-announce
On 09/24/2015 09:45 AM, Chris wrote: On Sunday, 20 September 2015 at 19:36:13 UTC, Sönke Ludwig wrote: http://sdl.ikayzo.org/ does not work atm. Permanent mirror here: http://semitwist.com/sdl-mirror/Home.html > Is there a tool/switch that converts my old dub.json files to dub.sdl? Not at

Re: DUB 0.9.24 release

2015-09-24 Thread Nick Sabalausky via Digitalmars-d-announce
On 09/24/2015 07:23 AM, Suliman wrote: btw, yaml is still looks for me more readable and easier to googling. Yaml is a very complicated format.

Re: DUB 0.9.24 release

2015-09-24 Thread Chris via Digitalmars-d-announce
On Sunday, 20 September 2015 at 19:36:13 UTC, Sönke Ludwig wrote: http://sdl.ikayzo.org/ does not work atm. Is there a tool/switch that converts my old dub.json files to dub.sdl?

Re: DUB 0.9.24 release

2015-09-24 Thread Suliman via Digitalmars-d-announce
btw, yaml is still looks for me more readable and easier to googling.

Re: DUB 0.9.24 release

2015-09-24 Thread Suliman via Digitalmars-d-announce
On Thursday, 24 September 2015 at 09:48:10 UTC, Sönke Ludwig wrote: Am 24.09.2015 um 10:40 schrieb Suliman: Does DUB still can't generate sdl package format after dub init? It's a little bit not comfortable to have docs that describe SDL, when dub generate json. No, it generates a dub.sdl fi

Re: DUB 0.9.24 release

2015-09-24 Thread Sönke Ludwig via Digitalmars-d-announce
Am 24.09.2015 um 11:22 schrieb John Colvin: On Thursday, 24 September 2015 at 09:21:06 UTC, John Colvin wrote: On Thursday, 24 September 2015 at 08:23:54 UTC, Suliman wrote: How I can add multiple dependencies? In json I was can wrote: dependencies": { "dini": ">=1.0.0", "colori

Re: DUB 0.9.24 release

2015-09-24 Thread Sönke Ludwig via Digitalmars-d-announce
Am 24.09.2015 um 10:40 schrieb Suliman: Does DUB still can't generate sdl package format after dub init? It's a little bit not comfortable to have docs that describe SDL, when dub generate json. No, it generates a dub.sdl file.

Re: DUB 0.9.24 release

2015-09-24 Thread John Colvin via Digitalmars-d-announce
On Thursday, 24 September 2015 at 09:21:06 UTC, John Colvin wrote: On Thursday, 24 September 2015 at 08:23:54 UTC, Suliman wrote: How I can add multiple dependencies? In json I was can wrote: dependencies": { "dini": ">=1.0.0", "colorize": ">=1.0.5",

Re: DUB 0.9.24 release

2015-09-24 Thread John Colvin via Digitalmars-d-announce
On Thursday, 24 September 2015 at 08:23:54 UTC, Suliman wrote: How I can add multiple dependencies? In json I was can wrote: dependencies": { "dini": ">=1.0.0", "colorize": ">=1.0.5", "ddbc": ">=0.2.11", } How it will be in SDL? http://co

Re: DUB 0.9.24 release

2015-09-24 Thread Suliman via Digitalmars-d-announce
Does DUB still can't generate sdl package format after dub init? It's a little bit not comfortable to have docs that describe SDL, when dub generate json.

Re: DUB 0.9.24 release

2015-09-24 Thread Suliman via Digitalmars-d-announce
How I can add multiple dependencies? In json I was can wrote: dependencies": { "dini": ">=1.0.0", "colorize": ">=1.0.5", "ddbc": ">=0.2.11", } How it will be in SDL?

Re: DUB 0.9.24 release

2015-09-21 Thread CraigDillabaugh via Digitalmars-d-announce
On Sunday, 20 September 2015 at 19:36:13 UTC, Sönke Ludwig wrote: Getting close to the 1.0.0 milestone, this release implements all of the major missing features except for a reviewed/cleaned up D API. The most important changes in this release are: clip Download: http://code.dlang.org/dow

Re: DUB 0.9.24 release

2015-09-20 Thread ZombineDev via Digitalmars-d-announce
On Sunday, 20 September 2015 at 19:36:13 UTC, Sönke Ludwig wrote: [...] Congrats! I really like the new SDLang format. BTW, I was just looking to update dub on my machine a moment before I saw this :P