Re: DCD 0.3.0-beta1 and DScanner 0.1.0-beta1

2014-02-04 Thread Suliman
It's look like Sublime do not understand from which folder module should be imported. It's do not colorized import readconfig; if readconfig.d are putted in folder with main file.

Re: dmd 2.065 beta 3

2014-02-04 Thread Kapps
On Tuesday, 4 February 2014 at 06:58:02 UTC, evilrat wrote: i have some strange behaviour when building with -O, if in short it reports taking address of interface as dereferencing null. error reported with 2.065 beta2 and beta3, but i don't remember if i had this on 2.064. any advices? here

Re: Visual D 0.3.37 released

2014-02-04 Thread ParticlePeter
On Wednesday, 13 November 2013 at 06:48:44 UTC, Rainer Schuetze wrote: On 12.11.2013 10:19, evilrat wrote: On Tuesday, 12 November 2013 at 08:06:24 UTC, Rainer Schuetze wrote: If you switch the debugger to Mago, the conversion is no longer needed, so you can still build and debug Win32

Re: So, You Want To Write Your Own Programming Language?

2014-02-04 Thread Gary Willoughby
On Tuesday, 4 February 2014 at 07:43:36 UTC, Walter Bright wrote: On 1/21/2014 8:29 PM, Walter Bright wrote: http://www.reddit.com/r/programming/comments/1vtm2l/so_you_want_to_write_your_own_language_dr_dobbs/ Just showed up on Hacker News: https://news.ycombinator.com/item?id=7172971 A

Re: Opensourced my web server written in D

2014-02-04 Thread Andrei Alexandrescu
On 2/3/14, 2:02 AM, Danny Arends wrote: I wrote a small web server in D to learn the language. It's not done yet (what software ever is) but I wanted to show it off anyway. As always of-course any feedback is welcome See it here: https://github.com/DannyArends/DaNode Gr, Danny Arends

Re: So, You Want To Write Your Own Programming Language?

2014-02-04 Thread Andrei Alexandrescu
On 2/4/14, 8:59 AM, Gary Willoughby wrote: On Tuesday, 4 February 2014 at 07:43:36 UTC, Walter Bright wrote: On 1/21/2014 8:29 PM, Walter Bright wrote: http://www.reddit.com/r/programming/comments/1vtm2l/so_you_want_to_write_your_own_language_dr_dobbs/ Just showed up on Hacker News:

Re: dmd 2.065 beta 3

2014-02-04 Thread Andrei Alexandrescu
On 2/3/14, 3:34 PM, Andrew Edwards wrote: On 2/3/14, 5:29 PM, Meta wrote: When installing on Windows, it lists the required space on disk as 0KB. That's something we can work towards fixing. But does it install? Is it working for you? Are you having any problems with it that needs to be

Re: So, You Want To Write Your Own Programming Language?

2014-02-04 Thread Walter Bright
On 2/4/2014 10:54 AM, Andrei Alexandrescu wrote: On 2/4/14, 8:59 AM, Gary Willoughby wrote: On Tuesday, 4 February 2014 at 07:43:36 UTC, Walter Bright wrote: On 1/21/2014 8:29 PM, Walter Bright wrote:

Re: Scott Meyers will deliver a keynote talk at DConf 2014

2014-02-04 Thread Andrei Alexandrescu
On 2/4/14, 12:34 PM, Andrei Alexandrescu wrote: I'm happy to announce that Scott Meyers will deliver a keynote talk at the upcoming DConf 2014. Details of the talk are forthcoming. In wake of this announcement, we decided to keep registration opened at pre-registration costs until we publish

Re: Scott Meyers will deliver a keynote talk at DConf 2014

2014-02-04 Thread Nordlöw
Does this mean D has to get the r-value references situation in order before May? :P That is funny :)

Re: Scott Meyers will deliver a keynote talk at DConf 2014

2014-02-04 Thread Andrej Mitrovic
On Tuesday, 4 February 2014 at 20:34:29 UTC, Andrei Alexandrescu wrote: I'm happy to announce that Scott Meyers will deliver a keynote talk at the upcoming DConf 2014. Details of the talk are forthcoming. I guess he heard someone mention at the last DConf that having an Effective D book is

Re: Scott Meyers will deliver a keynote talk at DConf 2014

