[Issue 5751] New: Small syntax error in Phobos 2.0.5.2

2011-03-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5751 Summary: Small syntax error in Phobos 2.0.5.2 Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: minor Priority: P2 Component: Phob

[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 Severity:

[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 --- Com

[Issue 3934] Some untidy attributes

2011-03-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3934 --- Comment #19 from bearophile_h...@eml.cc 2011-03-19 06:47:16 PDT --- It seems "emum" implies "static": enum X = 10; void main() { enum int X = 20; static int foo() { return X; // No errors } assert(foo() == 20); // N

[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 P

[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: http://d.puremagic.com/

[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 fr

[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 kenn...@gma

[Issue 5755] New: Internal error in cgcs.c

2011-03-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5755 Summary: Internal error in cgcs.c Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Keywords: rejects-valid Severity: normal Priority:

[Issue 5755] Internal error in cgcs.c

2011-03-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5755 kenn...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED CC|

[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 mai

[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 changed: What|Removed |Added CC||clugd...@yahoo.com.au --- Comment #1 from Don 2

[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 changed: What|Removed |Added Severity|regression |normal --- Comment #2 from Ali Cehreli

[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 changed: What|Removed |Added CC||clugd...@yahoo.com.au Severity|regressi