[Issue 15589] extern(C++) virtual destructors are not put in vtbl[]

2018-06-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15589 --- Comment #5 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/ab0a7bf76dbf0a02e826a1a9b54f9d813c7a114a fix issue 15589 - cleanup after PR #8277 fix mangling, add sh

[Issue 17992] auto return type and null for classes

2018-06-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17992 RazvanN changed: What|Removed |Added CC||razvan.nitu1...@gmail.com --- Comment #1 from Razv

[Issue 17972] __traits(getLinkage) doesn't work for classes

2018-06-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17972 RazvanN changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 17864] POD struct not equivalent to primitive type in comparison

2018-06-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17864 RazvanN changed: What|Removed |Added CC||razvan.nitu1...@gmail.com --- Comment #2 from Razv

[Issue 17863] cannot deduce function with implicit conversion

2018-06-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17863 RazvanN changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 16088] Parse error for import expression in statement

2018-06-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16088 github-bugzi...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|-

[Issue 16088] Parse error for import expression in statement

2018-06-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16088 --- Comment #4 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/6ebf865e893f310442b1d3cae9c764863a1d9246 Fix Issue 16088 - Parse error for import expression in stateme

[Issue 18985] bad error message for += operation on shared Object

2018-06-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18985 ag0aep6g changed: What|Removed |Added Keywords||diagnostic CC|

[Issue 15351] foreach by ref accepted, although front returns by value

2018-06-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15351 Richard Cattermole changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 11934] Allow `ref` in `foreach` over range iff `front` returns by `ref`

2018-06-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11934 Richard Cattermole changed: What|Removed |Added CC||schue...@gmx.net --- Comment #1 from Ri

[Issue 11934] Allow `ref` in `foreach` over range iff `front` returns by `ref`

2018-06-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11934 Richard Cattermole changed: What|Removed |Added CC||alphaglosi...@gmail.com --- Comment #2

[Issue 17602] improve message for deprecated enum comparison

2018-06-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17602 RazvanN changed: What|Removed |Added CC||razvan.nitu1...@gmail.com --- Comment #1 from Razv

[Issue 18985] bad error message for += operation on shared Object

2018-06-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18985 --- Comment #2 from OlegZ --- yes, the error disappeared. for non-shared vars should be used non-shared method overloading (when it needed) or non-shared another class. not easy. and about to change wrong error text I filled before another bug/enhanc

[Issue 18985] bad error message for += operation on shared Object

2018-06-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18985 --- Comment #3 from OlegZ --- yes, the error disappeared. for non-shared vars should be used non-shared method overloading (when it needed) or non-shared another class. not easy. and about to change wrong error text I filled before another bug/enhanc

[Issue 5212] no escape analysis for typesafe variadic function arguments

2018-06-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=5212 ag0aep6g changed: What|Removed |Added CC||mrjn...@gmail.com --- Comment #21 from ag0aep6g -

[Issue 18980] Typesafe variadic array functions cause memory corruption

2018-06-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18980 ag0aep6g changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 18963] Relax restrictions on 'return' parameters when parameter is not a pointer

2018-06-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18963 --- Comment #2 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/d8793c0db1eb7e981429f2bb06b45ebb023820da fix Issue 18963 - Relax restrictions on 'return' parameters wh

[Issue 18963] Relax restrictions on 'return' parameters when parameter is not a pointer

2018-06-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18963 github-bugzi...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|-

[Issue 18987] New: Reading from unreadable file produces incorrect exception

2018-06-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18987 Issue ID: 18987 Summary: Reading from unreadable file produces incorrect exception Product: D Version: D2 Hardware: All OS: Windows Status: NEW

[Issue 18988] New: Reading from unreadable file results in random garbage

2018-06-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18988 Issue ID: 18988 Summary: Reading from unreadable file results in random garbage Product: D Version: D2 Hardware: x86 OS: Windows Status: NEW Severity: normal

[Issue 18989] New: On OSX32, core.stdc.time.clock() should resolve to clock$UNIX2003()

2018-06-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18989 Issue ID: 18989 Summary: On OSX32, core.stdc.time.clock() should resolve to clock$UNIX2003() Product: D Version: D2 Hardware: x86 OS: Mac OS X Status:

[Issue 18989] On OSX32, core.stdc.time.clock() should resolve to clock$UNIX2003()

2018-06-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18989 --- Comment #1 from Walter Bright --- It's defined in the system headers as: clock_t clock(void) __asm("_" "clock" "$UNIX2003"); --

[Issue 18989] On OSX32, core.stdc.time.clock() should resolve to clock$UNIX2003()

2018-06-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18989 --- Comment #2 from Walter Bright --- https://github.com/dlang/druntime/pull/2216 --

[Issue 18989] On OSX32, core.stdc.time.clock() should resolve to clock$UNIX2003()

2018-06-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18989 github-bugzi...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|-

[Issue 18989] On OSX32, core.stdc.time.clock() should resolve to clock$UNIX2003()

2018-06-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18989 --- Comment #3 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/druntime https://github.com/dlang/druntime/commit/4c9c74adf45481ef0f87360ae6b60a2b3a03b740 fix Issue 18989 - On OSX32, core.stdc.time.clock() s

[Issue 18978] Cannot create new projects in 0.47.0-beta1

2018-06-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18978 Rainer Schuetze changed: What|Removed |Added CC||r.sagita...@gmx.de --- Comment #1 from Rai

[Issue 18984] Debugging stack struct's which are returned causes incorrect debuginfo.

2018-06-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18984 Rainer Schuetze changed: What|Removed |Added CC||r.sagita...@gmx.de Component|visu

[Issue 18983] DCompiler option seems to have disappeared from project settings

2018-06-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18983 Rainer Schuetze changed: What|Removed |Added CC||r.sagita...@gmx.de --- Comment #1 from Rai