2014-02-04 Thread Brad Anderson
On Tuesday, 4 February 2014 at 20:34:29 UTC, Andrei Alexandrescu wrote: I'm happy to announce that Scott Meyers will deliver a keynote talk at the upcoming DConf 2014. Details of the talk are forthcoming. Scott Meyers (http://aristeia.com) is one of the best experts worldwide in all aspects

Re: Scott Meyers will deliver a keynote talk at DConf 2014

2014-02-04 Thread Tove
On Tuesday, 4 February 2014 at 20:34:29 UTC, Andrei Alexandrescu wrote: I'm happy to announce that Scott Meyers will deliver a keynote talk at the upcoming DConf 2014. Details of the talk are forthcoming. wow, this is fantastic news! *cheer*

Re: Scott Meyers will deliver a keynote talk at DConf 2014

2014-02-04 Thread Gary Willoughby
On Tuesday, 4 February 2014 at 20:34:29 UTC, Andrei Alexandrescu wrote: I'm happy to announce that Scott Meyers will deliver a keynote talk at the upcoming DConf 2014. Details of the talk are forthcoming. Andrei This is great news and such a coup for the D community. There will be a *lot*

Scott Meyers will deliver a keynote talk at DConf 2014

2014-02-04 Thread Andrei Alexandrescu
I'm happy to announce that Scott Meyers will deliver a keynote talk at the upcoming DConf 2014. Details of the talk are forthcoming. Scott Meyers (http://aristeia.com) is one of the best experts worldwide in all aspects of software development using C++. He authored the best-selling Effective

Re: So, You Want To Write Your Own Programming Language?

2014-02-04 Thread Andrei Alexandrescu
On 2/4/14, 12:52 PM, Walter Bright wrote: On 2/4/2014 10:54 AM, Andrei Alexandrescu wrote: On 2/4/14, 8:59 AM, Gary Willoughby wrote: On Tuesday, 4 February 2014 at 07:43:36 UTC, Walter Bright wrote: On 1/21/2014 8:29 PM, Walter Bright wrote:

Re: Scott Meyers will deliver a keynote talk at DConf 2014

2014-02-04 Thread Walter Bright
On 2/4/2014 1:25 PM, Mark Isaacson wrote: Intriguing and exciting! I know he has always referred to himself as a one language pony in the past; I'm curious to see how that plays out. Scott Meyers also wrote the foreword for Andrei's book The D Programming Language.

Re: Scott Meyers will deliver a keynote talk at DConf 2014

2014-02-04 Thread Walter Bright
On 2/4/2014 2:07 PM, MattCoder wrote: Question: I want to participate, but I am from another country, then I need to get my passport first, but in case it is denied (It happens sometimes) can I have a refund? Registrations are non-refundable, but are transferable. But I understand your

Re: Scott Meyers will deliver a keynote talk at DConf 2014

2014-02-04 Thread MattCoder
On Tuesday, 4 February 2014 at 20:53:02 UTC, Andrei Alexandrescu wrote: On 2/4/14, 12:34 PM, Andrei Alexandrescu wrote: In wake of this announcement, we decided to keep registration opened at pre-registration costs until we publish a program. Register now! http://dconf.org Andrei

Re: Opensourced my web server written in D

2014-02-04 Thread Danny Arends
Thanks for posting, I just posted it here because I mentioned I wrote it to someone who then wanted a look. So why not open it up for everyone. But the whole reddit attention already got me 10 stars ! yay ! I am planning on making a blog post series out of it describing the components,

Re: Scott Meyers will deliver a keynote talk at DConf 2014

2014-02-04 Thread Alessandro Stamatto
I'm impressed! Will it be about D? Considering his high specialization in C++, my guess is that it will be some comparison remarks between C++ and D.

Re: Scott Meyers will deliver a keynote talk at DConf 2014

2014-02-04 Thread Dicebot
This is important step forward from internal community fuss to wider recognition. Scott is person to recogned with!

Re: dmd 2.065 beta 3

2014-02-04 Thread Martin Nowak
On Tuesday, 4 February 2014 at 18:51:06 UTC, Andrei Alexandrescu wrote: Let's record that as a bugzilla issue. Thanks, Andrei https://d.puremagic.com/issues/show_bug.cgi?id=12075

