[Issue 22482] New: imported package shadow local variable

2021-11-04 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22482 Issue ID: 22482 Summary: imported package shadow local variable Product: D Version: D2 Hardware: All URL: http://dlang.org/ OS: All Status: NEW

[Issue 22481] New: Thread.sleep should be pure

2021-11-04 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22481 Issue ID: 22481 Summary: Thread.sleep should be pure Product: D Version: D2 Hardware: x86_64 OS: Linux Status: NEW Severity: enhancement Priority: P1

[Issue 22327] [Templates] arguments of T[] literals work for exactly one initialization before being set in stone

2021-11-04 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22327 mhh changed: What|Removed |Added CC||maxha...@gmail.com --- Comment #5 from mhh ---

[Issue 21538] Overriding with more attributes on delegate parameter is allowed

2021-11-04 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21538 --- Comment #6 from Dlang Bot --- @MoonlightSentinel created dlang/dmd pull request #13267 "Fix 21538,20904: Correct implicitConvTo order for delegate parameters in `Type.covariant`" fixing this issue: - Fix 21538,20904: Correct implicitConvTo

[Issue 20904] dip1000 implicit conversion delegates error

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

[Issue 8765] assert should print the source code for the condition when no message argument present

2021-11-04 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8765 moonlightsenti...@disroot.org changed: What|Removed |Added CC||moonlightsentinel@disroot.o

[Issue 21538] Overriding with more attributes on delegate parameter is allowed

2021-11-04 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21538 moonlightsenti...@disroot.org changed: What|Removed |Added CC||e...@weka.io --- Comment #5

[Issue 20409] Interface parameter conversion inversed - breaking all attributes enforcement

2021-11-04 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20409 moonlightsenti...@disroot.org changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 15129] std.parallelism.parallel doesn't enforce shared-correctness

2021-11-04 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15129 Issue 15129 depends on issue 11043, which changed state. Issue 11043 Summary: Context pointer of delegate should be const qualified https://issues.dlang.org/show_bug.cgi?id=11043 What|Removed |Added

[Issue 11043] Context pointer of delegate should be const qualified

2021-11-04 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11043 moonlightsenti...@disroot.org changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 1983] Delegates violate const

2021-11-04 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=1983 --- Comment #32 from moonlightsenti...@disroot.org --- *** Issue 11043 has been marked as a duplicate of this issue. *** --

[Issue 22277] removing strongly pure function calls is an incorrect optimization

2021-11-04 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22277 --- Comment #15 from timon.g...@gmx.ch --- (In reply to Ate Eskola from comment #14) > And Andrei killed that before the draft review? What was the rationale? I was too busy to spend a lot of time on it, especially given that Andrei was not a huge

[Issue 22327] [Templates] arguments of T[] literals work for exactly one initialization before being set in stone

2021-11-04 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22327 --- Comment #4 from Paul Backus --- Example program (simplified from attached "minimized" example): --- template foo(T, T[] somedata_) {} alias bar = foo!(int, [1, 2, 3]); alias faz = foo!(string, ["a", "b", "c"]); --- Expected behavior: compiles

[Issue 22327] [Templates] arguments of T[] literals work for exactly one initialization before being set in stone

2021-11-04 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22327 Paul Backus changed: What|Removed |Added CC||snarwin+bugzi...@gmail.com

[Issue 20472] [REG 2.068] slicing a static array results in another static array

2021-11-04 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20472 Boris Carvajal changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 21429] Cannot sort large tuple arrays at compile time

2021-11-04 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21429 Tim changed: What|Removed |Added CC||tim.dl...@t-online.de --- Comment #2 from Tim --- It

[Issue 22480] New: Lack of template instantiation memoization for failed templates

2021-11-04 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22480 Issue ID: 22480 Summary: Lack of template instantiation memoization for failed templates Product: D Version: D2 Hardware: x86_64 OS: Linux Status:

[Issue 22421] static foreach introduces semantic difference between indexing and iteration variable

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

[Issue 22277] removing strongly pure function calls is an incorrect optimization

2021-11-04 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22277 --- Comment #14 from Ate Eskola --- And Andrei killed that before the draft review? What was the rationale? --

[Issue 22479] New: The system cannot find the path specified - executeShell fails when there's a invalid windows registry

2021-11-04 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22479 Issue ID: 22479 Summary: The system cannot find the path specified - executeShell fails when there's a invalid windows registry Product: D Version: D2

[Issue 22473] dmd foreach loops throw exceptions on invalid UTF sequences, use replacementDchar instead

2021-11-04 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22473 Adam D. Ruppe changed: What|Removed |Added CC||destructiona...@gmail.com --- Comment #2

[Issue 21380] A case of compiler crash when using auto ref

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

[Issue 22476] OpenBSD: Add OpenBSD to the fail_compilation/fail21227_win.d ignore list

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

[Issue 21380] A case of compiler crash when using auto ref

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

[Issue 15889] Array bounds check should report index and length

2021-11-04 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15889 --- Comment #6 from Dennis --- PR to put the fix in stable: https://github.com/dlang/dmd/pull/13265 --

[Issue 22477] OpenBSD: Add to fail_compilation/fail3753.d ignore list

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

[Issue 15889] Array bounds check should report index and length

2021-11-04 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15889 Dennis changed: What|Removed |Added CC||dkor...@live.nl --- Comment #5 from Dennis ---

[Issue 22474] OpenBSD: Add support to test/runnable/dhry.d

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

[Issue 22475] OpenBSD: Disable test/compilable/cdcmp.d on OpenBSD

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

[Issue 22478] OpenBSD: Add to fail_compilation/invalid_lib.d

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