[Issue 3866] anonymous delegate with default parameters cross-talks to another anonymous delegate

2011-03-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3866 Don clugd...@yahoo.com.au changed: What|Removed |Added Keywords||wrong-code

[Issue 5750] Allow pure functions to have lazy arguments

2011-03-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5750 --- Comment #2 from Don clugd...@yahoo.com.au 2011-03-18 23:31:18 PDT --- (In reply to comment #1) I definitely like this idea, but I am a bit worried that it will be somewhat buggy if integrated at present. I believe that there are at least

[Issue 4122] More handy BigInt.toString()

2011-03-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4122 Don clugd...@yahoo.com.au changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 3656] delegate should specify 'this' decorations

2011-03-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3656 Don clugd...@yahoo.com.au changed: What|Removed |Added CC||clugd...@yahoo.com.au ---

[Issue 1983] Big Hole in Const System

2011-03-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1983 Don clugd...@yahoo.com.au changed: What|Removed |Added CC||clugd...@yahoo.com.au ---

[Issue 5752] New: Incorrect memoisation during function parameter name introspection

2011-03-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5752 Summary: Incorrect memoisation during function parameter name introspection Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW

[Issue 5750] Allow pure functions to have lazy arguments

2011-03-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5750 bearophile_h...@eml.cc changed: What|Removed |Added CC||bearophile_h...@eml.cc ---

[Issue 5753] New: Disallow map() of void function

2011-03-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5753 Summary: Disallow map() of void function Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Keywords: accepts-invalid Severity: normal

[Issue 5753] Disallow map() of void function

2011-03-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5753 --- Comment #1 from bearophile_h...@eml.cc 2011-03-19 07:12:24 PDT --- A simpler example: import std.algorithm; void foo(int x) {} void main() { int[] data = [1, 2, 3]; map!foo(data); } -- Configure issuemail:

[Issue 5754] New: 'glue.c' assertion failure with map(filter)

2011-03-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5754 Summary: 'glue.c' assertion failure with map(filter) Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Keywords: rejects-valid Severity: normal

[Issue 5754] 'glue.c' assertion failure with map(filter)

2011-03-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5754 kenn...@gmail.com changed: What|Removed |Added CC||kenn...@gmail.com --- Comment #1

[Issue 5754] 'glue.c' assertion failure with map(filter)

2011-03-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5754 kenn...@gmail.com changed: What|Removed |Added OS/Version|Windows |All --- Comment #2 from

[Issue 4414] ICE(cgcs.c) Taking item of static array returned by function

2011-03-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4414 --- Comment #5 from kenn...@gmail.com 2011-03-19 16:47:22 PDT --- *** Issue 5755 has been marked as a duplicate of this issue. *** -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this

[Issue 5755] Internal error in cgcs.c

2011-03-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5755 --- Comment #2 from bearophile_h...@eml.cc 2011-03-19 17:06:50 PDT --- (In reply to comment #1) Obviously the same class of bug you've reported 8 months ago. I am sorry, and thank you for spotting the duplication :-) -- Configure issuemail:

[Issue 5756] New: amap() and maybe afilter() too

2011-03-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5756 Summary: amap() and maybe afilter() too Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2 Component: DMD

[Issue 5743] readf cannot read wchar or dchar from UTF-8 stdin

2011-03-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5743 Don clugd...@yahoo.com.au changed: What|Removed |Added CC||clugd...@yahoo.com.au ---

[Issue 5743] readf cannot read wchar or dchar from UTF-8 stdin

2011-03-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5743 Ali Cehreli acehr...@yahoo.com changed: What|Removed |Added Severity|regression |normal --- Comment #2

[Issue 5686] Explicit template instantiation with __FILE__ and __LINE__ associates those symbols with the declaration

2011-03-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5686 Don clugd...@yahoo.com.au changed: What|Removed |Added CC||clugd...@yahoo.com.au