[Issue 20823] [DIP 1000] un-@safe code fails with dip1000

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

[Issue 23022] [dip1000] typesafe variadic parameter should not infer return

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

[Issue 21184] Unimplemented methods of interface are not reported as errors during compilation.

2022-07-25 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21184 --- Comment #7 from alexandru.ermic...@gmail.com --- Well, at that point I've failed to think about separate compilation. Seems like forward declarations are allowed anywhere. It is still an unpleasant experience when you forget implementing a

[Issue 14553] The return types of std.array.array for narrow strings conflicts with its documentation

2022-07-25 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14553 RazvanN changed: What|Removed |Added CC||razvan.nitu1...@gmail.com

[Issue 21184] Unimplemented methods of interface are not reported as errors during compilation.

2022-07-25 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21184 Dennis changed: What|Removed |Added Status|REOPENED|RESOLVED CC|

[Issue 18855] Behavior of Anonymous Union is Undocumented

2022-07-25 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18855 Nick Treleaven changed: What|Removed |Added Keywords||pull URL|

[Issue 22141] Property .capacity is not listed in the array properties section

2022-07-25 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22141 Don Allen changed: What|Removed |Added CC||donaldcallen1...@icloud.com --- Comment #1 from

[Issue 2] Hook up new dmd command line arguments

2022-07-25 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=2 --- Comment #5 from Dlang Bot --- dlang/dmd pull request #14257 "Make `new AA` allocate the associative array Impl" was merged into master: - e8cdd13a92487ad6ef206a9ca2e8c030a6c56e68 by Nick Treleaven: Fix 2 fail_compilation tests

[Issue 21188] Anonymous structs - not described

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

[Issue 23271] `goto` skips declaration of variable `bugred.A.test.__appendtmp4`

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

[Issue 19178] Static initialization of 2d static arrays in structs produces garbage or doesn't compile sometimes

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

[Issue 23271] New: `goto` skips declaration of variable `bugred.A.test.__appendtmp4`

2022-07-25 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23271 Issue ID: 23271 Summary: `goto` skips declaration of variable `bugred.A.test.__appendtmp4` Product: D Version: D2 Hardware: All OS: All Status: NEW

[Issue 16701] Remove Restriction of "package.d" Source File Module Forced to All Lowercase

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

[Issue 23268] clamp no longer accepts shorts

2022-07-25 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23268 Temtaime changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|DUPLICATE

[Issue 23270] std.random.dice is poorly documented

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

[Issue 23268] clamp no longer accepts shorts

2022-07-25 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23268 --- Comment #3 from RazvanN --- (In reply to RazvanN from comment #2) > Additional information: a reduction of the phobos code that manifests in > this case is: > > void main() > { > clamp(short.init, short.init, cast(const)short.init);

[Issue 23268] clamp no longer accepts shorts

2022-07-25 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23268 --- Comment #2 from RazvanN --- Additional information: a reduction of the phobos code that manifests in this case is: void main() { clamp(short.init, short.init, cast(const)short.init); } T1 clamp(T1, T2, T3)(T1 val, T2

[Issue 16235] type of conditional expression (ternary operator) is widened when operands differ in constness

2022-07-25 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16235 RazvanN changed: What|Removed |Added CC||temta...@gmail.com --- Comment #3 from RazvanN

[Issue 23268] clamp no longer accepts shorts

2022-07-25 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23268 RazvanN changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 23022] [dip1000] typesafe variadic parameter should not infer return

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

[Issue 23270] std.random.dice is poorly documented

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

[Issue 23255] [REG 2.099] undefined reference to 'core.internal.switch.__switch_error()(string, size_t)'

2022-07-25 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23255 Puneet Goel changed: What|Removed |Added CC||pun...@coverify.org --