DUB 0.9.24 release

2015-09-20 Thread Sönke Ludwig via Digitalmars-d-announce
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

Re: Go 1.5

2015-09-20 Thread Jack Stouffer via Digitalmars-d-announce
On Sunday, 20 September 2015 at 22:41:46 UTC, deadalnix wrote: That's just bad excuses. Excuses? Sure. Bad excuses? Not nearly. The other things I listed are much more important (IMO) than making the GC faster.

Re: Go 1.5

2015-09-20 Thread deadalnix via Digitalmars-d-announce
On Friday, 18 September 2015 at 20:46:18 UTC, Jack Stouffer wrote: On Friday, 18 September 2015 at 19:26:27 UTC, Rory wrote: The new GC in Go 1.5 seems interesting. What they say about is certainly interesting. http://blog.golang.org/go15gc "To create a garbage collector for the next decade,

Re: vibe.d 0.7.25 released

2015-09-20 Thread tired_eyes via Digitalmars-d-announce
On Sunday, 20 September 2015 at 13:43:35 UTC, Sönke Ludwig wrote: This release fixes a regression in the multi-part form parser. In addition to some additional bug fixes and minor changes, it adds support for out/ref @headerParam parameters in the REST interface generator. Finally, this

vibe.d 0.7.25 released

2015-09-20 Thread Sönke Ludwig via Digitalmars-d-announce
This release fixes a regression in the multi-part form parser. In addition to some additional bug fixes and minor changes, it adds support for out/ref @headerParam parameters in the REST interface generator. Finally, this release drops official support for DMD frontend versions below 2.066.x.

Re: cpp_binder, a not-yet-useful tool for generating C++ bindings

2015-09-20 Thread deadalnix via Digitalmars-d-announce
On Monday, 21 September 2015 at 04:22:30 UTC, Paul O'Neil wrote: As the title says, cpp_binder is a tool that generates C++ bindings. It reads C++ headers and produces a D file filled with "extern(C++)" declarations. It can translate a bunch of cool, small examples, but is not close to being

cpp_binder, a not-yet-useful tool for generating C++ bindings

2015-09-20 Thread Paul O'Neil via Digitalmars-d-announce
As the title says, cpp_binder is a tool that generates C++ bindings. It reads C++ headers and produces a D file filled with "extern(C++)" declarations. It can translate a bunch of cool, small examples, but is not close to being ready for prime-time. It crashes a lot, especially in the STL;

Re: vibe.d 0.7.25 released

2015-09-20 Thread Sönke Ludwig via Digitalmars-d-announce
Am 20.09.2015 um 16:31 schrieb tired_eyes: On Sunday, 20 September 2015 at 13:43:35 UTC, Sönke Ludwig wrote: This release fixes a regression in the multi-part form parser. In addition to some additional bug fixes and minor changes, it adds support for out/ref @headerParam parameters in the REST

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