Re: Hotfix release vibe.d 0.7.28

2016-02-29 Thread Jonas Drewsen via Digitalmars-d-announce
On Monday, 29 February 2016 at 07:54:09 UTC, Sönke Ludwig wrote: Now I'm leaning towards finalizing the new prototype library and proposing it for Phobos inclusion at some point. Would that library support the same event sources as libasync ie. filesystem, notification, sockets etc? I really

unit-threaded v0.6.3 - now even easier to use / opt-in

2016-02-29 Thread Atila Neves via Digitalmars-d-announce
http://code.dlang.org/packages/unit-threaded Through the magic of dub, unit-threaded is now easier to include in your project, with no need for a hand-written test main file anymore. And all because the library can be run as an executable by dub. It's an idea that's so obvious in retrospect I

Re: unit-threaded v0.5.7 - advanced multi-threaded unit testing library

2016-02-29 Thread Atila Neves via Digitalmars-d-announce
On Wednesday, 17 February 2016 at 09:16:02 UTC, Sebastiaan Koppe wrote: On Wednesday, 17 February 2016 at 09:05:34 UTC, Atila Neves wrote: [...] You're on a holiday, I appreciate anything you write :) [...] You don't need a testrunner generator anymore: http://forum.dlang.org/post/tgbfkaze

Re: Hotfix release vibe.d 0.7.28

2016-02-29 Thread Sönke Ludwig via Digitalmars-d-announce
Am 29.02.2016 um 09:36 schrieb Jonas Drewsen: On Monday, 29 February 2016 at 07:54:09 UTC, Sönke Ludwig wrote: Now I'm leaning towards finalizing the new prototype library and proposing it for Phobos inclusion at some point. Would that library support the same event sources as libasync ie. fil

Re: Hotfix release vibe.d 0.7.28

2016-02-29 Thread ZombineDev via Digitalmars-d-announce
On Monday, 29 February 2016 at 07:54:09 UTC, Sönke Ludwig wrote: Am 29.02.2016 um 00:47 schrieb sigod: On Saturday, 27 February 2016 at 16:21:05 UTC, Sönke Ludwig wrote: This is a small bugfix release that mainly fixes two critical regressions: - FreeListRef!T, which is used heavily in the HT

Re: Hotfix release vibe.d 0.7.28

2016-02-29 Thread Georgi D via Digitalmars-d-announce
On Monday, 29 February 2016 at 07:54:09 UTC, Sönke Ludwig wrote: The same procedure will then happen for vibe:http (the new package will include HTTP/2 support) and the other sub packages. This is great news. Will the new HTTP package support an endpoint address and transport abstraction s

Re: unit-threaded v0.6.3 - now even easier to use / opt-in

2016-02-29 Thread Sebastiaan Koppe via Digitalmars-d-announce
On Monday, 29 February 2016 at 09:37:51 UTC, Atila Neves wrote: http://code.dlang.org/packages/unit-threaded Enjoy! Atila Really nice. Wow, didn't know dub could build and run a dependency.

Re: Terminix 0.51.0 Released

2016-02-29 Thread Dejan Lekic via Digitalmars-d-announce
Brilliant application! Well-done! May I ask for a feature? (Maybe it is already planned) - Can we please have tabs (could be simple Toggle Buttons) in each terminal? There is plenty of space between the "0: Terminal 1" and "+ x" in each of the terminals. That space could be used for tabs I hu

Re: unit-threaded v0.6.3 - now even easier to use / opt-in

2016-02-29 Thread Dicebot via Digitalmars-d-announce
On 02/29/2016 02:00 PM, Sebastiaan Koppe wrote: > On Monday, 29 February 2016 at 09:37:51 UTC, Atila Neves wrote: >> http://code.dlang.org/packages/unit-threaded >> >> Enjoy! >> >> Atila > > Really nice. > > Wow, didn't know dub could build and run a dependency. Note: only if it has a configurat

Re: unit-threaded v0.6.3 - now even easier to use / opt-in

2016-02-29 Thread Sebastiaan Koppe via Digitalmars-d-announce
On Monday, 29 February 2016 at 12:11:44 UTC, Dicebot wrote: On 02/29/2016 02:00 PM, Sebastiaan Koppe wrote: On Monday, 29 February 2016 at 09:37:51 UTC, Atila Neves wrote: http://code.dlang.org/packages/unit-threaded Enjoy! Atila Really nice. Wow, didn't know dub could build and run a depe

Re: Hotfix release vibe.d 0.7.28

