Re: 438-byte "Hello, world" Win32 EXE in D

2014-09-11 Thread Don via Digitalmars-d-announce
On Wednesday, 10 September 2014 at 13:53:32 UTC, Marco Leise wrote: Am Tue, 09 Sep 2014 10:20:43 + schrieb "Don" : On Monday, 8 September 2014 at 08:18:32 UTC, Ola Fosheim Grøstad wrote: > On Monday, 8 September 2014 at 08:08:23 UTC, Kagamin wrote: >> But that downloaded file is bloatware,

New Beta: 2.066.1-rc1 is Now Available

2014-09-11 Thread Andrew Edwards via Digitalmars-d-announce
DMD 2.066.1-rc1 is now available for testing. Visit http://wiki.dlang.org/Beta_Testing to download. Please submit all bugs to bugzilla at https://issues.dlang.org/. Happy testing

Re: New Beta: 2.066.1-rc1 is Now Available

2014-09-11 Thread Walter Bright via Digitalmars-d-announce
On 9/11/2014 9:51 AM, Andrew Edwards wrote: DMD 2.066.1-rc1 is now available for testing. Visit http://wiki.dlang.org/Beta_Testing to download. Please submit all bugs to bugzilla at https://issues.dlang.org/. Happy testing Thank you, Andrew!

Re: "Programming in D" book, "User Defined Attributes (UDA)" chapter

2014-09-11 Thread Ali Çehreli via Digitalmars-d-announce
On 09/09/2014 05:04 PM, Ali Çehreli wrote: > I have already tied many loose ends. I am currently > changing the operator overloading chapter to include the more proper > multi-dimensional indexing and slicing that came with 2.066. Done. I divided array operator overloading (indexing and slicing

Re: "Programming in D" book, "User Defined Attributes (UDA)" chapter

2014-09-11 Thread Ali Çehreli via Digitalmars-d-announce
On 09/10/2014 01:41 AM, Andrej Mitrovic via Digitalmars-d-announce wrote: > If you do consider publishing the book, do let us know before it > happens so those of us who want to can go through a thorough review > and let you know of any typo's or mistakes before it's set in stone > (or on paper :

Re: New Beta: 2.066.1-rc1 is Now Available

2014-09-11 Thread Marco Leise via Digitalmars-d-announce
Am Fri, 12 Sep 2014 01:51:33 +0900 schrieb Andrew Edwards : > DMD 2.066.1-rc1 is now available for testing. Visit > http://wiki.dlang.org/Beta_Testing to download. Please submit all bugs > to bugzilla at https://issues.dlang.org/. > > Happy testing I followed the first LINUX link on http://wik

Re: New Beta: 2.066.1-rc1 is Now Available

2014-09-11 Thread Andrew Edwards via Digitalmars-d-announce
On 9/12/14, 3:20 AM, Marco Leise wrote: Am Fri, 12 Sep 2014 01:51:33 +0900 schrieb Andrew Edwards : DMD 2.066.1-rc1 is now available for testing. Visit http://wiki.dlang.org/Beta_Testing to download. Please submit all bugs to bugzilla at https://issues.dlang.org/. Happy testing I followed th

Re: New Beta: 2.066.1-rc1 is Now Available

2014-09-11 Thread Marco Leise via Digitalmars-d-announce
P.S. Is this supposed to contain all 2.066 regression fixes pulled into master up to this point? As far as I can tell at least https://github.com/D-Programming-Language/dmd/pull/3961 from 4 days ago didn't get cherry picked yet. Or are these RCs more of a preliminary version? -- Marco

Re: New Beta: 2.066.1-rc1 is Now Available

2014-09-11 Thread Marco Leise via Digitalmars-d-announce
Am Fri, 12 Sep 2014 03:16:52 +0900 schrieb Andrew Edwards : > Clear cache and try again. Thx, "try again now" was enough. -- Marco

Re: "Programming in D" book, "User Defined Attributes (UDA)" chapter

2014-09-11 Thread ketmar via Digitalmars-d-announce
On Thu, 11 Sep 2014 10:47:40 -0700 Ali Çehreli via Digitalmars-d-announce wrote: >http://ddili.org/ders/d.en/templates_more.html there is a little bug: opSlice(size_t, size_t) description is: `collection[i, j]` shouldn't it be: `collection[i..j]`? signature.asc Description: PGP signature

Re: "Programming in D" book, "User Defined Attributes (UDA)" chapter

2014-09-11 Thread Ali Çehreli via Digitalmars-d-announce
On 09/11/2014 11:30 AM, ketmar via Digitalmars-d-announce wrote: On Thu, 11 Sep 2014 10:47:40 -0700 Ali Çehreli via Digitalmars-d-announce wrote: http://ddili.org/ders/d.en/templates_more.html there is a little bug: opSlice(size_t, size_t) description is: `collection[i, j]` shouldn't it

Re: "Programming in D" book, "User Defined Attributes (UDA)" chapter

2014-09-11 Thread ketmar via Digitalmars-d-announce
On Thu, 11 Sep 2014 11:48:26 -0700 Ali Çehreli via Digitalmars-d-announce wrote: > Would you like to send me your name so that I add it to the > Acknowledgments section. (Otherwise ketmar is it. :) Ketmar, or Ketmar Dark if you want "full name". ;-) signature.asc Description: PGP signature

Re: Cerealed v0.2.0 - a(nother) D serialisation library

2014-09-11 Thread Atila Neves via Digitalmars-d-announce
Done. Thanks for the feature request and using Cerealed! I hope it's useful to you. Atila On Monday, 8 September 2014 at 19:09:30 UTC, Vicente wrote: Hello Atila, I've seen that cerealed has made much progress, it's now at v0.5.0 This post is for a feature request, I would like to use it wi

Re: New Beta: 2.066.1-rc1 is Now Available

2014-09-11 Thread Andrew Edwards via Digitalmars-d-announce
On 9/12/14, 3:28 AM, Marco Leise wrote: P.S. Is this supposed to contain all 2.066 regression fixes pulled into master up to this point? As far as I can tell at least https://github.com/D-Programming-Language/dmd/pull/3961 from 4 days ago didn't get cherry picked yet. Or are these RCs more of a p