[Issue 19064] [REG2.081] Vibe.d's InterfaceProxy no longer works

2018-07-05 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19064 RazvanN changed: What|Removed |Added CC||razvan.nitu1...@gmail.com --- Comment #3 from

[Issue 19064] [REG2.081] Vibe.d's InterfaceProxy no longer works

2018-07-05 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19064 --- Comment #2 from Seb --- See also: https://github.com/vibe-d/vibe.d/issues/2181 --

[Issue 19064] [REG2.081] Vibe.d's InterfaceProxy no longer works

2018-07-05 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19064 --- Comment #1 from Seb --- Managed to find the root cause of the regression: cat << EOF > minimal.d enum IOMode { all} struct blocking {} interface InputStream { @safe: @property bool empty(); @property ulong