[Issue 2733] Unclear semantics of template value parameters

2009-04-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2733 s...@iname.com changed: What|Removed |Added CC||s...@iname.com --- Comment #1

[Issue 2733] Unclear semantics of template value parameters

2009-04-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2733 --- Comment #2 from samu...@voliacable.com 2009-04-01 05:13 --- I'm not that sure anymore. Actually, I wouldn't mind if they were passed by alias. Then, I could write simply template foo(string s) {} instead of template foo(alias

[Issue 2515] Lots of pure and nothrow functions not marked as such.

2009-04-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2515 clugd...@yahoo.com.au changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 2433] Assertion failure: 't-deco' on line 604 in file 'mtype.c'

2009-04-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2433 clugd...@yahoo.com.au changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 716] -inline: conditinal compilation of an empty foreach body causes the compiler to segfault

2009-04-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=716 clugd...@yahoo.com.au changed: What|Removed |Added Status|REOPENED|RESOLVED Keywords|

[Issue 2776] New: pragma(lib, does not work when used in headers

2009-04-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2776 Summary: pragma(lib, does not work when used in headers Product: D Version: 1.041 Platform: PC OS/Version: Windows Status: NEW Severity: normal Priority: P2

[Issue 1928] dmd SEGV with too many template parameters

2009-04-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1928 clugd...@yahoo.com.au changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 1916] dmd ice on invalid string concat

2009-04-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1916 --- Comment #2 from clugd...@yahoo.com.au 2009-04-01 07:57 --- Only segfaults on D2. fog.d(2): Error: incompatible types for ((1) ~ ( foo?)): 'int' and 'immutable( char)[]' fog.d(2): Error: Can only concatenate arrays, not (int ~

[Issue 2777] New: alias this doesn't forward __dollar and slice op.

2009-04-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2777 Summary: alias this doesn't forward __dollar and slice op. Product: D Version: 2.027 Platform: PC OS/Version: Windows Status: NEW Severity: normal Priority: P2

[Issue 867] Error messages refer to _dtor instead of ~this

2009-04-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=867 clugd...@yahoo.com.au changed: What|Removed |Added Keywords||patch --- Comment #1 from

[Issue 2235] false unreachable statement detected, no linenumbers shown (-w only)

2009-04-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2235 clugd...@yahoo.com.au changed: What|Removed |Added BugsThisDependsOn||2463 Keywords|

[Issue 920] Auto classes referenced where scope should be used

2009-04-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=920 matti.niemenmaa+dbugzi...@iki.fi changed: What|Removed |Added Status|REOPENED|RESOLVED

[Issue 2778] New: alias this + IFTI doesn't work.

2009-04-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2778 Summary: alias this + IFTI doesn't work. Product: D Version: 2.027 Platform: PC OS/Version: Windows Status: NEW Keywords: rejects-valid Severity: normal

[Issue 1386] string expected when using allMembers-element in __traits(getMember, ...)

2009-04-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1386 mrmoc...@gmx.de changed: What|Removed |Added CC||mrmoc...@gmx.de

[Issue 920] Auto classes referenced where scope should be used

2009-04-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=920 --- Comment #5 from bugzi...@digitalmars.com 2009-04-01 13:46 --- Fixed DMD 1.042 and 2.027 --

[Issue 2591] custom allocator new argument should be size_t instead of uint

2009-04-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2591 bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 2689] seek behaves incorrectly on MAC OSX

2009-04-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2689 bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 2705] Response file size cannot exceed 64kb

2009-04-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2705 bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 2744] wrong init tocbuffer of forstatement

2009-04-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2744 bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 2747] improper toCBuffer of funcexp

2009-04-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2747 bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 2750] Optimize slice copy with size known at compile time

2009-04-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2750 bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 2751] incorrect scope storage class vardeclaration tocbuffer

2009-04-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2751 bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 2731] Errors in associative array example

2009-04-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2731 bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 2570] Patch for some mistakes in Ddoc comments.

2009-04-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2570 bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 2711] -H produces bad headers files if function defintion is templated and have auto return value

2009-04-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2711 bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 2745] missing token tochars in lexer.c

2009-04-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2745 bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 1645] can override base class' const method with non-const method

