[Issue 21863] FieldNameTuple returns emptry string for interfaces

2021-04-25 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21863 Dlang Bot changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 21864] Line numbers and file names wrong in stack trace for Dward debug info

2021-04-25 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21864 Walter Bright changed: What|Removed |Added Keywords||backend, DebugInfo --

[Issue 20460] [OSX] DMD writes the same address everywhere in DWARF debug infos

2021-04-25 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20460 Dlang Bot changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 20510] Make backtrace code read the dSYM data

2021-04-25 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20510 Issue 20510 depends on issue 20460, which changed state. Issue 20460 Summary: [OSX] DMD writes the same address everywhere in DWARF debug infos https://issues.dlang.org/show_bug.cgi?id=20460 What|Removed |Added

[Issue 21864] New: Line numbers and file names wrong in stack trace for Dward debug info

2021-04-25 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21864 Issue ID: 21864 Summary: Line numbers and file names wrong in stack trace for Dward debug info Product: D Version: D2 Hardware: x86_64 OS: Mac OS X

[Issue 21845] Wrong ParameterStorageClass when -preview=in is used

2021-04-25 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21845 --- Comment #4 from Dlang Bot --- dlang/dmd pull request #12473 "merge stable" was merged into master: - 03c30609389c5dce7e22ce39e8a176081e3e9c10 by Ă–mer Faruk Irmak: Fix Issue 21845 - Make `in` take precedence in getParameterStorageClasses

[Issue 18679] std.complex.opEquals has opEquals but no toHash

2021-04-25 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18679 Iain Buclaw changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 17206] [Tracking] Check that opEquals and toHash are both defined or neither are defined

2021-04-25 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17206 Issue 17206 depends on issue 18679, which changed state. Issue 18679 Summary: std.complex.opEquals has opEquals but no toHash https://issues.dlang.org/show_bug.cgi?id=18679 What|Removed |Added

[Issue 18571] Missing functions in std.complex

2021-04-25 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18571 Iain Buclaw changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 21863] New: FieldNameTuple returns emptry string for interfaces

2021-04-25 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21863 Issue ID: 21863 Summary: FieldNameTuple returns emptry string for interfaces Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: normal

[Issue 21861] ctfe fails when a nested enum or function has a UDA

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

[Issue 21861] ctfe fails when a nested enum or function has a UDA

2021-04-25 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21861 Boris Carvajal changed: What|Removed |Added CC||boris...@gmail.com

[Issue 21862] New: Taking address of non-static method without "this" should not be allowed

2021-04-25 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21862 Issue ID: 21862 Summary: Taking address of non-static method without "this" should not be allowed Product: D Version: D2 Hardware: x86_64 OS: Linux

[Issue 21861] New: ctfe fails when a nested enum or function has a UDA

2021-04-25 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21861 Issue ID: 21861 Summary: ctfe fails when a nested enum or function has a UDA Product: D Version: D2 Hardware: x86_64 OS: Linux Status: NEW Severity: normal

[Issue 21702] avoid quadratic template expansion in constraints of multiple search term versions of std.algorithm.searching.startsWith & endsWith

2021-04-25 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21702 --- Comment #3 from Dlang Bot --- dlang/phobos pull request #7964 "merge stable" was merged into master: - a23fa4ed06fe188582631bacd6f3405d99855fa6 by Nathan Sashihara: Fix issue #21702 - avoid quadratic template expansion in constraints of

[Issue 21758] std.experimental.checkedint opBinaryRight with integer left-hand side does not compile for any operators except + and -

2021-04-25 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21758 --- Comment #3 from Dlang Bot --- dlang/phobos pull request #7964 "merge stable" was merged into master: - 6f430a7202366c1699618c7fe70f7d7800c7effe by Nathan Sashihara: Fix Issue 21758 - std.experimental.checkedint opBinaryRight with integer

[Issue 21721] casting std.BigInts to built-in floating point types doesn't work without -preview=dip1000

2021-04-25 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21721 --- Comment #3 from Dlang Bot --- dlang/phobos pull request #7964 "merge stable" was merged into master: - d3a14339217b1f54060ee2457e9cd8fc64651633 by Nathan Sashihara: Fix Issue 21721 - casting std.BigInts to built-in floating point types not

[Issue 21724] std.algorithm.mutation.copy fails on overlapping arrays if the source array's pointer is less than the destination array's pointer

2021-04-25 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21724 --- Comment #3 from Dlang Bot --- dlang/phobos pull request #7964 "merge stable" was merged into master: - edd9007c35f14f43e9d6203436d1f544f4337c9a by Nathan Sashihara: Fix Issue 21724 - std.algorithm.mutation.copy fails on overlapping arrays if

[Issue 21725] Specifying null as bitfields variable name now fails

2021-04-25 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21725 --- Comment #3 from Dlang Bot --- dlang/phobos pull request #7964 "merge stable" was merged into master: - e16e0b7b97a1ecbb4fa89ce914d9ff12d052397f by Vladimir Panteleev: Fix Issue 21725 - Specifying null as bitfields variable name now fails

[Issue 21716] std.regex performance regression (additional GC allocation)

2021-04-25 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21716 --- Comment #4 from Dlang Bot --- dlang/phobos pull request #7964 "merge stable" was merged into master: - 34e58ec8577375006595201507059024977dc996 by Jon Degenhardt: Fix issue 21716: std.regex performance regression.

[Issue 21860] New: readln return value in the EOF case

2021-04-25 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21860 Issue ID: 21860 Summary: readln return value in the EOF case Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: enhancement Priority:

[Issue 17623] Unexpected failure of an assertion on empty strings

2021-04-25 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17623 --- Comment #2 from kdevel --- (In reply to Vladimir Panteleev from comment #1) > The distinction is mainly that D string literals are zero-terminated, so > that they can be implicitly converted to a C string (const char*). The nonidentity of null