[Issue 24117] noreturn can be used as expression

2023-08-28 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=24117 --- Comment #3 from Basile-z --- Example 2 was about the member initializer Also if it's set to 0, then this becomes a problem because it's not expected to have two members of the same value, e.g ```d enum E {e0 = 0, e1 = 1, illegal = noreturn}

[Issue 24117] noreturn can be used as expression

2023-08-28 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=24117 Dlang Bot changed: What|Removed |Added Keywords||pull --- Comment #2 from Dlang Bot --- @ntrel

[Issue 24118] ICE / regression from 2.103.1 - segfault on CTFE only code in 2.104.2 and 2.105.0

2023-08-28 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=24118 Paolo Invernizzi changed: What|Removed |Added Keywords||industry --

[Issue 24118] New: ICE / regression from 2.103.1 - segfault on CTFE only code in 2.104.2 and 2.105.0

2023-08-28 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=24118 Issue ID: 24118 Summary: ICE / regression from 2.103.1 - segfault on CTFE only code in 2.104.2 and 2.105.0 Product: D Version: D2 Hardware: Other OS: Mac OS X

[Issue 24117] noreturn can be used as expression

2023-08-28 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=24117 Nick Treleaven changed: What|Removed |Added CC||n...@geany.org --- Comment #1 from Nick

[Issue 23654] execv_: toAStringz: memory corruption

2023-08-28 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23654 --- Comment #6 from anonymous4 --- Doesn't fork break the GC heap? If you want to allocate from GC after fork, it may not work. --

[Issue 21619] Parameter-less function literal in expression statement fails to parse

2023-08-28 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21619 --- Comment #5 from Dlang Bot --- dlang/dlang.org pull request #3690 "[spec] Describe parameter-less function literal" was merged into master: - eafc6b71d079a84902d8976a2a58826b1317ab00 by Nick Treleaven: [spec] Describe parameter-less function