[Issue 18913] New: Cannot move static array of non-copyable type

2018-05-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18913 Issue ID: 18913 Summary: Cannot move static array of non-copyable type Product: D Version: D2 Hardware: All OS: Windows Status: NEW Severity: major

[Issue 18905] [Reg 2.079] C++ classes can no longer be used with -betterC

2018-05-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18905 github-bugzi...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 18905] [Reg 2.079] C++ classes can no longer be used with -betterC

2018-05-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18905 --- Comment #4 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/a0dc0520d0a126291a51e28b234f41f9d9f6f678 fix Issue 18905 - [Reg 2.079] C++ classes can no longer be

[Issue 6063] Make cases where hiddenfuncerror would be thrown an error without -w

2018-05-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6063 Steven Schveighoffer changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 6589] is(int*==int*); and template X(T : int*=int*) should compile

2018-05-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6589 Dmitry Olshansky changed: What|Removed |Added Keywords||bootcamp --

[Issue 6589] is(int*==int*); and template X(T : int*=int*) should compile

2018-05-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6589 Dmitry Olshansky changed: What|Removed |Added CC||dmitry.o...@gmail.com --

[Issue 6447] iota(BigInt) too

2018-05-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6447 Dmitry Olshansky changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 18813] fromStringz should work with char, wchar and dchar

2018-05-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18813 github-bugzi...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 18813] fromStringz should work with char, wchar and dchar

2018-05-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18813 --- Comment #1 from github-bugzi...@puremagic.com --- Commit pushed to master at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/20efd72da7bc3a95b44e67807ad15b1ceb332114 fix Issue 18813 add wchar/dchar fromStringz template

[Issue 6421] Require initialization of static arrays with array literals not to allocate

2018-05-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6421 Dmitry Olshansky changed: What|Removed |Added Keywords||performance CC|

[Issue 6350] Const array static usage optimization

2018-05-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6350 anonymous4 changed: What|Removed |Added OS|Windows |All --

[Issue 6371] Small improvements to aid auto-building DMD from git

2018-05-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6371 Dmitry Olshansky changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 18907] Support cross-compiling

2018-05-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18907 Andrea Fontana changed: What|Removed |Added CC||trik...@gmail.com --- Comment #4 from

[Issue 18786] AV program detects malware in windows download of DMD

2018-05-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18786 --- Comment #9 from anonymous4 --- (In reply to David M from comment #8) > * I, as a new D user, do not have the knowledge and background to state to a > vendor that it is truly virus free. If the runtime causes problems, I can't > explain what and

[Issue 6350] Const array static usage optimization

2018-05-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6350 Dmitry Olshansky changed: What|Removed |Added Keywords||performance CC|

[Issue 18884] getSymbolsByUDA fails on AliasSeq members

2018-05-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18884 --- Comment #3 from Simen Kjaeraas --- (In reply to Walter Bright from comment #2) > This has been pulled. Has this issue been resolved? Should be. The unittest in the PR is taken almost verbatim from here. Since it's a regression, it targets

[Issue 6226] Switch with impossible cases

2018-05-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6226 Dmitry Olshansky changed: What|Removed |Added CC||dmitry.o...@gmail.com --

[Issue 6092] Can't cast primitive to same-sized static array

2018-05-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6092 Dmitry Olshansky changed: What|Removed |Added CC||dmitry.o...@gmail.com --

[Issue 6082] Constructors of templated types should be callable via IFTI

2018-05-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6082 Dmitry Olshansky changed: What|Removed |Added CC||dmitry.o...@gmail.com --

[Issue 6063] Make cases where hiddenfuncerror would be thrown an error without -w

2018-05-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6063 Dmitry Olshansky changed: What|Removed |Added CC||dmitry.o...@gmail.com --- Comment #2 from

[Issue 6060] Refuse wrong final switch

2018-05-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6060 Dmitry Olshansky changed: What|Removed |Added Keywords||bootcamp CC|

[Issue 18837] MMFile should have opDollar

2018-05-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18837 github-bugzi...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 18837] MMFile should have opDollar

2018-05-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18837 --- Comment #2 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/ba8134876b17550933e7212c526fa517eb8233fd [trivial] fix issue 18837 - MMFile should have opDollar