Re: Scott Meyers will deliver a keynote talk at DConf 2014

2014-02-04 Thread Andrei Alexandrescu
On 2/4/14, 3:34 PM, extrawurst wrote: On Tuesday, 4 February 2014 at 20:53:02 UTC, Andrei Alexandrescu wrote: In wake of this announcement, we decided to keep registration opened at pre-registration costs until we publish a program. When is this scheduled to be announced ? We'll announce

Re: Scott Meyers will deliver a keynote talk at DConf 2014

2014-02-04 Thread Meta
On Tuesday, 4 February 2014 at 20:39:13 UTC, Brad Anderson wrote: On Tuesday, 4 February 2014 at 20:34:29 UTC, Andrei Alexandrescu wrote: I'm happy to announce that Scott Meyers will deliver a keynote talk at the upcoming DConf 2014. Details of the talk are forthcoming. Scott Meyers

Re: dmd 2.065 beta 1 #2

2014-02-04 Thread Martin Nowak
On 01/27/2014 03:10 AM, Jordi Sayol wrote: [...] error: line 2: Illegal char '-' in: Version: 2.065.0-b2 - rpm packages do not allows - on version. I've pull-requested deb/rpm scripts to fix new dmd versioning scheme. Dash - is replaced by tilde ~ on deb/rpm packages version, and so on

Re: Scott Meyers will deliver a keynote talk at DConf 2014

2014-02-04 Thread extrawurst
On Tuesday, 4 February 2014 at 22:49:27 UTC, Alessandro Stamatto wrote: I'm impressed! Will it be about D? Considering his high specialization in C++, my guess is that it will be some comparison remarks between C++ and D. That would be great ;)

Re: Scott Meyers will deliver a keynote talk at DConf 2014

2014-02-04 Thread Steven Schveighoffer
On Tue, 04 Feb 2014 19:01:50 -0500, Andrei Alexandrescu seewebsiteforem...@erdani.org wrote: On 2/4/14, 3:34 PM, extrawurst wrote: On Tuesday, 4 February 2014 at 20:53:02 UTC, Andrei Alexandrescu wrote: In wake of this announcement, we decided to keep registration opened at pre-registration

Re: Scott Meyers will deliver a keynote talk at DConf 2014

2014-02-04 Thread MattCoder
On Tuesday, 4 February 2014 at 22:18:59 UTC, Walter Bright wrote: On 2/4/2014 2:07 PM, MattCoder wrote: Question: I want to participate, but I am from another country, then I need to get my passport first, but in case it is denied (It happens sometimes) can I have a refund? Registrations are

Re: Scott Meyers will deliver a keynote talk at DConf 2014

2014-02-04 Thread extrawurst
On Tuesday, 4 February 2014 at 20:53:02 UTC, Andrei Alexandrescu wrote: In wake of this announcement, we decided to keep registration opened at pre-registration costs until we publish a program. When is this scheduled to be announced ?

Re: Scott Meyers will deliver a keynote talk at DConf 2014

2014-02-04 Thread Manu
On 5 February 2014 06:34, Andrei Alexandrescu seewebsiteforem...@erdani.org wrote: I'm happy to announce that Scott Meyers will deliver a keynote talk at the upcoming DConf 2014. Details of the talk are forthcoming. Scott Meyers (http://aristeia.com) is one of the best experts worldwide in

Re: Visual D 0.3.37 released

2014-02-04 Thread Rainer Schuetze
On 04.02.2014 18:47, ParticlePeter wrote: On Wednesday, 13 November 2013 at 06:48:44 UTC, Rainer Schuetze wrote: On 12.11.2013 10:19, evilrat wrote: On Tuesday, 12 November 2013 at 08:06:24 UTC, Rainer Schuetze wrote: If you switch the debugger to Mago, the conversion is no longer needed,

Re: dmd 2.065 beta 3

2014-02-04 Thread Rainer Schuetze
On 03.02.2014 19:54, evilrat wrote: On Monday, 3 February 2014 at 18:37:20 UTC, Andrew Edwards wrote: Windows users, please give the new installer a try. It has been updated to facilitate proper installation. vc2013/win 8.1/winsdk 8.1 detects visual studio correctly, path to win sdk