[Issue 23817] Reject `is` alias template instance TypeSpecialization when TemplateParameterList supplied

2023-03-30 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23817 Basile-z changed: What|Removed |Added Keywords||accepts-invalid CC|

[Issue 23817] Reject `is` alias template instance TypeSpecialization when TemplateParameterList supplied

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

[Issue 23817] New: Reject `is` alias template instance TypeSpecialization when TemplateParameterList supplied

2023-03-30 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23817 Issue ID: 23817 Summary: Reject `is` alias template instance TypeSpecialization when TemplateParameterList supplied Product: D Version: D2 Hardware: x86_64 OS:

[Issue 14854] @disable this inconsistent between structs and classes

2023-03-30 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14854 --- Comment #6 from Dlang Bot --- @Mai-Lapyst created dlang/dmd pull request #15052 "Fix issue 14854 - @disable this inconsistent between structs and classes" fixing this issue: - Fix issue 14854 - @disable this inconsistent between structs and

[Issue 13850] mixin template accepts delegates as function parameters

2023-03-30 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13850 RazvanN changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[Issue 3720] Taking address of member functions possible without an instance

2023-03-30 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3720 RazvanN changed: What|Removed |Added CC||schue...@gmx.net --- Comment #26 from RazvanN ---

[Issue 23816] Typing invalid mnemonic in asm{} block segfaults

2023-03-30 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23816 --- Comment #1 from naydef --- The compiler seemingly fails with this message: dmd: src/dmd/backend/ptrntab.d:5844: Assertion `array overflow' failed. Digger blames:

[Issue 23816] New: Typing invalid mnemonic in asm{} block segfaults

2023-03-30 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23816 Issue ID: 23816 Summary: Typing invalid mnemonic in asm{} block segfaults Product: D Version: D2 Hardware: All OS: Linux Status: NEW Severity: regression

[Issue 17374] Improve inferred attribute error message

2023-03-30 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17374 Dlang Bot changed: What|Removed |Added Keywords||pull --- Comment #7 from Dlang Bot ---

[Issue 3720] Taking address of member functions possible without an instance

2023-03-30 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3720 Max Samukha changed: What|Removed |Added CC||maxsamu...@gmail.com --- Comment #25 from Max

[Issue 13850] mixin template accepts delegates as function parameters

2023-03-30 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13850 --- Comment #8 from Max Samukha --- (In reply to RazvanN from comment #7) > Well, what we are seeing here is just another manifestation of 3720: > https://issues.dlang.org/show_bug.cgi?id=3720 . > > I am inclined to close this as a dupe of 3720, as

[Issue 13850] mixin template accepts delegates as function parameters

2023-03-30 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13850 --- Comment #7 from RazvanN --- Well, what we are seeing here is just another manifestation of 3720: https://issues.dlang.org/show_bug.cgi?id=3720 . The underlying issue is that when you take the address of a member function that is not attached to

[Issue 13850] mixin template accepts delegates as function parameters

2023-03-30 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13850 --- Comment #6 from Max Samukha --- (In reply to Max Samukha from comment #5) > mixin Template!(); Should be `mixin Template!(, func23);` --

[Issue 13850] mixin template accepts delegates as function parameters

2023-03-30 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13850 Max Samukha changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|WORKSFORME