Re: Got a post for the D Blog?

2016-11-01 Thread Mike Parker via Digitalmars-d-announce
On Tuesday, 1 November 2016 at 06:36:15 UTC, Stefan Koch wrote: On Tuesday, 1 November 2016 at 06:23:29 UTC, Mike Parker wrote: On Monday, 31 October 2016 at 20:29:13 UTC, Jacob Carlborg wrote: Would it be interesting to have a blog post about implement support for Objective-C in D? That wo

Re: Got a post for the D Blog?

2016-11-01 Thread bachmeier via Digitalmars-d-announce
On Tuesday, 1 November 2016 at 06:36:15 UTC, Stefan Koch wrote: On Tuesday, 1 November 2016 at 06:23:29 UTC, Mike Parker wrote: On Monday, 31 October 2016 at 20:29:13 UTC, Jacob Carlborg wrote: Would it be interesting to have a blog post about implement support for Objective-C in D? That wo

Re: Release D 2.072.0

2016-11-01 Thread Andrei Alexandrescu via Digitalmars-d-announce
On 11/01/2016 11:41 AM, Johan Engelen wrote: On Monday, 31 October 2016 at 01:27:08 UTC, Martin Nowak wrote: Glad to announce D 2.072.0. DMD 2.072.0 miscompiles/uncovers a bug in LDC, so I switched back to DMD 2.071.2 for CI testing. :( Is there somebody working on that bug? Thanks. -- Andre

Re: Release D 2.072.0

2016-11-01 Thread Johan Engelen via Digitalmars-d-announce
On Monday, 31 October 2016 at 01:27:08 UTC, Martin Nowak wrote: Glad to announce D 2.072.0. DMD 2.072.0 miscompiles/uncovers a bug in LDC, so I switched back to DMD 2.071.2 for CI testing. :( -Johan

Re: Ever want to compile D on your Android phone? Well, now you can!

2016-11-01 Thread Daniel9 via Digitalmars-d-announce
On Sunday, 24 January 2016 at 15:12:30 UTC, Joakim wrote: An alpha release of ldc, the llvm-based D compiler, for Android devices is now available. It is best used with the excellent Termux app (https://play.google.com/store/apps/details?id=com.termux&hl=en) and a bluetooth keyboard. ;) Update

Re: Ever want to compile D on your Android phone? Well, now you can!

2016-11-01 Thread Steven Schveighoffer via Digitalmars-d-announce
On 10/29/16 8:55 PM, rikki cattermole wrote: On 30/10/2016 10:47 AM, Mergul wrote: Application always crash when I'm using android_app.savedState. if (state.savedState != null) { // We are starting with a previous saved state; restore from it. engine.state = *cast(saved_state*)state.sav

Re: Release vibe.d 0.7.30

2016-11-01 Thread Sönke Ludwig via Digitalmars-d-announce
Am 01.11.2016 um 14:29 schrieb John Colvin: On Tuesday, 1 November 2016 at 12:47:13 UTC, Jacob Carlborg wrote: On 2016-11-01 12:20, Saurabh Das wrote: How can I find out more information about the 'runApplication' change? What does "slowly fading out" mean? I think it should say something li

Re: Release vibe.d 0.7.30

2016-11-01 Thread Sönke Ludwig via Digitalmars-d-announce
Am 01.11.2016 um 12:20 schrieb Saurabh Das: On Tuesday, 1 November 2016 at 09:09:05 UTC, Saurabh Das wrote: On Monday, 31 October 2016 at 20:30:22 UTC, Sönke Ludwig wrote: [...] I'm going to try this out today! :) How can I find out more information about the 'runApplication' change? What d

Re: Release vibe.d 0.7.30

2016-11-01 Thread John Colvin via Digitalmars-d-announce
On Tuesday, 1 November 2016 at 12:47:13 UTC, Jacob Carlborg wrote: On 2016-11-01 12:20, Saurabh Das wrote: How can I find out more information about the 'runApplication' change? What does "slowly fading out" mean? I think it should say something like: "slowly fading out the default main". I

Re: Release vibe.d 0.7.30

2016-11-01 Thread Jacob Carlborg via Digitalmars-d-announce
On 2016-11-01 13:47, Jacob Carlborg wrote: On 2016-11-01 12:20, Saurabh Das wrote: How can I find out more information about the 'runApplication' change? What does "slowly fading out" mean? I think it should say something like: "slowly fading out the default main". Instead of having vibe.d de

Re: Release vibe.d 0.7.30

2016-11-01 Thread Jacob Carlborg via Digitalmars-d-announce
On 2016-11-01 12:20, Saurabh Das wrote: How can I find out more information about the 'runApplication' change? What does "slowly fading out" mean? I think it should say something like: "slowly fading out the default main". Instead of having vibe.d define the main function and having a shared

Re: Release D 2.072.0

2016-11-01 Thread Nick Treleaven via Digitalmars-d-announce
On Monday, 31 October 2016 at 07:27:50 UTC, Ali Çehreli wrote: Is the only valid remaining use for the comma operator the 'for' loop iteration? for ( ; ; ++i, ++j) { // ... } Are there other uses? The changelog shows it can be used for an expression statement: // This is okay, the res

Re: Got a post for the D Blog?

2016-11-01 Thread qznc via Digitalmars-d-announce
On Monday, 31 October 2016 at 03:51:16 UTC, Mike Parker wrote: I want to publish more posts like Andreas's 'Find Was Too Damn Slow, So We Fixed It` [1] (which, by the way, is the most-viewed post so far, just ahead of Joakim's interview with Walter [2]), or Steven's 'How to Write @trusted Code

Re: Release vibe.d 0.7.30

2016-11-01 Thread Saurabh Das via Digitalmars-d-announce
On Tuesday, 1 November 2016 at 09:09:05 UTC, Saurabh Das wrote: On Monday, 31 October 2016 at 20:30:22 UTC, Sönke Ludwig wrote: [...] I'm going to try this out today! :) How can I find out more information about the 'runApplication' change? What does "slowly fading out" mean?

Re: Release vibe.d 0.7.30

2016-11-01 Thread Saurabh Das via Digitalmars-d-announce
On Monday, 31 October 2016 at 20:30:22 UTC, Sönke Ludwig wrote: Main changes over 0.7.29: - Compiles on the latest DMD version (2.068.x-2.072.0) - Added a new authorization framework for the web/REST interface generators - Extended the serialization framework with more hooks and tra