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 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?

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

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",

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 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: Scriptlike v0.9.4 - Perl-like interpolated strings, full examples and more.

2015-09-24 Thread Jacob Carlborg via Digitalmars-d-announce
On 2015-09-23 15:59, Ben Boeckel via Digitalmars-d-announce wrote: Be aware that you will have to pay an extra lstat call for such a function so that *it* can call the right function. It certainly shouldn't replace the existing functions. Perhaps not in Phobos, but I don't see why someone

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-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: OneDrive Client written in D

2015-09-24 Thread Suliman via Digitalmars-d-announce
On Tuesday, 22 September 2015 at 20:43:32 UTC, skilion wrote: I've been waiting for a good sync client for OneDrive (15 GB for free!) on Linux, but Microsoft seems to have other plans... So I've decided to write my own, using D. Take a look: http://skilion.github.io/onedrive/ What this

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: Release D 2.068.2

2015-09-24 Thread Robert burner Schadek via Digitalmars-d-announce
On Thursday, 24 September 2015 at 00:10:34 UTC, Martin Nowak wrote: Glad to announce D 2.068.2. Congratulations

Re: reggae v0.5.0: new features in the D meta-build system

2015-09-24 Thread Atila Neves via Digitalmars-d-announce
On Wednesday, 23 September 2015 at 06:16:08 UTC, Jacob Carlborg wrote: On 2015-09-22 14:39, Per Nordlöw wrote: SCons has a very hidden feature called interactive mode via `--interactive` that supports instantaenous incremental builds via a very primitive CLI that basically supports to

Re: reggae v0.5.0: new features in the D meta-build system

2015-09-24 Thread Atila Neves via Digitalmars-d-announce
On Tuesday, 22 September 2015 at 12:39:48 UTC, Per Nordlöw wrote: On Wednesday, 16 September 2015 at 14:07:17 UTC, Atila Neves wrote: http://code.dlang.org/my_packages/reggae What's new: Atila If you want to build a really revolutionary *new* build system you should turn reggae into a

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 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

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: Scriptlike v0.9.4 - Perl-like interpolated strings, full examples and more.

2015-09-24 Thread Andrei Alexandrescu via Digitalmars-d-announce
On 09/23/2015 01:44 AM, Sönke Ludwig wrote: Am 22.09.2015 um 22:18 schrieb Nick Sabalausky: = String Interpolation: = https://github.com/Abscissa/scriptlike#string-interpolation AFAICT, a string mixin is necessary to accomplish this in D, but otherwise

Re: Scriptlike v0.9.4 - Perl-like interpolated strings, full examples and more.

2015-09-24 Thread H. S. Teoh via Digitalmars-d-announce
On Thu, Sep 24, 2015 at 08:00:53PM -0400, Andrei Alexandrescu via Digitalmars-d-announce wrote: [...] > Yah, I think we need something like that in the stdlib. Also, we need > writefln with compile-time format string (someone was working on it > but I haven't heard about it in a while). -- Andrei

Coedit 2 alpha 1 - now with dub

2015-09-24 Thread BBasile via Digitalmars-d-announce
A first alpha of the Coedit 2, the small D IDE, is available. Summary: This alpha is focused on the integration of the official build tool DUB. In fact it's almost fully supported since it's possible to - create a new DUB project from scratch. - open an existing project to modify it.