Re: The D language online tour - tour.dlang.org

2016-05-24 Thread Shammah Chancellor via Digitalmars-d-announce
On Tuesday, 17 May 2016 at 09:02:04 UTC, André wrote: On Monday, 16 May 2016 at 20:39:26 UTC, Jack Stouffer wrote: On Monday, 16 May 2016 at 18:02:29 UTC, Andrei Alexandrescu wrote: This is great work, thanks! Please announce in social media as well! -- Andrei Reddit: https://www.reddit.com/

Re: D compiler daily downloads at an all-time high

2015-11-16 Thread Shammah Chancellor via Digitalmars-d-announce
On Monday, 16 November 2015 at 19:16:09 UTC, Saurabh Das wrote: On Monday, 16 November 2015 at 15:20:51 UTC, Andrei Alexandrescu wrote: http://erdani.com/d/downloads.daily.png There have been 1677 dmd downloads per day (net after discounting Travis CI) on average over the past 28 days (i.e. f

Re: Moving forward with work on the D language and foundation

2015-08-27 Thread Shammah Chancellor via Digitalmars-d-announce
On Monday, 24 August 2015 at 18:43:01 UTC, Andrei Alexandrescu wrote: Hello everyone, Following an increasing desire to focus on working on the D language and foundation, I have recently made the difficult decision to part ways with Facebook, my employer of five years and nine months. [...

Re: SDC-32bit

2014-08-05 Thread Shammah Chancellor via Digitalmars-d-announce
On 2014-08-05 17:02:27 +, Dicebot said: On Tuesday, 5 August 2014 at 16:54:47 UTC, Stefan Koch wrote: I'm not sure what you mean. Are you referring to things like pragma msg? to things like mixin("mixin(`writeln ("Hello World");`"); ``` bool foo() { ... } template bar(bool cond) {

Re: SDC-32bit

2014-08-05 Thread Shammah Chancellor via Digitalmars-d-announce
On 2014-08-04 04:19:01 +, deadalnix said: On Saturday, 2 August 2014 at 22:48:35 UTC, Shammah Chancellor wrote: Also, it looks by using your fiber based scheduler that you can naturally parallize compiling. Have you investigated that at all? Obviously, yes. But that is quite tricky to

Re: SDC-32bit

2014-08-02 Thread Shammah Chancellor via Digitalmars-d-announce
On 2014-08-01 05:00:53 +, deadalnix said: On Tuesday, 29 July 2014 at 13:36:39 UTC, Stefan Koch wrote: Hello, I am happy to announce that my 32bit version of sdc compiles the whole testsuite including mixins. the only there are only 6 tests still failing 2 of them are dependent on size_t.

Re: SDC-32bit

2014-08-02 Thread Shammah Chancellor via Digitalmars-d-announce
On 2014-08-01 05:00:53 +, deadalnix said: On Tuesday, 29 July 2014 at 13:36:39 UTC, Stefan Koch wrote: Hello, I am happy to announce that my 32bit version of sdc compiles the whole testsuite including mixins. the only there are only 6 tests still failing 2 of them are dependent on size_t.

Re: DUB 0.9.20

2013-11-29 Thread Shammah Chancellor
On 2013-11-30 02:58:50 +, Sönke Ludwig said: This is planned, but (AFAIK) this is not yet possible in an optimal way due to how DMD emits symbols to object files. Currently the only reliable way to build incrementally is to compile a single file at a time, but this is very inefficient compar

Re: DUB 0.9.20

2013-11-29 Thread Shammah Chancellor
On 2013-11-29 22:39:33 +, Sönke Ludwig said: Am 29.11.2013 21:27, schrieb Shammah Chancellor: On 2013-11-29 17:01:53 +, Sönke Ludwig said: - Builds are now cached and only rebuilt when necessary for "dub build" and "dub run". Doesn't seem to be working

Re: DUB 0.9.20

2013-11-29 Thread Shammah Chancellor
On 2013-11-29 17:01:53 +, Sönke Ludwig said: - Builds are now cached and only rebuilt when necessary for "dub build" and "dub run". Doesn't seem to be working correctly for me. Won't rebuild after a build failure.