Re: New (page-per-artifact) standard library doc examples are now editable and runnable

2017-01-07 Thread Seb via Digitalmars-d-announce
On Saturday, 7 January 2017 at 20:14:56 UTC, Martin Nowak wrote: On 01/07/2017 05:12 PM, Andrei Alexandrescu wrote: Following https://github.com/dlang/dlang.org/pull/1532, the new-style docs now also allow editing and running examples. Start at http://dlang.org/library-prerelease/ and go

Re: Vision document for H1 2017

2017-01-07 Thread Martin Nowak via Digitalmars-d-announce
On 01/05/2017 11:00 AM, Basile B. wrote: > I don't known what did you decide in intern but when the discussion > between users was hot (just after version 2.071.1 I think) I've proposed > that: > https://github.com/BBasile/DIPs/blob/3d5e3f81c541c6e23c69555a230b4d42a7bb6de6/DIPs/DIP8484.md This is

Re: Beta 2.073.0-b1

2017-01-07 Thread Timothee Cour via Digitalmars-d-announce
* -transition=safe/-dip1000 => not mentioned in http://dlang.org/changelog/2.073.0.html * std.experimental.ndslice has been deprecated. The synchronization between Phobos and Mir turned out to be a lot of work with litte gain => That's a good move. Will make development faster indeed by not

Re: Vision document for H1 2017

2017-01-07 Thread Martin Nowak via Digitalmars-d-announce
On 01/06/2017 11:09 PM, Anton wrote: > On Wednesday, 4 January 2017 at 19:22:33 UTC, Andrei Alexandrescu wrote: >> We release a brief Vision document summarizing the main goals we plan >> to pursue in the coming six months. This half we are focusing on three >> things: safety, lifetime management,

Re: Vision document for H1 2017

2017-01-07 Thread Martin Nowak via Digitalmars-d-announce
On 01/05/2017 05:43 AM, Basile B. wrote: > To simplify introspection with library traits that use the compiler > "__traits()" someone has to remove the restrictions related to > protection attributes. This is not a new topic. Without this, the new > library traits won't work well and people won't

Re: Vision document for H1 2017

2017-01-07 Thread Martin Nowak via Digitalmars-d-announce
On 01/05/2017 11:45 PM, Sönke Ludwig wrote: > Am 05.01.2017 um 01:59 schrieb Paul O'Neil: >> On 01/04/2017 02:22 PM, Andrei Alexandrescu wrote: >>> We release a brief Vision document summarizing the main goals we plan to >>> pursue in the coming six months. This half we are focusing on three >>>

Re: New (page-per-artifact) standard library doc examples are now editable and runnable

2017-01-07 Thread Martin Nowak via Digitalmars-d-announce
On 01/07/2017 05:12 PM, Andrei Alexandrescu wrote: > Following https://github.com/dlang/dlang.org/pull/1532, the new-style > docs now also allow editing and running examples. Start at > http://dlang.org/library-prerelease/ and go anywhere to check it out. > > Thanks are due to Sönke Ludwig and

Re: Vision document for H1 2017

2017-01-07 Thread Andrei Alexandrescu via Digitalmars-d-announce
On 01/07/2017 02:55 PM, Martin Nowak wrote: On 01/05/2017 11:00 AM, Basile B. wrote: I don't known what did you decide in intern but when the discussion between users was hot (just after version 2.071.1 I think) I've proposed that:

Re: GtkD 3.5.0, GTK+ with D.

2017-01-07 Thread Mike Wey via Digitalmars-d-announce
On 01/07/2017 02:46 PM, Joakim wrote: On Saturday, 7 January 2017 at 11:06:14 UTC, Mike Wey wrote: On 01/07/2017 08:24 AM, Joakim wrote: Hey Mike, any interest in providing a library for Android? You can try out my ldc cross-compiler for Android:

Re: GtkD 3.5.0, GTK+ with D.

2017-01-07 Thread Mike Wey via Digitalmars-d-announce
On 01/07/2017 06:32 PM, Gerald wrote: On Saturday, 7 January 2017 at 16:46:38 UTC, dlang user wrote: When I compile the HelloWorld.d demo code on version 3.4.1 in debug mode the resulting file size is 26.4MB, when I compile the same code with 3.5.0 the file size is 70.7MB, that is quite a jump

Re: Vision document for H1 2017

2017-01-07 Thread Benjiro via Digitalmars-d-announce
On Saturday, 7 January 2017 at 20:10:17 UTC, Martin Nowak wrote: I think there won't be much discussions about the goals (maybe about the priorities). Many people come up with the same ideas to resolve the pain points. Actually I have a draft for a renewed site, will look at implementing

Re: Vision document for H1 2017

2017-01-07 Thread Seb via Digitalmars-d-announce
On Saturday, 7 January 2017 at 23:33:45 UTC, Benjiro wrote: Maybe something to add ( for new users ) is something similar to: http://rustbyexample.com/ Easy to use, lots of information, simple tasks that involve interaction for the user, feedback on success. Do you know about the existing

Re: Vision document for H1 2017

2017-01-07 Thread Dibyendu Majumdar via Digitalmars-d-announce
On Saturday, 7 January 2017 at 15:58:43 UTC, Andrei Alexandrescu wrote: On 01/04/2017 08:06 PM, Dibyendu Majumdar wrote: C++ integration has disappeared? Is this now "done"? We have a student on that. I've added a line for that to the doc. -- Andrei Cool. C++ integration would be a big

Re: GtkD 3.5.0, GTK+ with D.

2017-01-07 Thread dlang user via Digitalmars-d-announce
On 01/07/2017 11:32 AM, Gerald wrote: On Saturday, 7 January 2017 at 16:46:38 UTC, dlang user wrote: When I compile the HelloWorld.d demo code on version 3.4.1 in debug mode the resulting file size is 26.4MB, when I compile the same code with 3.5.0 the file size is 70.7MB, that is quite a jump

