[Issue 10700] Add __traits(isOverrideFunction) to get if a function is override

2013-11-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10700 Jacob Carlborg changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 11139] malloc/emplace resulting in memory corruption

2013-11-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11139 --- Comment #10 from Iain Buclaw 2013-11-04 00:55:16 PST --- (In reply to comment #9) > Ignore the above comment, if I add GC.addRange(tmp, size) after line 24 it > stops segfaulting. (In reply to comment #8) > Debugging this it looks like i

[Issue 11139] malloc/emplace resulting in memory corruption

2013-11-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11139 --- Comment #11 from Iain Buclaw 2013-11-04 01:09:06 PST --- (In reply to comment #9) > Ignore the above comment, if I add GC.addRange(tmp, size) after line 24 it > stops segfaulting. No need to debug this, it's quite obvious what's going on

[Issue 11139] malloc/emplace resulting in memory corruption

2013-11-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11139 Iain Buclaw changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 11435] New: Nondeterministic 32bit release mode access violation

2013-11-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11435 Summary: Nondeterministic 32bit release mode access violation Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2

[Issue 11436] New: Wrong ambiguity overloading error for functions with default arguments if there is an implicit cast

2013-11-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11436 Summary: Wrong ambiguity overloading error for functions with default arguments if there is an implicit cast Product: D Version: D2 Platform: All OS/Version: All S

[Issue 11401] ElementType returns constructor instead of type

2013-11-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11401 --- Comment #4 from github-bugzi...@puremagic.com 2013-11-04 03:37:13 PST --- Commits pushed to master at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/a9eb6219b4d03ace4e6688eaeb3dfcd4

[Issue 11314] inline ice with tuple assignment and if/else again

2013-11-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11314 Hisayuki Mima changed: What|Removed |Added Severity|normal |regression -- Configure issuemail: h

[Issue 11437] New: [Mago] No source for step-by-step debugging, only raw assembler.

2013-11-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11437 Summary: [Mago] No source for step-by-step debugging, only raw assembler. Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: majo

[Issue 11437] [Mago] No source for step-by-step debugging, only raw assembler.

2013-11-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11437 --- Comment #1 from Denis Shelomovskij 2013-11-04 18:02:48 MSK --- Workaround: Play with the order libraries are passed to the linker. I.e. change the order, press "Step into" (F11), repeat if you still see raw assembler. -- Configure issue

[Issue 11401] ElementType returns constructor instead of type

2013-11-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11401 Kenji Hara changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 11314] inline ice with tuple assignment and if/else again

2013-11-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11314 --- Comment #1 from Kenji Hara 2013-11-04 07:21:32 PST --- Which version did have worked correctly with? I tested 2.063 to 2.056, but all versions causes same ICE. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email

[Issue 11438] New: Internal error: ..\ztc\cod4.c 358 from "alias this" and a cast

2013-11-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11438 Summary: Internal error: ..\ztc\cod4.c 358 from "alias this" and a cast Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal

[Issue 11439] New: Linker error while importing modules in unit test blocks

2013-11-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11439 Summary: Linker error while importing modules in unit test blocks Product: D Version: D2 Platform: x86_64 OS/Version: Mac OS X Status: NEW Severity: norm

[Issue 11440] New: struct initialization with partially initialized data crashes

2013-11-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11440 Summary: struct initialization with partially initialized data crashes Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal

[Issue 11441] New: DMD halts compilation at semantic3

2013-11-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11441 Summary: DMD halts compilation at semantic3 Product: D Version: D2 Platform: All OS/Version: Linux Status: NEW Severity: regression Priority: P2 Component

[Issue 11440] struct initialization with partially initialized data crashes

2013-11-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11440 Martin Krejcirik changed: What|Removed |Added CC||m...@krej.cz --- Comment #1 from M

[Issue 11435] Nondeterministic 32bit release mode access violation

2013-11-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11435 monarchdo...@gmail.com changed: What|Removed |Added CC||monarchdo...@gmail.com --- Co

[Issue 11441] DMD halts compilation at semantic3

2013-11-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11441 --- Comment #1 from Jonathan Crapuchettes 2013-11-04 13:36:08 PST --- I found this bug while trying to find a reduced test case for canFind returning false when it should have been returning true. -- Configure issuemail: http://d.puremagic.

[Issue 11435] Nondeterministic 32bit release mode access violation

2013-11-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11435 --- Comment #2 from safety0ff.bugz 2013-11-04 13:38:51 PST --- (In reply to comment #1) > Very very nice. > > Have you been unable to reproduce locally, or do you just have no access to 32 > bit machines? I had tried to reproduce locally bef

[Issue 11440] struct initialization with partially initialized data crashes

2013-11-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11440 burg.bas...@yahoo.com changed: What|Removed |Added CC||burg.bas...@yahoo.com --- Comm

[Issue 11440] struct initialization with partially initialized data crashes

2013-11-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11440 --- Comment #3 from burg.bas...@yahoo.com 2013-11-04 15:29:24 PST --- (In reply to comment #2) > import std.stdio; > > struct Y { > private: > immutable(int)[] _data; > immutable(int)[] _data2; > } > > struct CFS { > double x = 5;

[Issue 11314] inline ice with tuple assignment and if/else again

2013-11-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11314 Kenji Hara changed: What|Removed |Added Keywords||ice, pull Severity|regression

[Issue 11440] struct initialization with partially initialized data crashes

2013-11-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11440 Kenji Hara changed: What|Removed |Added Platform|All |x86_64 OS/Version|All