Re: unit-threaded v0.6.26 - advanced unit testing in D with new features

2016-08-08 Thread Alix Pexton via Digitalmars-d-announce
On 08/08/2016 08:37, Atila Neves wrote: On Saturday, 6 August 2016 at 10:34:52 UTC, Nicholas Wilson wrote: On Friday, 5 August 2016 at 15:31:34 UTC, Atila Neves wrote: https://code.dlang.org/packages/unit-threaded What's new: . Mocking support. Classes, interfaces and structs can be mocked

Re: Please vote for the DConf logo

2015-11-14 Thread Alix Pexton via Digitalmars-d-announce
On 13/11/2015 14:52, anonymous wrote: I/we should make an SVG version that uses paths instead of , so that it doesn't depend on a local font. Maybe agree on the font first, though. With the chosen font installed ("Droid Sans", Apache 2.0 licence) the text balances well (or at least better

Re: Please vote for the DConf logo

2015-11-04 Thread Alix Pexton via Digitalmars-d-announce
On 04/11/2015 09:30, Andrei Alexandrescu wrote: Reply to this with 1.1, 1.2, 2, or 3: 1) by ponce: Variant 1: https://github.com/p0nce/dconf.org/blob/master/2016/images/logo-sample.png Variant 2:

Re: Voting for std.experimental.allocator

2015-07-10 Thread Alix Pexton via Digitalmars-d-announce
Yes!

[OT] Re: Scott Meyers' DConf 2014 keynote The Last Thing D Needs

2014-05-29 Thread Alix Pexton via Digitalmars-d-announce
On 28/05/2014 2:05 PM, Craig Dillabaugh wrote: On Tuesday, 27 May 2014 at 21:40:00 UTC, Walter Bright wrote: On 5/27/2014 2:22 PM, w0rp wrote: I'm actually a native speaker of 25 years and I didn't get it at first. Natural language communicates ideas approximately. What bugs me is when

Re: My D book is now officially coming soon

2014-05-28 Thread Alix Pexton via Digitalmars-d-announce
On 28/05/2014 9:00 AM, Mike James wrote: On Tuesday, 27 May 2014 at 14:20:49 UTC, Adam D. Ruppe wrote: On Tuesday, 27 May 2014 at 13:27:56 UTC, Szymon Gatner wrote: Will epub version be available too? Yeah, I think it is already on the packt website. I'm looking at getting the ebook

Re: Video of my LDC talk @ FOSDEM'14

2014-05-28 Thread Alix Pexton via Digitalmars-d-announce
On 27/05/2014 1:15 PM, Tommi wrote: On Monday, 26 May 2014 at 05:59:35 UTC, Kai Nacke wrote: [..] http://video.fosdem.org/2014/K4401/Sunday/LDC_the_LLVMbased_D_compiler.webm I can't watch this on my iPhone. https://itunes.apple.com/gb/app/vlc-for-ios/id650377962?mt=8

Re: Livestreaming DConf?

2014-05-15 Thread Alix Pexton via Digitalmars-d-announce
On 09/05/2014 8:48 PM, Andrei Alexandrescu wrote: Hi folks, We at Facebook are very excited about the upcoming DConf 2014. In fact, so excited we're considering livestreaming the event for the benefit of the many of us who can't make it to Menlo Park, CA. Livestreaming entails additional costs

Re: DConf 2013 Day 1 Talk 5: Using D Alongside a Game Engine by Manu Evans

2013-05-17 Thread Alix Pexton
On 17/05/2013 14:28, Andrei Alexandrescu wrote: Great talk. Vote up! http://www.reddit.com/r/programming/comments/1eiku4/dconf_2013_day_1_talk_5_using_d_alongside_a_game/ Andrei I cheered when I saw the logo for Visual D pop up (cos I drew that version ^^) I'm so glad I was able to

Re: DConf 2013 Day 1 Talk 2: Copy and Move Semantics in D by Ali Cehreli

2013-05-12 Thread Alix Pexton
On 12/05/2013 01:22, Andrei Alexandrescu wrote: Sure - let's take a quick poll on what would be the best release schedule. Andrei I think 2 a week is about right. I watched Ali's twice, and might watch it again, I'm sure I've not taken it all in yet! If they are all released too quickly,

Re: D to Javascript converter (a hacked up dmd)

2012-03-03 Thread Alix Pexton
On 03/03/2012 12:12, Jacob Carlborg wrote: On 2012-03-02 15:57, Adam D. Ruppe wrote: On Friday, 2 March 2012 at 09:33:44 UTC, Alix Pexton wrote: Have you considered faking scopes in JS using anonymous functions? Yeah, though right now I'm trusting the D compiler to keep it straight

Re: D to Javascript converter (a hacked up dmd)

2012-03-02 Thread Alix Pexton
On 02/03/2012 02:28, Adam D. Ruppe wrote: 3) The JS language doesn't have block scoping like D. Have you considered faking scopes in JS using anonymous functions? var foo; (function(a, b){ var foo; // not the same as the foo outside the func! // do stuff }(x, y)); //

Re: [Article Context, First Draft] Concurrency, Parallelism and D

2011-04-11 Thread Alix Pexton
On 11/04/2011 09:09, Don wrote: Andrei Alexandrescu wrote: On 04/10/2011 06:29 PM, Don wrote: Andrei Alexandrescu wrote: On 04/09/2011 09:27 PM, dsimcha wrote: On 4/9/2011 10:22 PM, Andrei Alexandrescu wrote: On 04/09/2011 08:31 PM, dsimcha wrote: On 4/9/2011 7:56 PM, Andrei Alexandrescu

Re: [Article Context, First Draft] Concurrency, Parallelism and D

2011-04-11 Thread Alix Pexton
On 11/04/2011 12:56, Andrei Alexandrescu wrote: On 04/11/2011 03:26 AM, Alix Pexton wrote: I have to agree with Don, burn the book, it is wholly responsible for the decline in creativity in English writing (imho). The book is for technical writing, and I didn't find absorbing it has hurt

Re: This just in: authorless TDPL becomes collector's edition

2010-06-21 Thread Alix Pexton
On 21/06/2010 20:23, Mike James wrote: Got my collectors item delivered today from Amazon UK. Looks good. I like the bonus of being able to download a PDF version of TDPL. Thanks for all the hard work Andrei. -=mike=- Andrei Alexandrescuseewebsiteforem...@erdani.org wrote in message