2016-02-29 Thread Sönke Ludwig via Digitalmars-d-announce
Am 29.02.2016 um 11:20 schrieb ZombineDev: Hi Sonke, I'm really interested in your work on a new event loop abstraction. One of the big issues for the project I'm working on is that the current implementation is not @nogc and nothrow (while most of my code that doesn't interact with vibe.d is n

Re: LDC 1.0.0-alpha1 has been released! Please help testing!

2016-02-29 Thread Sönke Ludwig via Digitalmars-d-announce
Am 26.02.2016 um 22:14 schrieb Kai Nacke: Hi everyone, LDC 1.0.0-alpha1, the LLVM-based D compiler, is available for download! This ALPHA release is based on the 2.069.2 frontend and standard library and supports LLVM 3.5-3.8. The 1.0 release will be a major milestone. Please help testing to ma

Re: Terminix 0.51.0 Released

2016-02-29 Thread Gerald via Digitalmars-d-announce
On Monday, 29 February 2016 at 12:04:33 UTC, Dejan Lekic wrote: Brilliant application! Well-done! May I ask for a feature? (Maybe it is already planned) - Can we please have tabs (could be simple Toggle Buttons) in each terminal? There is plenty of space between the "0: Terminal 1" and "+ x"

D Functional garden

2016-02-29 Thread Seb via Digitalmars-d-announce
I have started to learn D lately and as a part of my learning process I decided to put my insights into a new, open platform - the D Functional Garden. It maintains a variety of snippets that can be used to learn D or help one as a quick reference. It contrast to Guillaume Piolat's d-idioms

dlang.io subdomains

2016-02-29 Thread Seb via Digitalmars-d-announce
Hey all, I was quite astonished that the dlang.io domain was still available. I imagine it could be used to host non-official user projects and give them a fancy name. FYI the main website dlang.io currently redirects to dlang.org, but if anyone has a better use case for it - let me know!

Re: D Functional garden

2016-02-29 Thread jmh530 via Digitalmars-d-announce
On Monday, 29 February 2016 at 15:09:56 UTC, Seb wrote: I have started to learn D lately and as a part of my learning process I decided to put my insights into a new, open platform - the D Functional Garden. I like. One suggestion. It can be hard to read long chains of calls. When you do i

Re: D Functional garden

2016-02-29 Thread asdf via Digitalmars-d-announce
On Monday, 29 February 2016 at 15:09:56 UTC, Seb wrote: It contrast to Guillaume Piolat's d-idioms [1], all samples are valid code and automatically tested on every run - it is basically one big unittest suite. Moreover as you might tell from the name, it focuses mostly one a functional style w

Re: dlang.io subdomains

2016-02-29 Thread WebFreak001 via Digitalmars-d-announce
On Monday, 29 February 2016 at 15:25:01 UTC, Seb wrote: I was quite astonished that the dlang.io domain was still available. dub.pm is also still available and I would buy it if I had 12€/year. Would still be cool having dub there because "pm" already sounds like package manager :D

Re: D Functional garden

2016-02-29 Thread landaire via Digitalmars-d-announce
On Monday, 29 February 2016 at 15:09:56 UTC, Seb wrote: Have a look yourself at: https://garden.dlang.io/ Looks really good. Nice work.

Re: SQLite-D alpha is here

2016-02-29 Thread Stefan Koch via Digitalmars-d-announce
I made a huge performance improvement sqlite-d is now 6-8 times faster then on the day were it wad able to read the first payloads. 2. I am heavily working on write-support. 3.Sqlite-d will then implement the allocator interface! (although I am flexible on that should it turn out to be a bad

Metaprogramming with type objects in D

2016-02-29 Thread maik klein via Digitalmars-d-announce
Discussion: https://www.reddit.com/r/programming/comments/48dssq/metaprogramming_with_type_objects_in_d/ Direct link: https://maikklein.github.io/2016/03/01/metaprogramming-typeobject/

GSoC 2016 - D Foundation was accepted!

2016-02-29 Thread Jeremy DeHaan via Digitalmars-d-announce
Hello everyone! I didn't see mention of this yet, but earlier today Google released their list of accepted Organizations for this year's GSoC. Guess what! The D Foundation made the cut! Thank you to everyone that worked on the proposals and application. This is awesome and you all are awesom

Re: dlang.io subdomains

2016-02-29 Thread Charles via Digitalmars-d-announce
On Monday, 29 February 2016 at 15:25:01 UTC, Seb wrote: Hey all, I was quite astonished that the dlang.io domain was still available. I imagine it could be used to host non-official user projects and give them a fancy name. FYI the main website dlang.io currently redirects to dlang.org, b

Re: GSoC 2016 - D Foundation was accepted!

2016-02-29 Thread bachmeier via Digitalmars-d-announce
On Tuesday, 1 March 2016 at 01:55:09 UTC, Jeremy DeHaan wrote: Hello everyone! I didn't see mention of this yet, but earlier today Google released their list of accepted Organizations for this year's GSoC. Guess what! The D Foundation made the cut! Thank you to everyone that worked on the pr

Re: GSoC 2016 - D Foundation was accepted!

2016-02-29 Thread mate via Digitalmars-d-announce
On Tuesday, 1 March 2016 at 01:55:09 UTC, Jeremy DeHaan wrote: Hello everyone! I didn't see mention of this yet, but earlier today Google released their list of accepted Organizations for this year's GSoC. Guess what! The D Foundation made the cut! Thank you to everyone that worked on the pr

Re: GSoC 2016 - D Foundation was accepted!

2016-02-29 Thread Jeremy DeHaan via Digitalmars-d-announce
On Tuesday, 1 March 2016 at 03:21:14 UTC, mate wrote: On Tuesday, 1 March 2016 at 01:55:09 UTC, Jeremy DeHaan wrote: Hello everyone! I didn't see mention of this yet, but earlier today Google released their list of accepted Organizations for this year's GSoC. Guess what! The D Foundation made