[Issue 11135] New: Nullable(T, T nullValue) does not support NaN

2013-09-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11135 Summary: Nullable(T, T nullValue) does not support NaN Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Keywords: patch Severity: normal

[Issue 6045] Unable to demangle symbols

2013-09-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6045 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added CC|

[Issue 9040] Assertion `precedence[e-op] != PREC_zero' failed instantiating anonymous class at compile time

2013-09-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9040 --- Comment #6 from ogondza ogon...@gmail.com 2013-09-28 03:31:11 PDT --- (In reply to comment #5) I do not longer observe the compiler failure. In v2.063.2, I am hitting Issue 11126 instead when running: - class BaseClass {} void main() {

[Issue 4092] broken memory management for COM objects derived from IUnknown

2013-09-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4092 --- Comment #15 from Andrej Mitrovic andrej.mitrov...@gmail.com 2013-09-28 04:20:28 PDT --- (In reply to comment #9) The patch in druntime would make this obsolete. This issue really does need to be resolved, e.g. the newCom function can't

[Issue 8229] string literals are not zero-terminated during CTFE

2013-09-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8229 --- Comment #5 from Martin Nowak c...@dawg.eu 2013-09-28 04:20:53 PDT --- It is also a huge performance issue to use ArrayLiteralExp instead of StringLiteralExp during object emission because the compiler creates a list of 1-byte elements. If

[Issue 11115] VisualD rebuilds project even if nothing changed

2013-09-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5 Denis Shelomovskij verylonglogin@gmail.com changed: What|Removed |Added Status|NEW

[Issue 11136] ICE on incorrect module declaration

2013-09-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11136 --- Comment #1 from Andrej Mitrovic andrej.mitrov...@gmail.com 2013-09-28 04:43:31 PDT --- Tested with 2.064 git-head. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail

[Issue 11136] New: ICE on incorrect module declaration

2013-09-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11136 Summary: ICE on incorrect module declaration Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords: ice Severity: major Priority: P2

[Issue 11137] New: Stack overflow on invalid output path

2013-09-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11137 Summary: Stack overflow on invalid output path Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords: ice Severity: normal Priority:

[Issue 3956] linker removes underscore from all exported symbols of a module but the first

2013-09-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3956 --- Comment #4 from Martin Nowak c...@dawg.eu 2013-09-28 07:25:41 PDT --- #ifdef fg_pe -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Issue 3956] linker removes underscore from all exported symbols of a module but the first

2013-09-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3956 --- Comment #5 from Martin Nowak c...@dawg.eu 2013-09-28 07:45:37 PDT --- YES_EXPORT PROC ;; ... #ifdef fg_pe if (OUTPUT_PE) // false on first test TWEAK_EXPORT_NAMES(); #endif DEFINE_EXPORT(); // could set ANY_USE32, but it's

[Issue 3956] linker removes underscore from all exported symbols of a module but the first

2013-09-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3956 Martin Nowak c...@dawg.eu changed: What|Removed |Added Keywords||pull --- Comment #6 from

[Issue 10729] Some exception symbols undefined

2013-09-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10729 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 11130] Enum members are now all in scope when evaluating enum member initializers

2013-09-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11130 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Severity|normal |enhancement

[Issue 11130] Enum members are now all in scope when evaluating enum member initializers

2013-09-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=11130 --- Comment #2 from Walter Bright bugzi...@digitalmars.com 2013-09-28 15:36:09 PDT --- https://github.com/D-Programming-Language/dlang.org/pull/387 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You

[Issue 9565] Index of static array should not print literal suffix

2013-09-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9565 --- Comment #7 from github-bugzi...@puremagic.com 2013-09-28 19:33:49 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/phobos