[Issue 17139] [BLOCKING] dscanner needs to handle 'scope' function attributes

2017-02-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17139 --- Comment #3 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/4fab50175481d9b1c00ae168c444580de92f258c fix issue 17139 - dscanner needs to handle 'scope'

[Issue 17139] [BLOCKING] dscanner needs to handle 'scope' function attributes

2017-02-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17139 github-bugzi...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 17139] [BLOCKING] dscanner needs to handle 'scope' function attributes

2017-02-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17139 briancsch...@gmail.com changed: What|Removed |Added CC||briancsch...@gmail.com --- Comment

[Issue 17141] New: CommonType!(dchar, char) returns uint

2017-02-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17141 Issue ID: 17141 Summary: CommonType!(dchar, char) returns uint Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: normal Priority: P1

[Issue 17140] Segfault when using function-name-qualified renamed import as function return type

2017-02-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17140 Chris Wright changed: What|Removed |Added OS|Windows |Linux --

[Issue 17140] Segfault when using function-name-qualified renamed import as function return type

2017-02-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17140 --- Comment #1 from Chris Wright --- Doesn't have to be a static import: --- fun.S fun() { import std.socket; alias S = Socket; return null; } --- --

[Issue 17140] Segfault when using function-name-qualified renamed import as function return type

2017-02-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17140 Chris Wright changed: What|Removed |Added Keywords||ice --

[Issue 17140] New: Segfault when using function-name-qualified renamed import as function return type

2017-02-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17140 Issue ID: 17140 Summary: Segfault when using function-name-qualified renamed import as function return type Product: D Version: D2 Hardware: x86_64 OS: Windows

[Issue 17130] [Reg 2.074] ambiguous implicit super call when inheriting core.sync.mutex.Mutex

2017-02-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17130 Martin Nowak changed: What|Removed |Added Keywords||pull --- Comment #4 from

[Issue 17139] [BLOCKING] dscanner needs to handle 'scope' function attributes

2017-02-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17139 ZombineDev changed: What|Removed |Added CC|