[Issue 23919] cast array to pointer should be illegal

2023-05-12 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23919 Steven Schveighoffer changed: What|Removed |Added See Also||https://issues.dlang.org/sh

[Issue 6869] Disallow array to pointer cast

2023-05-12 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6869 Steven Schveighoffer changed: What|Removed |Added See Also||https://issues.dlang.org/sh

[Issue 23919] New: cast array to pointer should be illegal

2023-05-12 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23919 Issue ID: 23919 Summary: cast array to pointer should be illegal Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: enhancement

[Issue 23918] New: Lambdas declared as "function" should be static and not have a context

2023-05-12 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23918 Issue ID: 23918 Summary: Lambdas declared as "function" should be static and not have a context Product: D Version: D2 Hardware: All OS: All Status:

[Issue 23917] "ref" in alias this call not detected in "auto ref" return resolution

2023-05-12 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23917 --- Comment #2 from Vladimir Panteleev --- (Oops, ignore above comment, got my return types mixed up.) --

[Issue 23916] Non-eponymous template instances have a "type" (void)

2023-05-12 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23916 --- Comment #2 from Vladimir Panteleev --- (In reply to Nick Treleaven from comment #1) > template X() {} > > It was decided that typeof(X) is void, that's in the spec. I'm not sure if > the type of a template instance is defined in the spec. Any

[Issue 23916] Non-eponymous template instances have a "type" (void)

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

[Issue 23917] "ref" in alias this call not detected in "auto ref" return resolution

2023-05-12 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23917 --- Comment #1 from Vladimir Panteleev --- Something weird also happens when you try to pass it as a parameter to a ref function. A non-templated function works, but a function templated on the argument/return type fails! /

[Issue 23917] New: "ref" in alias this call not detected in "auto ref" return resolution

2023-05-12 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23917 Issue ID: 23917 Summary: "ref" in alias this call not detected in "auto ref" return resolution Product: D Version: D2 Hardware: All OS: All Status:

[Issue 23916] New: Non-eponymous template instances have a "type" (void)

2023-05-12 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23916 Issue ID: 23916 Summary: Non-eponymous template instances have a "type" (void) Product: D Version: D2 Hardware: All OS: All Status: NEW Keywords:

[Issue 23915] New: Instance method properties not evaluated when passed to template value argument

2023-05-12 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23915 Issue ID: 23915 Summary: Instance method properties not evaluated when passed to template value argument Product: D Version: D2 Hardware: All OS: All

[Issue 23364] returning bottom type by ref should work

2023-05-12 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23364 Vladimir Panteleev changed: What|Removed |Added CC||dlang-bugzilla@thecybershad

[Issue 23914] "auto ref" resolution on return value prevented by noreturn (bottom type)

2023-05-12 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23914 Vladimir Panteleev changed: What|Removed |Added Summary|"auto ref" resolution |"auto ref" resolution on

[Issue 23914] "auto ref" resolution prevented by bottom type

2023-05-12 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23914 --- Comment #2 from Vladimir Panteleev --- No. --

[Issue 23914] "auto ref" resolution prevented by bottom type

2023-05-12 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23914 mhh changed: What|Removed |Added CC||maxha...@gmail.com --- Comment #1 from mhh --- Isn't

[Issue 23914] "auto ref" resolution prevented by bottom type

2023-05-12 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23914 Vladimir Panteleev changed: What|Removed |Added Summary|"auto ref" determination|"auto ref" resolution

[Issue 23914] New: "auto ref" determination prevented by bottom type

2023-05-12 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23914 Issue ID: 23914 Summary: "auto ref" determination prevented by bottom type Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: normal

[Issue 23913] __traits(getMember) fails for some C symbols

2023-05-12 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23913 Andrej Mitrovic changed: What|Removed |Added Keywords|betterC |ImportC --- Comment #1 from Andrej

[Issue 23913] New: __traits(getMember) fails for some C symbols

2023-05-12 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23913 Issue ID: 23913 Summary: __traits(getMember) fails for some C symbols Product: D Version: D2 Hardware: All OS: All Status: NEW Keywords: betterC