[Issue 5877] New: Cannot 'alias __traits(parent, obj) X;'

2011-04-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5877 Summary: Cannot 'alias __traits(parent, obj) X;' Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords: rejects-valid Severity: normal

[Issue 5601] A template forward reference error

2011-04-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5601 kenn...@gmail.com changed: What|Removed |Added CC||kenn...@gmail.com

[Issue 2885] Silent forward reference bug using ReturnType

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

[Issue 5601] A template forward reference error

2011-04-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5601 kenn...@gmail.com changed: What|Removed |Added CC||cbkbbej...@mailinator.com ---

[Issue 5877] Cannot treat '__traits(parent, obj)' as a type

2011-04-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5877 kenn...@gmail.com changed: What|Removed |Added Summary|Cannot 'alias |Cannot treat

[Issue 5804] map! needs to fail on void functions + I'd like a mapCall function

2011-04-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5804 Pedro Rodrigues pdfrodrig...@gmail.com changed: What|Removed |Added CC|

[Issue 5804] map! needs to fail on void functions + I'd like a mapCall function

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

[Issue 5879] New: RDMD quits silently on invalid ASM syntax

2011-04-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5879 Summary: RDMD quits silently on invalid ASM syntax Product: D Version: D2 Platform: Other OS/Version: Windows Status: NEW Severity: normal Priority: P2

[Issue 5880] New: std.numerics.dotProduct for fixed-size arrays

2011-04-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5880 Summary: std.numerics.dotProduct for fixed-size arrays Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2

[Issue 5879] RDMD quits silently on invalid ASM syntax

2011-04-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5879 kenn...@gmail.com changed: What|Removed |Added Keywords||diagnostic CC|

[Issue 5753] Disallow map() of void function

2011-04-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5753 Pedro Rodrigues pdfrodrig...@gmail.com changed: What|Removed |Added CC|

[Issue 5804] map! needs to fail on void functions + I'd like a mapCall function

2011-04-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5804 --- Comment #4 from Pedro Rodrigues pdfrodrig...@gmail.com 2011-04-24 12:26:24 PDT --- (In reply to comment #3) I suggest to merge this with bug 5753 , or the other way around. I agree. I proposed a fix in issue 5753. -- Configure

[Issue 5804] map! needs to fail on void functions + I'd like a mapCall function

2011-04-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5804 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 5880] std.numerics.dotProduct for fixed-size arrays

2011-04-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5880 --- Comment #1 from bearophile_h...@eml.cc 2011-04-24 12:39:28 PDT --- This doesn't work yet: int[4] a1 = [1, 2, 3, 4]; assert(dotProduct(a1, iota(10, 41, 10)) == 300); -- Configure issuemail:

[Issue 5753] Disallow map() of void function

2011-04-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5753 --- Comment #4 from bearophile_h...@eml.cc 2011-04-24 12:43:54 PDT --- For Phobos devs: see also the comment about mixing up lazy evaluation with side effects: http://d.puremagic.com/issues/show_bug.cgi?id=5804#c2 -- Configure issuemail:

[Issue 5881] New: Spellchecker should include built-in keywords

2011-04-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5881 Summary: Spellchecker should include built-in keywords Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords: diagnostic Severity: enhancement

[Issue 5882] New: Helper inner function in body{} and out{}

2011-04-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5882 Summary: Helper inner function in body{} and out{} Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2

[Issue 5883] New: std.random.dice() without rnd generator

2011-04-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5883 Summary: std.random.dice() without rnd generator Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2

[Issue 5849] std.random.dice is better as a range

2011-04-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5849 --- Comment #1 from bearophile_h...@eml.cc 2011-04-24 14:26:40 PDT --- See also issue 5883 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Issue 5884] New: Cannot use function named 'init' with class subtyping

2011-04-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5884 Summary: Cannot use function named 'init' with class subtyping Product: D Version: D2 Platform: Other OS/Version: Windows Status: NEW Severity: blocker Priority:

[Issue 5884] Cannot use function named 'init' with class subtyping

2011-04-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5884 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added Severity|blocker |normal --

[Issue 5884] Cannot use function named 'init' with class subtyping

2011-04-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5884 --- Comment #1 from Andrej Mitrovic andrej.mitrov...@gmail.com 2011-04-24 15:11:56 PDT --- Now I remembered that objects have an .init property. Crap.. so this might not be a bug after all. How would I work around this? -- Configure

[Issue 5884] Cannot use function named 'init' with class subtyping

2011-04-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5884 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 5883] std.random.dice() without rnd generator

2011-04-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5883 David Simcha dsim...@yahoo.com changed: What|Removed |Added Status|NEW |RESOLVED