[Issue 16574] [REG 2.072.0-b1] Unexplained errors about functions that overridde anything

2016-10-27 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16574 --- Comment #16 from Martin Nowak --- Seems like the base classes symtab is empty or corrupted even though it's set to BASEOKsemanticdone. --

[Issue 16607] [REG2.072b1] forward reference error for nested struct

2016-10-27 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16607 --- Comment #3 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/b295ff509a52cd332d975014279ed891e11f465d fix Issue 16607 - forward reference error for nested struct

[Issue 16642] byCodeUnit doesn't work AutodecodableStrings unless they're actually strings or alias a variable that's a string

2016-10-27 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16642 --- Comment #1 from Jonathan M Davis --- https://github.com/dlang/phobos/pull/4879 --

[Issue 16642] New: byCodeUnit doesn't work AutodecodableStrings unless they're actually strings or alias a variable that's a string

2016-10-27 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16642 Issue ID: 16642 Summary: byCodeUnit doesn't work AutodecodableStrings unless they're actually strings or alias a variable that's a string Product: D Version: D2