[Issue 14612] typeid(interface) returns TypeInfo_Class object

2015-08-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14612 --- Comment #10 from Kenji Hara --- I found slightly related issue tickets: Issue 4979 - Implementing an interface twice results in different a reference for each interface Issue 11683 - Document current Identity Expression over `interface`s behavio

[Issue 14863] CLOCK_BOOTTIME should be optional to support <2.6.39 kernels

2015-08-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14863 --- Comment #1 from Jonathan M Davis --- Great... People are still using kernels that old? This sort of problem didn't even occur to me. We really aren't set up to have different C headers depending on the kernel version and the like, and we're certa

[Issue 14861] Error in stdio.d in LockingTextReader.readFront()

2015-08-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14861 --- Comment #1 from MGW --- Size ring buffer = 16384 bytes in struct _iobuf*. If Utf-8 sequence is broken off on buffer boundary, it is impossible to return earlier read characters, as in the buffer absolutely other data. --

[Issue 14860] Destructor is not called for block assignment

2015-08-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14860 --- Comment #3 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/fd8af3a98e1deb370aecf940c939f8a7794a850e fix Issue 14860 - Destructor

[Issue 14858] spurious "Error: overload alias 'foo' is not a variable" when overloading template and non-template via aliases

2015-08-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14858 Kenji Hara changed: What|Removed |Added Keywords||pull Hardware|x86_64

[Issue 14860] Destructor is not called for block assignment

2015-08-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14860 --- Comment #2 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/35f1f6226aa523305e41f3dee68fbb0ce8fafdf4 Supplemental fix for i

[Issue 14863] New: CLOCK_BOOTTIME should be optional to support <2.6.39 kernels

2015-08-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14863 Issue ID: 14863 Summary: CLOCK_BOOTTIME should be optional to support <2.6.39 kernels Product: D Version: D2 Hardware: Other OS: Linux Status: NEW

[Issue 14862] New: Constructor of overlapped struct does not initialize correctly global variables

2015-08-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14862 Issue ID: 14862 Summary: Constructor of overlapped struct does not initialize correctly global variables Product: D Version: D2 Hardware: x86 OS: Windows