2009-04-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1645 bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 2336] link to nonexistent std_array.html

2009-04-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2336 bugzi...@digitalmars.com changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|

[Issue 2767] DMD incorrectly mangles NTFS stream names

2009-04-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2767 bugzi...@digitalmars.com changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Issue 2595] template ctors crash compiler

2009-04-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2595 bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 2596] Variadic constructors don't compile

2009-04-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2596 bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 2626] template function not working against template struct instantiated with default arguments

2009-04-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2626 bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 1923] GC optimization for contiguous pointers to the same page

2009-04-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1923 bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 2674] Copy postblit constructor this(this) not called for members

2009-04-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2674 bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 2700] typeof tests stops compilation abruptly

2009-04-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2700 bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 2722] ICE with variadic template parameters

2009-04-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2722 bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 2723] ICE with variadic template parameters, different case

2009-04-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2723 bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 2725] Pattern matching in static if not working with variadic arguments

2009-04-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2725 bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 2724] Persistent segfaults in templated code

2009-04-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2724 bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 2574] std.c.stdio doesn't compile: va_list not defined!

2009-04-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2574 bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 2728] Bogus Error message on const ref return

2009-04-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2728 bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 2729] hash_t undocumented and unnecessary

2009-04-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2729 bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 2746] Make float.init signalling NaN by default

2009-04-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2746 bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 2752] std.xml does not encode CData correctly

2009-04-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2752 bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 2756] Bad code generation for pure nothrow math functions

2009-04-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2756 bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 2754] The error message regarding implicit conversion to shared doesn't mention shared in the message.

2009-04-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2754 bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 2727] std.date Cyclic dependency

2009-04-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2727 bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 2739] _argptr is invalid for functions nested in class methods

2009-04-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2739 bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 2766] DMD hangs with 0%cpu

2009-04-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2766 bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 2755] ICE on invalid ref returns in linked objects: Assertion failure: 'type' on line 6566 in file 'expression.c'. No ICE or error if invalid code is local to the file.

2009-04-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2755 bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 2761] Unreachable statement warning in std.string

2009-04-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2761 bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 2779] New: alias this + tuple expansion on function call doesn't work

2009-04-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2779 Summary: alias this + tuple expansion on function call doesn't work Product: D Version: 2.027 Platform: PC OS/Version: Windows Status: NEW Keywords:

[Issue 2780] New: ref Return Allows modification of immutable data

2009-04-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2780 Summary: ref Return Allows modification of immutable data Product: D Version: 2.027 Platform: PC OS/Version: Windows Status: NEW Keywords: accepts-invalid

[Issue 2319] Win32 Exception not very useful

2009-04-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2319 to...@yahoo.com changed: What|Removed |Added CC||to...@yahoo.com --- Comment #2

[Issue 2625] Creating new struct with literal bypasses immutability of members if struct is in array

2009-04-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2625 dsim...@yahoo.com changed: What|Removed |Added Severity|normal |critical Keywords|spec

[Issue 1386] string expected when using allMembers-element in __traits(getMember, ...)

2009-04-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1386 dhase...@gmail.com changed: What|Removed |Added Version|2.027 |2.003 --- Comment #4 from

[Issue 1386] string expected when using allMembers-element in __traits(getMember, ...)

2009-04-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1386 dhase...@gmail.com changed: What|Removed |Added Severity|blocker |normal --- Comment #5 from

[Issue 1386] string expected when using allMembers-element in __traits(getMember, ...)

2009-04-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1386 --- Comment #6 from mrmoc...@gmx.de 2009-04-01 17:54 --- Ok, sorry didn't know. Finally managed to compile a workaround: template Sequence(size_t count, size_t index = 0) { static if (index count) alias

[Issue 2781] New: alias this doesn't work with foreach

2009-04-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2781 Summary: alias this doesn't work with foreach Product: D Version: 2.027 Platform: PC OS/Version: Windows Status: NEW Keywords: rejects-valid Severity: normal

[Issue 2782] New: Parameter Names Should Be Visible In Function Template Constraints

2009-04-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2782 Summary: Parameter Names Should Be Visible In Function Template Constraints Product: D Version: 2.016 Platform: PC OS/Version: Windows Status: NEW