[Issue 23515] Named Enum of function SIGSEGFAULT

2024-01-30 Thread d-bugmail--- via Digitalmars-d-bugs
|--- |FIXED --- Comment #7 from Dlang Bot --- dlang/dmd pull request #16117 "fix bugzilla Issue 23515 - Named Enum of function SIGSEGFAULT " was merged into master: - e957b77fb7d5c250554c10b8c16bb5112b22f07d by Walter Bright: fix bugzilla Issue 23515 - Named Enum of function S

[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 SIGSEGFA

[Issue 23515] Named Enum of function SIGSEGFAULT

2024-01-22 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23515 --- Comment #5 from Walter Bright --- The difference between identity being an (){} vs is the first is a direct function call the second is an address of a function. I'm not sure yet if the former should be an error, or can be made to work. Having

[Issue 23515] Named Enum of function SIGSEGFAULT

2024-01-22 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23515 --- Comment #4 from Walter Bright --- Here's the generated code (renaming main() to test()): _D5test16Easing9__lambda2MFNaNbNiNfZv: : C3 ret// the lambda _D5test14testFZv: : 55 push

[Issue 23515] Named Enum of function SIGSEGFAULT

2024-01-22 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23515 Walter Bright changed: What|Removed |Added CC||bugzi...@digitalmars.com --- Comment #3

[Issue 23515] Named Enum of function SIGSEGFAULT

2024-01-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23515 --- Comment #2 from Marcelo Silva Nascimento Mancini --- Hello RazvanN. The solution I'm currently using, is by using this templated style: ```d //TODO: Change (x) to (float x) for not generating templates needlessly enum HipEasing : float

[Issue 23515] Named Enum of function SIGSEGFAULT

2024-01-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23515 RazvanN changed: What|Removed |Added CC||razvan.nitu1...@gmail.com --- Comment #1 from

[Issue 23515] Named Enum of function SIGSEGFAULT

2023-01-02 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23515 Basile-z changed: What|Removed |Added Keywords||backend, wrong-code CC|

[Issue 23515] Named Enum of function SIGSEGFAULT

2022-12-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23515 Iain Buclaw changed: What|Removed |Added Priority|P4 |P2 Severity|enhancement

[Issue 23515] Named Enum of function SIGSEGFAULT

2022-12-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23515 Iain Buclaw changed: What|Removed |Added Priority|P1 |P4 --