Thread overview
missing filename and line number in error message (dmd 0.131 win32)
Sep 20, 2005
zwang
Sep 20, 2005
Thomas Kühne
Sep 20, 2005
Stewart Gordon
Sep 22, 2005
Thomas Kühne
September 20, 2005
void main(){
    void[1] v;
}
September 20, 2005
zwang schrieb:

> void main(){
>     void[1] v;
> }

Added to DStress as http://dstress.kuehne.cn/nocompile/v/void_02_C.d

Thomas

September 20, 2005
Thomas Kühne wrote:
<snip>
> Added to DStress as
> http://dstress.kuehne.cn/nocompile/v/void_02_C.d

You've used a testcase name twice again!  You could do with a complete up-to-date alphabetical list of your testcases, either updated on the fly or generated each time before you add one.

Stewart.

-- 
-----BEGIN GEEK CODE BLOCK-----
Version: 3.1
GCS/M d- s:- C++@ a->--- UB@ P+ L E@ W++@ N+++ o K-@ w++@ O? M V? PS- PE- Y? PGP- t- 5? X? R b DI? D G e++>++++ h-- r-- !y
------END GEEK CODE BLOCK------

My e-mail is valid but not my primary mailbox.  Please keep replies on the 'group where everyone may benefit.
September 22, 2005
Stewart Gordon schrieb:

> Thomas Kühne wrote:
> <snip>
> 
>> Added to DStress as http://dstress.kuehne.cn/nocompile/v/void_02_C.d
> 
> 
> You've used a testcase name twice again!  You could do with a complete up-to-date alphabetical list of your testcases, either updated on the fly or generated each time before you add one.

Having a tool and using it are two distinct situations ;)

Thomas