September 24, 2015
btw, yaml is still looks for me more readable and easier to googling.
September 24, 2015
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?
September 24, 2015
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.
September 24, 2015
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 the moment. But the SDLang-D project *does* need to add some conversion tools. I don't know that I can get to it right away though.

September 24, 2015
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 there a tool/switch that converts my old dub.json files to
> dub.sdl?
>
> Not at the moment. But the SDLang-D project *does* need to add some conversion tools. I don't know that I can get to it right away though.

Cool. Thanks.
September 25, 2015
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 will
>     stay available, this format is a lot more enjoyable, with support
>     for comments and a much cleaner syntax. See the package format
>     specification [2] for an overview.
>
>   - Greatly enhanced "dub describe" support - includes a "targets" field
>     usable for external build tools, adds a --data=... switch to output
>     in shell-friendly format instead of JSON, supports a bunch of new
>     environment variables for pre/post build/generate commands and more.
>
>   - An experimental ARM build is now available on the download page.
>
>   - Builds with DMD frontends 2.064.2 through 2.068.2.
>
> Also new is an online documentation page of the command line interface
> [3], which is generated from the same information as the command line
> --help pages.
>
>
> Download:
> http://code.dlang.org/download
>
> Change log:
> https://github.com/D-Programming-Language/dub/blob/master/CHANGELOG.md
>
> [1]: https://github.com/Abscissa/SDLang-D/
> [2]: http://code.dlang.org/package-format?lang=sdl
> [3]: http://code.dlang.org/docs/commandline

Nice stuff, keep up the good work!

-- 
Bruno Medeiros
https://twitter.com/brunodomedeiros
September 25, 2015
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
1 2
Next ›   Last »