[Issue 24359] New: slice equality expression can be discarded

2024-01-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=24359 Issue ID: 24359 Summary: slice equality expression can be discarded Product: D Version: D2 Hardware: All OS: All Status: NEW Keywords: accepts-invalid

[Issue 24359] slice equality expression can be discarded

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

[Issue 24360] New: Cannot use TCC as C compiler

2024-01-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=24360 Issue ID: 24360 Summary: Cannot use TCC as C compiler Product: D Version: D2 Hardware: All OS: Linux Status: NEW Severity: enhancement Priority: P1

[Issue 23414] Import order emits "Error: no size because of forward references"

2024-01-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23414 Walter Bright changed: What|Removed |Added Keywords||industry --

[Issue 24361] New: casting string literal to static int array is broken

2024-01-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=24361 Issue ID: 24361 Summary: casting string literal to static int array is broken Product: D Version: D2 Hardware: All OS: All Status: NEW Keywords: ice S

[Issue 23414] Import order emits "Error: no size because of forward references"

2024-01-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23414 Max Samukha changed: What|Removed |Added CC||maxsamu...@gmail.com --- Comment #6 from Max S

[Issue 24349] object noreturn link is missing

2024-01-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=24349 --- Comment #5 from Nick Treleaven --- Filed: https://github.com/dlang/ddox/issues/249 --

[Issue 15504] core.demangle uses exception handling for normal control flow

2024-01-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15504 --- Comment #4 from feklushkin.de...@gmail.com --- Straightforward attempt to fix: https://github.com/dlang/dmd/pull/16114 --

[Issue 23515] Named Enum of function SIGSEGFAULT

2024-01-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23515 --- Comment #6 from Dlang Bot --- @WalterBright created dlang/dmd pull request #16117 "bugzilla Issue 23515 - Named Enum of function SIGSEGFAULT " mentioning this issue: - bugzilla Issue 23515 - Named Enum of function SIGSEGFAULT https://github.com

[Issue 24345] Issue with `alias this = xyz` inside structs.

2024-01-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=24345 --- Comment #2 from Danilo --- (In reply to timon.gehr from comment #1) > This works with `-preview=fixAliasThis`. Maybe we can close this as > WORKSFORME? Thanks, that works! Will the preview get included into regular D in the near feature? ā€˛Works