Re: Beta 2.073.0-b1

2017-01-07 Thread Martin Nowak via Digitalmars-d-announce
On 01/07/2017 03:44 PM, biozic wrote: > On Saturday, 7 January 2017 at 05:02:13 UTC, Martin Nowak wrote: >> First beta for the 2.073.0 release. >> >> This release comes with a few phobos additions, a new -mcpu=avx >> switch, an experimental safety checks (-transition=safe/-dip1000), and >> several

Re: Beta 2.073.0-b1

2017-01-07 Thread Jacob Carlborg via Digitalmars-d-announce
On 2017-01-07 06:02, Martin Nowak wrote: an experimental safety checks (-transition=safe/-dip1000) Is the flag to enable the new checks or revert to the previous behavior? -- /Jacob Carlborg

Re: GtkD 3.5.0, GTK+ with D.

2017-01-07 Thread Mike Wey via Digitalmars-d-announce
On 01/07/2017 08:24 AM, Joakim wrote: Hey Mike, any interest in providing a library for Android? You can try out my ldc cross-compiler for Android: https://github.com/joakim-noah/android/releases There would first need to be a GTK version for Android. -- Mike Wey

Alexa Skill written in D

2017-01-07 Thread extrawurst via Digitalmars-d-announce
Hi guys, the last 2 weeks I jumped on a new toy project: An Alexa Skill written in D. It is a skill that allows me to voice control my TV receiver with commands like: Alexa, ask Telly to go to standby Alexa, ask Telly what is currently running The project and all the source code sits on

Re: Beta 2.073.0-b1

2017-01-07 Thread biozic via Digitalmars-d-announce
On Saturday, 7 January 2017 at 15:59:47 UTC, Martin Nowak wrote: On 01/07/2017 03:44 PM, biozic wrote: Are phobos unittests not passing when compiling with -dip1000 considered bugs or is it this experimental? Most of phobos is currently not usable with DIP1000, partly because safety checks

Re: GtkD 3.5.0, GTK+ with D.

2017-01-07 Thread dlang user via Digitalmars-d-announce
On 01/06/2017 04:00 PM, Mike Wey wrote: GtkD is a D binding and OO wrapper of Gtk+ and is released on the LGPL license. Close to the 3.4 release, but the new functionality to now also remove registered signal handlers added by Gerald Nunn warrants a new release. Signal handles can be removed

Re: GtkD 3.5.0, GTK+ with D.

2017-01-07 Thread Gerald via Digitalmars-d-announce
On Saturday, 7 January 2017 at 16:46:38 UTC, dlang user wrote: When I compile the HelloWorld.d demo code on version 3.4.1 in debug mode the resulting file size is 26.4MB, when I compile the same code with 3.5.0 the file size is 70.7MB, that is quite a jump in size. I am using DMD V2.072.2 on

Re: Beta 2.073.0-b1

2017-01-07 Thread biozic via Digitalmars-d-announce
On Saturday, 7 January 2017 at 05:02:13 UTC, Martin Nowak wrote: First beta for the 2.073.0 release. This release comes with a few phobos additions, a new -mcpu=avx switch, an experimental safety checks (-transition=safe/-dip1000), and several bugfixes.

Re: Vision document for H1 2017

2017-01-07 Thread Andrei Alexandrescu via Digitalmars-d-announce
On 01/04/2017 08:06 PM, Dibyendu Majumdar wrote: C++ integration has disappeared? Is this now "done"? We have a student on that. I've added a line for that to the doc. -- Andrei

Re: Reminder - DConf 2017 is May 4-6 !!

2017-01-07 Thread Andrei Alexandrescu via Digitalmars-d-announce
On 01/06/2017 08:06 PM, Stefan Koch wrote: On Saturday, 7 January 2017 at 00:46:31 UTC, Walter Bright wrote: It's 2017 already - sharpen your pencils and start on a proposal for a presentation! Time is moving fast! Thanks for the remainder. I am still torn between talking about the past of

Re: GtkD 3.5.0, GTK+ with D.

2017-01-07 Thread Joakim via Digitalmars-d-announce
On Saturday, 7 January 2017 at 11:06:14 UTC, Mike Wey wrote: On 01/07/2017 08:24 AM, Joakim wrote: Hey Mike, any interest in providing a library for Android? You can try out my ldc cross-compiler for Android: https://github.com/joakim-noah/android/releases There would first need to be a

New (page-per-artifact) standard library doc examples are now editable and runnable

2017-01-07 Thread Andrei Alexandrescu via Digitalmars-d-announce
Following https://github.com/dlang/dlang.org/pull/1532, the new-style docs now also allow editing and running examples. Start at http://dlang.org/library-prerelease/ and go anywhere to check it out. Thanks are due to Sönke Ludwig and Sebastian Wilzbach! Andrei

Re: Vision document for H1 2017

2017-01-07 Thread Andrei Alexandrescu via Digitalmars-d-announce
On 01/04/2017 11:43 PM, Basile B. wrote: To simplify introspection with library traits that use the compiler "__traits()" someone has to remove the restrictions related to protection attributes. This is not a new topic. Without this, the new library traits won't work well and people won't use

Re: Beta 2.073.0-b1

2017-01-07 Thread Basile B. via Digitalmars-d-announce
On Saturday, 7 January 2017 at 05:02:13 UTC, Martin Nowak wrote: First beta for the 2.073.0 release. This release comes with a few phobos additions, a new -mcpu=avx switch, an experimental safety checks (-transition=safe/-dip1000), and several bugfixes.