Re: BindBC -- The successor to Derelict

2018-10-30 Thread Mike Parker via Digitalmars-d-announce
On Tuesday, 30 October 2018 at 12:17:52 UTC, Danny Arends wrote: Nice work on the new loader, I'm a big user of the Derelict loader, and I agree that having a betterC / @nogc loader is a big win, so thanks in advance for working on it. Which libraries are going to be supported ? In my

Re: BindBC -- The successor to Derelict

2018-10-30 Thread Nicholas Wilson via Digitalmars-d-announce
On Tuesday, 30 October 2018 at 12:35:15 UTC, Mike Parker wrote: Thanks! Yes, I'll port all of those over. I implemented most of bindbc-al the other day. I plan to sit down and finish it up later this week. Be forewarned though, my plans too frequently have a mind of their own. Mike could you

Re: usable @nogc Exceptions with Mir Runtime

2018-10-30 Thread Oleg via Digitalmars-d-announce
Thanks for your work! Example === /// @safe pure nothrow @nogc unittest { import mir.exception; import mir.format; try throw new MirException(stringBuf() << "Hi D" << 2 << "!" << getData); catch(Exception e) assert(e.msg == "Hi D2!"); }

Re: Add D front-end, libphobos library, and D2 testsuite... to GCC

2018-10-30 Thread Joakim via Digitalmars-d-announce
On Monday, 29 October 2018 at 09:57:46 UTC, Walter Bright wrote: On 10/28/2018 8:43 PM, Mike Parker wrote: Congratulations are in order for Iain Buclaw. His efforts have been rewarded in a big way. Last Friday, he got the greenlight to move forward with submitting his changes into GCC:

Re: Wed Oct 17 - Avoiding Code Smells by Walter Bright

2018-10-30 Thread myCodeDontSmell via Digitalmars-d-announce
On Friday, 19 October 2018 at 03:53:12 UTC, Walter Bright wrote: Had a nice crowd there last night. Apparently lots of people were interested in this topic! Video: https://www.youtube.com/watch?v=lbp6vwdnE0k=youtu.be Interesting talk. Thanks for the link. I did find it confusing

Re: Wed Oct 17 - Avoiding Code Smells by Walter Bright

2018-10-30 Thread Nicholas Wilson via Digitalmars-d-announce
On Wednesday, 31 October 2018 at 05:00:12 UTC, myCodeDontSmell wrote: I did find it confusing however, that you discuss leaky abstractions, and putting your public interface at the beginning of your code (and all the other crap below it)... but then, in D, once your write your abstraction, say

Re: smile.amazon.com Promotion

2018-10-30 Thread Martin Tschierschke via Digitalmars-d-announce
On Monday, 29 October 2018 at 16:40:20 UTC, FooledDonor wrote: On Monday, 29 October 2018 at 16:01:38 UTC, Mike Parker wrote: [...] Perhaps a fundamental principle is not clear enough at the foundation: transparency. Where is the vision of the third and fourth quarter? Where are the

Re: Beta 2.082.0

2018-10-30 Thread Walter Bright via Digitalmars-d-announce
Thank you, Martin!