[Issue 8099] Inner class's outer pointer matches constancy of inner, but can be set to object of arbitrary constancy

2012-05-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8099 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||pull

[Issue 8147] New: Blah!R.init now requires parens - (Blah!R).init

2012-05-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8147 Summary: Blah!R.init now requires parens - (Blah!R).init Product: D Version: unspecified Platform: All OS/Version: All Status: NEW Severity: regression Priority:

[Issue 8146] Potentially ambiguous overloaded call

2012-05-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8146 bearophile_h...@eml.cc changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 8148] New: properties and the ternary operator

2012-05-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8148 Summary: properties and the ternary operator Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: DMD

[Issue 8147] Blah!R.init now requires parens - (Blah!R).init

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

[Issue 6956] std.algorithm.remove problem with SwapStrategy.unstable

2012-05-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6956 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added CC|

[Issue 7898] [CTFE] std.algorithm:copy fails when used with two arrays

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

[Issue 6956] std.algorithm.remove problem with SwapStrategy.unstable

2012-05-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6956 --- Comment #3 from bearophile_h...@eml.cc 2012-05-25 10:14:13 PDT --- (In reply to comment #2) I don't know if a bug is opened about this but it seems relevant: This is a closed (because it's a duplicate) bug, so I suggest you to copy that

[Issue 5650] A RedBlackTree performance problem

2012-05-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5650 --- Comment #22 from Steven Schveighoffer schvei...@yahoo.com 2012-05-25 11:29:52 PDT --- (In reply to comment #20) BTW, I noticed changing the C++ implementation to cache the begin node did *not* change performance. So it may be they are

[Issue 5650] A RedBlackTree performance problem

2012-05-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5650 --- Comment #23 from github-bugzi...@puremagic.com 2012-05-25 12:19:50 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/phobos

[Issue 5650] A RedBlackTree performance problem

2012-05-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5650 --- Comment #24 from bearophile_h...@eml.cc 2012-05-25 12:59:19 PDT --- (In reply to comment #22) See if this helps: https://github.com/D-Programming-Language/phobos/pull/605 I have tried this latest change. Unfortunately both this

[Issue 5650] A RedBlackTree performance problem

2012-05-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5650 --- Comment #25 from Steven Schveighoffer schvei...@yahoo.com 2012-05-25 13:05:10 PDT --- That doesn't make any sense. It resulted in a 100ms speedup on my end (about 20%). -- Configure issuemail:

[Issue 8149] New: Possible forward reference mistake

2012-05-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8149 Summary: Possible forward reference mistake Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Keywords: rejects-valid Severity: normal

[Issue 8147] Blah!R.init now requires parens - (Blah!R).init

2012-05-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8147 --- Comment #2 from github-bugzi...@puremagic.com 2012-05-25 13:46:57 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/dmd

[Issue 7911] Nested static if failing to execute

2012-05-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7911 --- Comment #5 from github-bugzi...@puremagic.com 2012-05-25 13:47:02 PDT --- Commit pushed to master at https://github.com/D-Programming-Language/dmd

[Issue 8150] New: Throwing nothrow struct constructor?

2012-05-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8150 Summary: Throwing nothrow struct constructor? Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords: accepts-invalid Severity: normal

[Issue 8147] Blah!R.init now requires parens - (Blah!R).init

2012-05-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8147 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 8099] Inner class's outer pointer matches constancy of inner, but can be set to object of arbitrary constancy

2012-05-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8099 --- Comment #2 from github-bugzi...@puremagic.com 2012-05-25 15:13:01 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/dmd

[Issue 8099] Inner class's outer pointer matches constancy of inner, but can be set to object of arbitrary constancy

2012-05-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8099 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 8151] New: [ICE] Two internal errors with recursive map

2012-05-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8151 Summary: [ICE] Two internal errors with recursive map Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Severity: normal Priority: P2

[Issue 7898] [CTFE] std.algorithm:copy fails when used with two arrays

2012-05-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7898 --- Comment #3 from github-bugzi...@puremagic.com 2012-05-25 21:24:16 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/phobos