TDPL error(s)

2011-05-08 Thread Timon Gehr
On page 263, TDPL states that struct objects nested inside a function cannot be returned, because the caller does not have access to their types. Using the auto keyword, DMD lets you do this though. Is this a bug in DMD or an error in TDPL? On the same page, the assert should be assert(Local.sizeo

Re: TDPL error(s)

2011-05-08 Thread Denis Koroskin
On Sun, 08 May 2011 17:59:02 +0400, Timon Gehr wrote: On page 263, TDPL states that struct objects nested inside a function cannot be returned, because the caller does not have access to their types. Using the auto keyword, DMD lets you do this though. Is this a bug in DMD or an error in

Re: TDPL error(s)

2011-05-08 Thread Timon Gehr
> On Sun, 08 May 2011 17:59:02 +0400, Timon Gehr wrote: > >> On page 263, TDPL states that struct objects nested inside a function >> cannot >> be returned, because the caller does not have access to their types. >> Using the >> auto keyword, DMD lets you do this though. Is this a bug in DMD or an

Re: TDPL error(s)

2011-05-08 Thread dolive
Denis Koroskin Wrote: > On Sun, 08 May 2011 17:59:02 +0400, Timon Gehr wrote: > > > On page 263, TDPL states that struct objects nested inside a function > > cannot > > be returned, because the caller does not have access to their types. > > Using the > > auto keyword, DMD lets you do this t

Re: TDPL error(s)

2011-05-08 Thread Andrei Alexandrescu
On 5/8/11 8:59 AM, Timon Gehr wrote: On page 263, TDPL states that struct objects nested inside a function cannot be returned, because the caller does not have access to their types. Using the auto keyword, DMD lets you do this though. Is this a bug in DMD or an error in TDPL? Bug in TDPL. On

TDPL Meta-Errata (Was: TDPL error(s))

2011-05-08 Thread Nick Sabalausky
"Andrei Alexandrescu" wrote in message news:iq6h8h$1ph2$1...@digitalmars.com... > > Thanks, added to the errata: http://erdani.com/tdpl/errata > Speaking of errata related to TDPL, I'm getting this in FF and IE: http://www.semitwist.com/download/tdplerrata.png And the breadcrumb links at the t

Re: TDPL Meta-Errata (Was: TDPL error(s))

2011-05-08 Thread Andrei Alexandrescu
On 5/8/11 2:10 PM, Nick Sabalausky wrote: "Andrei Alexandrescu" wrote in message news:iq6h8h$1ph2$1...@digitalmars.com... Thanks, added to the errata: http://erdani.com/tdpl/errata Speaking of errata related to TDPL, I'm getting this in FF and IE: http://www.semitwist.com/download/tdplerra

Re: TDPL Meta-Errata (Was: TDPL error(s))

2011-05-08 Thread Nick Sabalausky
"Andrei Alexandrescu" wrote in message news:iq6qth$286t$1...@digitalmars.com... > On 5/8/11 2:10 PM, Nick Sabalausky wrote: >> "Andrei Alexandrescu" wrote in message >> news:iq6h8h$1ph2$1...@digitalmars.com... >>> >>> Thanks, added to the errata: http://erdani.com/tdpl/errata >>> >> >> Speaking

Re: TDPL Meta-Errata (Was: TDPL error(s))

2011-05-08 Thread Andrej Mitrovic
What the heck.. scrolling through this new layout completely maxes out an entire core and makes the browser very sluggish. What is that page doing, protein folding? I'm on FF 3.6.16, XP32.

Re: Why ddmd don't continue? (Was: TDPL error(s))

2011-05-08 Thread Nick Sabalausky
"dolive" wrote in message news:iq6cad$1far$1...@digitalmars.com... > > Why ddmd don't continue ? Give up ? > I asked korDen about this a little while ago (the main guy behind ddmd). He hasn't abandoned it. He said the lack of updates have been a combination of two things: - Just being busy wi

Re: Why ddmd don't continue? (Was: TDPL error(s))

2011-05-10 Thread dolive
Nick Sabalausky Wrote: > "dolive" wrote in message > news:iq6cad$1far$1...@digitalmars.com... > > > > Why ddmd don't continue ? Give up ? > > > > I asked korDen about this a little while ago (the main guy behind ddmd). He > hasn't abandoned it. He said the lack of updates have been a combinati