[Issue 8706] New: Tool reference page

2012-09-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8706 Summary: Tool reference page Product: D Version: unspecified Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: websites

[Issue 8496] Assignment of function literal to function pointer variable with non-D linkage broken

2012-09-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8496 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Summary|(Regression 2.060) |Assignment of function

[Issue 8387] Semantic errors in opDispatch body are not reported

2012-09-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8387 --- Comment #1 from Daniel Cousens daniel...@bigpond.com 2012-09-22 03:24:53 PDT --- *** Issue 8547 has been marked as a duplicate of this issue. *** -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You

[Issue 8547] Pure Functions Compilation - Not consistent errors

2012-09-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8547 Daniel Cousens daniel...@bigpond.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 8496] Assignment of function literal to function pointer variable with non-D linkage broken

2012-09-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8496 --- Comment #2 from Kenji Hara k.hara...@gmail.com 2012-09-22 03:26:34 PDT --- I'd like to update sample code. alias extern (C) void function() FP; void main() { FP fp = (){}; fp = (){}; } The fp declaration and assignment should

[Issue 8680] SpanMode.breadth is incorrectly named and implementation fails in Linux

2012-09-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8680 --- Comment #10 from ent...@cantab.net 2012-09-22 07:09:23 PDT --- (In reply to comment #9) listdir was deprecated for a very good reason. Would you now kindly consider the steps to fold this into a Range. Oh wow, I didn't realise dirEntries

[Issue 8496] Assignment of function literal to function pointer variable with non-D linkage broken

2012-09-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8496 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||pull --- Comment #3

[Issue 8686] Tuple cannot define with type that has only mutable opEquals

2012-09-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8686 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 8707] New: Internal error: ../ztc/cod1.c 1689

2012-09-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8707 Summary: Internal error: ../ztc/cod1.c 1689 Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: DMD

[Issue 8708] New: Documentation for std.process.exec family is inaccurate

2012-09-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8708 Summary: Documentation for std.process.exec family is inaccurate Product: D Version: unspecified Platform: All OS/Version: All Status: NEW Severity:

[Issue 8475] postblits fails attributes qualifying when in a template.

2012-09-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8475 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||pull, rejects-valid

[Issue 8150] Throwing nothrow struct constructor?

2012-09-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8150 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||pull --- Comment #1