[Issue 4053] To avoid struct ctor/opCall conflicts

2011-03-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4053 --- Comment #2 from bearophile_h...@eml.cc 2011-03-08 00:32:29 PST --- This (modified) example from Tom shows problems with not static opCall too: struct Foo { int i; this(int i) { this.i = i; } void opCall(int x, int y) {} } void

[Issue 5716] Problem with sorting tuples

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

[Issue 5705] Swapping identical tuple causes overlapping array copy exception.

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

[Issue 5717] New: 1.067 regression: appending Unicode char to string broken

2011-03-08 Thread Vladimir Panteleev
http://d.puremagic.com/issues/show_bug.cgi?id=5717 Looks like Bugzilla's automatic e-mail for this bug didn't reach the NNTP server (probably due to high server load), so I'm posting it here for anyone who might be following the bugtracker via the NG. (It's a pretty bad regression, breaks

[Issue 4053] To avoid struct ctor/opCall conflicts

2011-03-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4053 --- Comment #3 from bearophile_h...@eml.cc 2011-03-08 09:53:38 PST --- See also bug 4253 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Issue 4253] opCall() not called in initialized struct

2011-03-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4253 --- Comment #2 from bearophile_h...@eml.cc 2011-03-08 09:53:48 PST --- See also bug 4053 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Issue 5720] New: Error messages for missing properties must be improved.

2011-03-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5720 Summary: Error messages for missing properties must be improved. Product: D Version: D1 D2 Platform: Other OS/Version: Windows Status: NEW Severity:

[Issue 5720] Error messages for missing properties must be improved.

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

[Issue 5721] New: dmd fails to properly differentiate between a function and an eponymous template with the same name

2011-03-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5721 Summary: dmd fails to properly differentiate between a function and an eponymous template with the same name Product: D Version: unspecified Platform: All OS/Version: All

[Issue 5722] New: Regression(2.052): Appending code-unit from multi-unit code-point at compile-time gives wrong result.

2011-03-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5722 Summary: Regression(2.052): Appending code-unit from multi-unit code-point at compile-time gives wrong result. Product: D Version: unspecified Platform: Other OS/Version:

[Issue 5722] Regression(2.052): Appending code-unit from multi-unit code-point at compile-time gives wrong result.

2011-03-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5722 --- Comment #1 from Nick Sabalausky cbkbbej...@mailinator.com 2011-03-08 17:50:42 PST --- Rather, this is *not the same as* issue 5717. They may be related. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email