[Issue 1715] Template specialization checks for equality rather than convertibility

2010-09-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1715 --- Comment #6 from Don clugd...@yahoo.com.au 2010-09-17 01:26:19 PDT --- (In reply to comment #5) (In reply to comment #4) (In reply to comment #3) (In reply to comment #2) http://www.dsource.org/projects/dmd/changeset/675 DMD

[Issue 4877] Hole in Const System: popFront()

2010-09-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4877 Stewart Gordon s...@iname.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 3534] const data can be modified by passing through ref function parameter

2010-09-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3534 Stewart Gordon s...@iname.com changed: What|Removed |Added CC||dsim...@yahoo.com ---

[Issue 3554] Ddoc generats invalid output for documentation comments with non paired paranthasis

2010-09-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3554 Johannes Pfau johannesp...@gmail.com changed: What|Removed |Added CC|

[Issue 3957] [DDOC] Wrong html with [0, 10) in the comment

2010-09-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3957 Johannes Pfau johannesp...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 4878] New: Ddoc: Default arguments can break Ddoc output

2010-09-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4878 Summary: Ddoc: Default arguments can break Ddoc output Product: D Version: D1 D2 Platform: Other OS/Version: All Status: NEW Severity: normal Priority: P2

[Issue 4878] Ddoc: Default arguments can break Ddoc output

2010-09-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4878 --- Comment #1 from Johannes Pfau johannesp...@gmail.com 2010-09-17 07:18:53 PDT --- Created an attachment (id=758) Patch for dmd 2.049 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving

[Issue 4878] Ddoc: Default arguments can break Ddoc output

2010-09-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4878 --- Comment #2 from Johannes Pfau johannesp...@gmail.com 2010-09-17 07:24:04 PDT --- Note: Phobos has workarounds for this issue in std.random, line 642 and 728 (svn, revision 1977). These workarounds need to be revoked because this patch

[Issue 4879] New: std.range.ElementType does not handle output ranges; breaks std.algorithm.copy, etc.

2010-09-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4879 Summary: std.range.ElementType does not handle output ranges; breaks std.algorithm.copy, etc. Product: D Version: D2 Platform: Other OS/Version: Windows Status:

[Issue 4290] 'Fragile' opCmp/toHash signature errors

2010-09-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4290 --- Comment #4 from Steven Schveighoffer schvei...@yahoo.com 2010-09-17 09:18:52 PDT --- (In reply to comment #3) Answer to comment2: I understand what you say only partially. In my opinion silently ignoring the opCmp() and toHash() like

[Issue 4879] std.range.ElementType does not handle output ranges; breaks std.algorithm.copy, etc.

2010-09-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4879 Rob Jacques sandf...@jhu.edu changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 4880] [patch] std.range.put does not handle output ranges implement via opDispatch; breaks on RefAppender

2010-09-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4880 David Simcha dsim...@yahoo.com changed: What|Removed |Added CC||dsim...@yahoo.com ---

[Issue 4880] [patch] std.range.put does not handle output ranges implement via opDispatch; breaks on RefAppender

2010-09-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4880 --- Comment #2 from Rob Jacques sandf...@jhu.edu 2010-09-17 12:33:14 PDT --- Well half of puts' functionality is to emulate uniform function call syntax for structs and classes: i.e. re-write put(r,e) into r.put(e). So I'd expect UFC to break

[Issue 4881] New: _d_arrayliteralT() called in instances where a blit should suffice

2010-09-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4881 Summary: _d_arrayliteralT() called in instances where a blit should suffice Product: D Version: D2 Platform: Other OS/Version: All Status: NEW Severity:

[Issue 4882] New: std.traits hasUnsharedAliasing does not work for function type

2010-09-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4882 Summary: std.traits hasUnsharedAliasing does not work for function type Product: D Version: D2 Platform: Other OS/Version: Linux Status: NEW Severity:

[Issue 4881] _d_arrayliteralT() called in instances where a blit should suffice

2010-09-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4881 nfx...@gmail.com changed: What|Removed |Added CC||nfx...@gmail.com --- Comment #1

[Issue 4883] New: std.algorithm functions conflict with std.string fucntions

2010-09-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4883 Summary: std.algorithm functions conflict with std.string fucntions Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: major

[Issue 4881] _d_arrayliteralT() called in instances where a blit should suffice

2010-09-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4881 Steven Schveighoffer schvei...@yahoo.com changed: What|Removed |Added CC|

[Issue 4881] _d_arrayliteralT() called in instances where a blit should suffice

2010-09-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4881 --- Comment #3 from nfx...@gmail.com 2010-09-17 15:24:43 PDT --- There are no array literals in bug 4397 either. But maybe the same underlying cause because there seems to be something REALLY wrong how the compiler handles initializing structs

[Issue 4881] _d_arrayliteralT() called in instances where a blit should suffice

2010-09-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4881 --- Comment #4 from Steven Schveighoffer schvei...@yahoo.com 2010-09-17 15:33:49 PDT --- const cX = X([1,2]); that [1,2] sure looks like a literal to me... Legitimately, you could say the compiler should be able to call _d_arrayliteralT once

[Issue 4884] New: Using template struct parameters in method definition fails with parameter _param_0 is already defined

2010-09-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4884 Summary: Using template struct parameters in method definition fails with parameter _param_0 is already defined Product: D Version: D2 Platform: Other OS/Version: Linux

[Issue 4882] std.traits hasUnsharedAliasing does not work for function type

2010-09-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4882 David Simcha dsim...@yahoo.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 4885] New: Uninitialize Pointers Allowed in @safe code

2010-09-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4885 Summary: Uninitialize Pointers Allowed in @safe code Product: D Version: D2 Platform: Other OS/Version: Windows Status: NEW Severity: normal Priority: P2

[Issue 4459] bad format - phobos/std/all.d - 2.048

2010-09-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4459 --- Comment #2 from Glenn Haecker ghaec...@idworld.net 2010-09-17 22:24:11 PDT --- Created an attachment (id=760) patch for dmd-2.049 src/phobos/linux.mak This patch is the minimal update needed to build libphobos2.a for dmd 2.049 on my linux

[Issue 4646] src/phobos/linux.mak STD_MODULES definition

2010-09-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4646 --- Comment #1 from Glenn Haecker ghaec...@idworld.net 2010-09-17 22:29:07 PDT --- Patch submitted on issue #4459 adds missing exception module name to STD_MODULES. The patch does not address the other missing modules cited in this issue. --