[Issue 20892] [REG2.086] ElfFile comparison suboptimal

2020-06-02 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20892 --- Comment #2 from johanenge...@weka.io --- ("your specific code": don't fully understand, as this is druntime's code :)) https://github.com/dlang/druntime/blob/ebfe05ea945f9ef0eb56b7f3b02a07df2fc64901/src/core/internal/elf/io.d#L287 Yes, I think

[Issue 20894] ICE: passing a member template mixin identifier as alias argument

2020-06-02 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20894 Dlang Bot changed: What|Removed |Added Keywords||pull --- Comment #1 from Dlang Bot ---

[Issue 20894] New: ICE: passing a member template mixin identifier as alias argument

2020-06-02 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20894 Issue ID: 20894 Summary: ICE: passing a member template mixin identifier as alias argument Product: D Version: D2 Hardware: All OS: All Status: NEW

[Issue 20879] Arrays are oblivious to copy constructors

2020-06-02 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20879 --- Comment #1 from Stanislav Blinov --- Going to upgrade this to critical, seeing as the spec recommends switching to copy ctors, whereas neither the compiler nor the runtime are actually ready for such a switch. --

[Issue 20879] Arrays are oblivious to copy constructors

2020-06-02 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20879 Stanislav Blinov changed: What|Removed |Added Severity|normal |critical --

[Issue 20824] error messages generated by dmd build script can be prefixed with a non-standard "ERROR:"

2020-06-02 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20824 Dlang Bot changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 20824] error messages generated by dmd build script can be prefixed with a non-standard "ERROR:"

2020-06-02 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20824 Dlang Bot changed: What|Removed |Added Keywords||pull --- Comment #3 from Dlang Bot ---

[Issue 20824] error messages generated by dmd build script can be prefixed with a non-standard "ERROR:"

2020-06-02 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20824 --- Comment #2 from Basile-z --- This due to --- /** Aborts the current build TODO: - Display detailed error messages Params: msg = error message to display Throws: BuildException with the supplied message Returns: nothing but enables