[Issue 23155] New: 'dub run wayland:list_registry' leads to 'core.exception.AssertError@src/dmd/toctype.d(275): Assertion failure'

2022-06-03 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23155 Issue ID: 23155 Summary: 'dub run wayland:list_registry' leads to 'core.exception.AssertError@src/dmd/toctype.d(275): Assertion failure' Product: D Version: D2

[Issue 19946] In betterC filling an array with a non-zero value fails for types of size > 1 due to missing _memset16/_memset32/etc.

2022-06-03 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19946 --- Comment #6 from mhh --- I am aware. I actually think we should have another dmd-only semantic pass just for this in dmd because the existing code is a complete mess. The case for array assign operations for example is just a branch in a hundred

[Issue 23152] Bad diagnostic for variable used as a type

2022-06-03 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23152 RazvanN changed: What|Removed |Added CC||razvan.nitu1...@gmail.com --- Comment #1 from Razv

[Issue 16666] type inside 'static if' can't be used before import

2022-06-03 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=1 Iain Buclaw changed: What|Removed |Added CC||ibuc...@gdcproject.org --- Comment #4 from Iai

[Issue 19945] In betterC strange linker error can occur when importing alias of template struct

2022-06-03 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19945 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 19946] In betterC filling an array with a non-zero value fails for types of size > 1 due to missing _memset16/_memset32/etc.

2022-06-03 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19946 Walter Bright changed: What|Removed |Added CC||bugzi...@digitalmars.com --- Comment #7 from

[Issue 19945] In betterC strange linker error can occur when importing alias of template struct

2022-06-03 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19945 Richard Cattermole changed: What|Removed |Added CC||alphaglosi...@gmail.com --- Comment #2

[Issue 23156] New: Thread should not rethrow Errors

2022-06-03 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23156 Issue ID: 23156 Summary: Thread should not rethrow Errors Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: major Priority: P1

[Issue 21477] TypeInfo errors in betterC are cryptic

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