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

2016-11-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16574 --- Comment #17 from Martin Nowak --- The compiler fails to resolve the recursive DynPub field in CustomControl using forward references, subsequently the CustomControl base class has Type.error and the overload check fails. Could be a

[Issue 16698] New: std.regex.matchFirst corrupts stack

2016-11-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16698 Issue ID: 16698 Summary: std.regex.matchFirst corrupts stack Product: D Version: D2 Hardware: x86_64 OS: Linux Status: NEW Severity: major Priority:

[Issue 16697] Extend IsExpression to accept __vector as a TypeSpecialization

2016-11-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16697 Walter Bright changed: What|Removed |Added Keywords||bootcamp --

[Issue 16697] New: Extend IsExpression to accept __vector as a TypeSpecialization

2016-11-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16697 Issue ID: 16697 Summary: Extend IsExpression to accept __vector as a TypeSpecialization Product: D Version: D2 Hardware: All OS: All Status: NEW

[Issue 16697] Extend IsExpression to accept __vector as a TypeSpecialization

2016-11-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16697 Walter Bright changed: What|Removed |Added Keywords||SIMD --

[Issue 16667] [REG] dub test fails on std.conv after upgrade to dmd 2.072.0

2016-11-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16667 Martin Nowak changed: What|Removed |Added Keywords||pull CC|

[Issue 16696] [regression] Assert(0) or HLT reduced to separate dub package

2016-11-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16696 Jesse Phillips changed: What|Removed |Added CC|

[Issue 16661] std/format.d(1070): Incorrect format specifier: .2f for wstring and dstring

2016-11-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16661 Martin Nowak changed: What|Removed |Added Keywords||pull CC|

[Issue 16661] std/format.d(1070): Incorrect format specifier: .2f for wstring and dstring

2016-11-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16661 --- Comment #3 from Martin Nowak --- Introduced by https://github.com/dlang/phobos/pull/4427, fix in https://github.com/dlang/phobos/pull/4904. --

[Issue 16676] [REG2.072.0] std.format fails with %02d in dstring format string

2016-11-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16676 Martin Nowak changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 16661] std/format.d(1070): Incorrect format specifier: .2f for wstring and dstring

2016-11-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16661 Martin Nowak changed: What|Removed |Added CC||thecybersha...@gmail.com ---

[Issue 16696] New: [regression] Assert(0) or HLT reduced to separate dub package

2016-11-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16696 Issue ID: 16696 Summary: [regression] Assert(0) or HLT reduced to separate dub package Product: D Version: D2 Hardware: x86_64 OS: Windows Status:

[Issue 16695] variadic argument static array can't use template arg as size

2016-11-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16695 ag0ae...@gmail.com changed: What|Removed |Added Keywords||rejects-valid CC|

[Issue 16695] New: variadic argument static array can't use template arg as size

2016-11-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16695 Issue ID: 16695 Summary: variadic argument static array can't use template arg as size Product: D Version: D2 Hardware: x86_64 OS: Linux Status: NEW

[Issue 16682] [REG 2.072] "privatization" of symbols in std.stdio breaks DFMT

2016-11-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16682 --- Comment #3 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/73b699de123a3f8d2e38f0d63735865fa78c03ce Revert "Merge pull request #4789 from

[Issue 16682] [REG 2.072] "privatization" of symbols in std.stdio breaks DFMT

2016-11-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16682 Martin Nowak changed: What|Removed |Added CC||c...@dawg.eu --- Comment #2

[Issue 16550] Generic SIMD shuffle for Mir

2016-11-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16550 --- Comment #7 from Walter Bright --- Looks like a simple wrapper could be put around the PSHUFD instruction. --

[Issue 16550] Generic SIMD shuffle for Mir

2016-11-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16550 --- Comment #6 from Илья Ярошенко --- (In reply to Walter Bright from comment #4) > I also cannot find any documentation on extractRe() and extractIm(). I > googled for "ldc extractre extractim" and there were no results.

[Issue 16694] New: ICE on taking address of `export` function (declaration-only)

2016-11-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16694 Issue ID: 16694 Summary: ICE on taking address of `export` function (declaration-only) Product: D Version: D2 Hardware: All OS: All Status: NEW

[Issue 16550] Generic SIMD shuffle for Mir

2016-11-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16550 Iain Buclaw changed: What|Removed |Added CC||ibuc...@gdcproject.org