Release candidate vibe.d 0.8.0-rc.5

2017-07-06 Thread Sönke Ludwig via Digitalmars-d-announce
- Fixes a regression where HTTPClientRequest.writeFormBody started to use chunked transfer encoding. - Fixed building on win32/mscoff when not specifying and explicit configuration for vibe-d:core - Works around an issue where it was not possible anymore to compile vibe.d without OpenSSL support

Re: DCD 0.9.0 released

2017-07-06 Thread Basile B. via Digitalmars-d-announce
On Monday, 3 July 2017 at 12:39:16 UTC, Nordlöw wrote: Nice. Are there any plans on adding any (limited) kind of auto-completion of UFCS-calls? I think that you have the answer https://github.com/dlang-community/DCD/issues/13. Now that i read my proposal again i have to say that i don't like

Re: DCD 0.9.0 released

2017-07-06 Thread bauss via Digitalmars-d-announce
On Monday, 3 July 2017 at 08:30:52 UTC, Basile@dlang-community wrote: I'm glad to announce that the dlang-community has released DCD 0.9.0[1] [...] Is there a way to set this up with atom?

Re: Beta 2.075.0-b1

2017-07-06 Thread Dsby via Digitalmars-d-announce
On Wednesday, 5 July 2017 at 07:25:34 UTC, Martin Nowak wrote: On Wednesday, 5 July 2017 at 01:40:49 UTC, Dsby wrote: Will add in language : @ref @weak? is it DIP47? Or in library? We should be able to do it as library types. The only case we currently know that might need help from the compi