[Issue 23531] [DIP1000] scope variable can be assigned as AA key

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

[Issue 23536] crt_constructors and crt_destructors should not be non-static member functions

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

[Issue 17607] not an associative array initializer

2022-12-02 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17607 --- Comment #7 from Steven Schveighoffer --- This is most definitely a bug: ```d // int[char][char] arr = ['A' : ['B': 0]]; // error auto arr = ['A' : ['B': 0]]; // ok pragma(msg, typeof(arr)); // int[char][char] ``` --

[Issue 23536] crt_constructors and crt_destructors should not be non-static member functions

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

[Issue 23536] New: crt_constructors and crt_destructors should not be non-static member functions

2022-12-02 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23536 Issue ID: 23536 Summary: crt_constructors and crt_destructors should not be non-static member functions Product: D Version: D2 Hardware: All OS: All S

[Issue 19153] Symbol Undefined for mixin'd pragma(crt_constructor) on nested function

2022-12-02 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19153 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 23520] pragma(inline, false) not applied to nested function declaration

2022-12-02 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23520 --- Comment #8 from Dlang Bot --- dlang/phobos pull request #8642 "std.math.hardware: Fix broken IEEE FP flags tests" was merged into master: - 36b2f9c6aa3d705c9b2c019ebf4480b5980502ad by Iain Buclaw: std.math.hardware: Fix broken IEEE FP flags te

[Issue 21621] pragma(crt_constructor) accepts functions with parameters

2022-12-02 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21621 Walter Bright changed: What|Removed |Added See Also||https://issues.dlang.org/sh

[Issue 21623] pragma(crt_constructor) should accept function declarations

2022-12-02 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21623 Walter Bright changed: What|Removed |Added See Also||https://issues.dlang.org/sh

[Issue 20428] Precondition bug for in/out

2022-12-02 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20428 Walter Bright changed: What|Removed |Added See Also||https://issues.dlang.org/sh

[Issue 19153] Symbol Undefined for mixin'd pragma(crt_constructor) on nested function

2022-12-02 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19153 Walter Bright changed: What|Removed |Added See Also||https://issues.dlang.org/sh

[Issue 21620] pragma(crt_constructor) should run on all functions in block referred to

2022-12-02 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21620 Walter Bright changed: What|Removed |Added See Also||https://issues.dlang.org/sh

[Issue 22031] crt_constructor functions can't initialize immutable/const variables

2022-12-02 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22031 Walter Bright changed: What|Removed |Added See Also||https://issues.dlang.org/sh

[Issue 23535] extend pragma(crt_constructor) with semantics that static constructors have

2022-12-02 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23535 Walter Bright changed: What|Removed |Added See Also||https://issues.dlang.org/sh

[Issue 22367] Modules compiled with -betterC never generate a ModuleInfo

2022-12-02 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22367 Walter Bright changed: What|Removed |Added See Also||https://issues.dlang.org/sh

[Issue 21622] pragma(crt_constructor) accepts functions that return non-POD types

2022-12-02 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21622 Walter Bright changed: What|Removed |Added See Also||https://issues.dlang.org/sh

[Issue 23535] extend pragma(crt_constructor) with semantics that static constructors have

2022-12-02 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23535 Walter Bright changed: What|Removed |Added See Also||https://issues.dlang.org/sh

[Issue 23535] extend pragma(crt_constructor) with semantics that static constructors have

2022-12-02 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23535 Dlang Bot changed: What|Removed |Added Keywords||pull --- Comment #2 from Dlang Bot --- @WalterB

[Issue 23535] extend pragma(crt_constructor) with semantics that static constructors have

2022-12-02 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23535 --- Comment #1 from Walter Bright --- crt_destructor should also have C linkage. crt_constructor should be marked @system because it can modify mutable variables. --

[Issue 23535] New: extend pragma(crt_constructor) with semantics that static constructors have

2022-12-02 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23535 Issue ID: 23535 Summary: extend pragma(crt_constructor) with semantics that static constructors have Product: D Version: D2 Hardware: All OS: All Stat

[Issue 12026] One missing statement is not reachable error message

2022-12-02 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12026 RazvanN changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 12018] More descriptive message for frame access error

2022-12-02 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12018 RazvanN changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 17607] not an associative array initializer

2022-12-02 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17607 Steven Schveighoffer changed: What|Removed |Added CC||schvei...@gmail.com --- Comment #6 fr

[Issue 23530] casting immutable away allowed in safe

2022-12-02 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23530 Dlang Bot changed: What|Removed |Added Keywords||pull --- Comment #2 from Dlang Bot --- @RazvanN

[Issue 23533] Segmentation fault accessing enum.max with -preview=nosharedaccess

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

[Issue 23530] casting immutable away allowed in safe

2022-12-02 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23530 RazvanN changed: What|Removed |Added CC||razvan.nitu1...@gmail.com --- Comment #1 from Razv

[Issue 23534] __traits(isZeroInit) is true for enums with explicit values

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

[Issue 23533] Segmentation fault accessing enum.max with -preview=nosharedaccess

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

[Issue 23534] __traits(isZeroInit) is true for enums with explicit values

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

[Issue 23533] Segmentation fault accessing enum.max with -preview=nosharedaccess

2022-12-02 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23533 RazvanN changed: What|Removed |Added CC||razvan.nitu1...@gmail.com Severity|major

[Issue 23532] Missing type properties for complex special enum types

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