[Issue 24382] std.range.only should have assignable elements

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

[Issue 24394] const(ubyte)[] array can be returned as string

2024-02-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=24394 Forest changed: What|Removed |Added OS|Windows |All --

[Issue 24394] const(ubyte)[] array can be returned as string

2024-02-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=24394 Forest changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

[Issue 24389] importC: Building zlib in Phobos with importC fails on FreeBSD 14

2024-02-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=24389 --- Comment #12 from Dlang Bot --- @kinke created dlang/phobos pull request #8914 "Build: Add option USE_IMPORTC=0 to switch back to compiling zlib with C compiler" mentioning this issue: - Build: Add option USE_IMPORTC=0 to switch back to

[Issue 24384] roundRobin crashes with empty first argument

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

[Issue 24395] Allow braced statements in loop conditions

2024-02-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=24395 Bolpat changed: What|Removed |Added CC||qs.il.paperi...@gmail.com --

[Issue 24395] New: Allow braced statements in loop conditions

2024-02-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=24395 Issue ID: 24395 Summary: Allow braced statements in loop conditions Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: enhancement

[Issue 24394] mutable array can be returned as string

2024-02-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=24394 Nick Treleaven changed: What|Removed |Added Keywords||safe CC|

[Issue 23786] __traits(parent, {}) in overloaded function produces wierd results dependent on declaration order

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

[Issue 24394] mutable array can be returned as string

2024-02-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=24394 --- Comment #2 from Forest --- The above example does indeed trigger an error with -preview=fixImmutableConv on run.dlang.org. However, changing the test function's argument to const(ubyte)[] slips right past with no complaint. Shouldn't that be

[Issue 24394] mutable array can be returned as string

2024-02-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=24394 RazvanN changed: What|Removed |Added Status|NEW |RESOLVED CC|