[Issue 19041] errnoEnforce: example does not compile

2018-07-20 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19041 --- Comment #1 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/b4eacb009dc038175ff08844810d1bdc003ca914 Fix Issue 19041 - errnoEnforce: example does not

[Issue 19103] Can imports symbols in module to a struct with mixin.

2018-07-20 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19103 Robert Schadek changed: What|Removed |Added CC||rburn...@gmail.com --- Comment #2 from

[Issue 19096] [REG 2.061] Proper error messages are not shown for templates that go beyond two deep, wrongly says no template overload matches

2018-07-20 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19096 --- Comment #1 from Joakim --- Ah, I finally figured out why, if I comment out the last constraint on toImpl, `is(typeof(parse!T(value)))`, I get the right error with `dmd -version=broken shadow.d`: frontend.d(12): Error: variable anydigits is

[Issue 17778] Creating a static array with duplicates in betterC causes "undefined reference to _memset32" linker failure

2018-07-20 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17778 Vic Luo changed: What|Removed |Added CC||viclu...@gmail.com --