[Issue 4920] Member expression tuple allowed for types, disallowed for expressions

2012-08-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4920 --- Comment #2 from github-bugzi...@puremagic.com 2012-08-13 02:08:10 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/d2e632003437cbffcdcfbb82bdb2adb8003a9a4

[Issue 8466] DMD segfault (2.060 git)

2012-08-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8466 Don changed: What|Removed |Added CC||clugd...@yahoo.com.au --- Comment #2 from Don 2

[Issue 8545] defined opCast disables cast(void*)this in classes

2012-08-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8545 --- Comment #3 from Andrej Mitrovic 2012-08-13 07:57:58 PDT --- (In reply to comment #2) > I don't think this is major, because you can use a union: > > { > static union U { Object o; void* p; } > U u; > u.o = this; > return u

[Issue 8537] Warnings page is outdated

2012-08-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8537 Don changed: What|Removed |Added CC||clugd...@yahoo.com.au --- Comment #1 from Don 2

[Issue 8546] New: std.array.overlap missing from ddoc

2012-08-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8546 Summary: std.array.overlap missing from ddoc Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: minor Priority: P2 Component: Phobo