[Issue 22703] importC: C++11 unscoped enums with underlying type rejects some C types.

2022-01-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22703 --- Comment #1 from dave287...@gmail.com --- On macOs, CoreFoundation imports , which has an enum defined: typedef enum : unsigned long { DISPATCH_AUTORELEASE_FREQUENCY_INHERIT __attribute__((availability(macos,introduced=10.12))) __attribute__((avai

[Issue 22703] importC: C++11 unscoped enums with underlying type rejects some C types.

2022-01-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22703 dave287...@gmail.com changed: What|Removed |Added Keywords||ImportC --

[Issue 22703] New: importC: C++11 unscoped enums with underlying type rejects some C types.

2022-01-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22703 Issue ID: 22703 Summary: importC: C++11 unscoped enums with underlying type rejects some C types. Product: D Version: D2 Hardware: All OS: All Status:

[Issue 22631] ImportC: support C++11 unscoped enums with underlying type

2022-01-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22631 dave287...@gmail.com changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[Issue 22695] std.traits.isBuiltinType is false for typeof(null)

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

[Issue 22702] druntime not compliant with D spec re getLinkage

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

[Issue 22702] New: druntime not compliant with D spec re getLinkage

2022-01-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22702 Issue ID: 22702 Summary: druntime not compliant with D spec re getLinkage Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: minor Pri

[Issue 22701] std.typecons.apply needlessly checks if the predicate is callable

2022-01-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22701 FeepingCreature changed: What|Removed |Added Severity|minor |enhancement --

[Issue 22234] __traits(getLinkage) returns wrong value for extern(System) functions

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

[Issue 22127] compiler assertion failure parser on UDA and function literal

2022-01-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22127 --- Comment #2 from Dlang Bot --- @RazvanN7 created dlang/dmd pull request #13566 "Fix Issue 22127 - compiler assertion failure parser on UDA and function literal" fixing this issue: - Fix Issue 22127 - compiler assertion failure parser on UDA and f

[Issue 22541] DIP1000: Resolve ambiguity of ref-return-scope parameters

2022-01-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22541 Dlang Bot changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 19294] Support for array operations with Complex! is incomplete

2022-01-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19294 --- Comment #6 from Dlang Bot --- @WalterBright updated dlang/dmd pull request #13368 "fix Issue 22127 - compiler assertion failure parser on UDA and functi…" mentioning this issue: - Partial fix issue 19294 - Support for array operations with Compl

[Issue 22701] std.typecons.apply needlessly checks if the predicate is callable

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

[Issue 22701] New: std.typecons.apply needlessly checks if the predicate is callable

2022-01-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22701 Issue ID: 22701 Summary: std.typecons.apply needlessly checks if the predicate is callable Product: D Version: D2 Hardware: x86_64 OS: Linux Status: N

[Issue 22137] -preview=dip1000 enables visibility checks for tupleof

2022-01-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22137 Dlang Bot changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---