Jump to page: 1 24  
Page
Thread overview
DMD 1.006 release
Feb 15, 2007
Walter Bright
Feb 15, 2007
Reiner Pope
Feb 15, 2007
Walter Bright
Feb 15, 2007
Frits van Bommel
Feb 16, 2007
jcc7
Feb 16, 2007
Frits van Bommel
Feb 16, 2007
jcc7
Feb 15, 2007
BCS
Feb 15, 2007
Walter Bright
Feb 15, 2007
BCS
Feb 15, 2007
Walter Bright
Feb 15, 2007
Frits van Bommel
Feb 15, 2007
kris
Feb 15, 2007
Walter Bright
Feb 15, 2007
Sean Kelly
Feb 15, 2007
kris
Feb 15, 2007
Sean Kelly
Feb 16, 2007
Walter Bright
Feb 21, 2007
kris
Feb 15, 2007
Lionello Lunesu
Feb 16, 2007
Lionello Lunesu
Feb 16, 2007
Walter Bright
Feb 16, 2007
Chris Miller
Feb 16, 2007
Miles
Feb 16, 2007
Kyle Furlong
Feb 16, 2007
Henning Hasemann
Feb 17, 2007
Hasan Aljudy
Feb 19, 2007
Saaa
Feb 20, 2007
just jeff
Feb 16, 2007
kenny
Feb 16, 2007
Witold Baryluk
Feb 16, 2007
Don Clugston
Feb 16, 2007
Walter Bright
Feb 17, 2007
Brad Anderson
Feb 17, 2007
Sean Kelly
Feb 17, 2007
Don Clugston
Feb 17, 2007
Justin C Calvarese
Feb 16, 2007
Pragma
Feb 16, 2007
Nicolai Waniek
Feb 18, 2007
Jascha Wetzel
February 15, 2007
Compile time function execution! (Please discuss in the corresponding thread in digitalmars.D)

http://www.digitalmars.com/d/changelog.html

http://ftp.digitalmars.com/dmd.1.006.zip
February 15, 2007
Walter Bright wrote:
> Compile time function execution! (Please discuss in the corresponding thread in digitalmars.D)
> 
> http://www.digitalmars.com/d/changelog.html
> 
> http://ftp.digitalmars.com/dmd.1.006.zip

The interpretation section is missing from function.html in the docs.
February 15, 2007
Walter Bright wrote:
> Compile time function execution! (Please discuss in the corresponding thread in digitalmars.D)
> 
> http://www.digitalmars.com/d/changelog.html
> 
> http://ftp.digitalmars.com/dmd.1.006.zip

SWEEET!!!!


Um, Why?

the following statement types are not allowed:
    * labelled break and continue statements
February 15, 2007
BCS wrote:
> Um, Why?
> 
> the following statement types are not allowed:
>     * labelled break and continue statements

Because it's hard to do, and I'm lazy :-(
February 15, 2007
Reiner Pope wrote:
> The interpretation section is missing from function.html in the docs.

Should be there now.
February 15, 2007
Walter Bright wrote:
> BCS wrote:
> 
>> Um, Why?
>>
>> the following statement types are not allowed:
>>     * labelled break and continue statements
> 
> 
> Because it's hard to do, and I'm lazy :-(

Oh. Fine by me.

Is that the same as: "later... maybe"?
February 15, 2007
Reiner Pope wrote:
> Walter Bright wrote:
>> Compile time function execution! (Please discuss in the corresponding thread in digitalmars.D)
>>
>> http://www.digitalmars.com/d/changelog.html
>>
>> http://ftp.digitalmars.com/dmd.1.006.zip
> 
> The interpretation section is missing from function.html in the docs.

Yes, it seems the site hasn't been updated yet. And not just that page, the URL referenced in http://d.puremagic.com/issues/show_bug.cgi?id=960 (listed as fixed) doesn't seem to be updated either.

They're provided in the zip though (dmd/html/d/function.html and dmd/html/d/future.html).
February 15, 2007
BCS wrote:
> Walter Bright wrote:
>> BCS wrote:
>>
>>> Um, Why?
>>>
>>> the following statement types are not allowed:
>>>     * labelled break and continue statements
>>
>>
>> Because it's hard to do, and I'm lazy :-(
> 
> Oh. Fine by me.
> 
> Is that the same as: "later... maybe"?

Yes <g>

I did get goto's to work, though. Can't live without that!
February 15, 2007
Walter Bright wrote:
> Compile time function execution! (Please discuss in the corresponding thread in digitalmars.D)
> 
> http://www.digitalmars.com/d/changelog.html
> 
> http://ftp.digitalmars.com/dmd.1.006.zip

This release increases the resultant executable size of a trivial HelloWorld program, by around 12KB. What happened? I thought there was some notion afoot to /reduce/ the size instead?

- Kris
February 15, 2007
kris wrote:
> This release increases the resultant executable size of a trivial HelloWorld program, by around 12KB. What happened?

I don't know. Which platform?
« First   ‹ Prev
1 2 3 4