[Issue 17750] New: DMD should consider namespaces when validating declaration names

2017-08-12 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17750 Issue ID: 17750 Summary: DMD should consider namespaces when validating declaration names Product: D Version: D2 Hardware: x86_64 OS: Linux Status:

[Issue 17706] std.math.isFinite does not compile for cdouble: "No traits support for cdouble"

2017-08-12 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17706 --- Comment #1 from Vladimir Panteleev --- Complex types are on the path to deprecation: https://dlang.org/deprecate.html#Imaginary%20and%20complex%20types --

[Issue 17749] New: Compilation error "shared method ~this is not callable using a non-shared object" on shared object

2017-08-12 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17749 Issue ID: 17749 Summary: Compilation error "shared method ~this is not callable using a non-shared object" on shared object Product: D Version: D2 Hardware: x86_64

[Issue 17748] extern(C) do nothing on struct methods

2017-08-12 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17748 ki...@gmx.net changed: What|Removed |Added CC||ki...@gmx.net --- Comment #1 from

[Issue 17748] New: extern(C) do nothing on struct methods

2017-08-12 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17748 Issue ID: 17748 Summary: extern(C) do nothing on struct methods Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: major Priority: P1

[Issue 17747] extern(C) shared static module constructor should be called in betterC programs

2017-08-12 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17747 --- Comment #1 from Илья Ярошенко --- And extern(C++), extern(D) can/should work too. --

[Issue 17747] New: extern(C) shared static module constructor should be called in betterC programs

2017-08-12 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17747 Issue ID: 17747 Summary: extern(C) shared static module constructor should be called in betterC programs Product: D Version: D2 Hardware: All OS: All

[Issue 17740] ghost "internal" symbols show up sometimes

2017-08-12 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17740 Jonathan M Davis changed: What|Removed |Added CC|