[Issue 21537] Pointer to function pointer cannot be converted to pointer to const function pointer with lower attributes

2021-11-26 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21537 Bolpat changed: What|Removed |Added Summary|Function pointer* pointer' |Pointer to function pointer

[Issue 21537] Function pointer* pointer' attributes not covariant when referencing (delegates' are)

2021-11-26 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21537 Bolpat changed: What|Removed |Added Severity|enhancement |normal --

[Issue 21537] Function pointer* pointer' attributes not covariant when referencing (delegates' are)

2021-11-26 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21537 --- Comment #5 from Bolpat --- (In reply to moonlightsentinel from comment #4) > (In reply to Bolpat from comment #3) > > How is a pointer to a function pointer morally different from a pointer to a > > delegate or a pointer to a class object

[Issue 22539] [dip1000] slicing of returned ref scope static array should not be allowed

2021-11-26 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22539 Dlang Bot changed: What|Removed |Added Keywords||pull --- Comment #1 from Dlang Bot ---

[Issue 22548] Windows installer for dmd 2.098.0 isn't signed by the DLF

2021-11-26 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22548 Vivien Moreau (jmiven) changed: What|Removed |Added Severity|minor |major --

[Issue 22548] Windows installer for dmd 2.098.0 isn't signed by the DLF

2021-11-26 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22548 ryuukk_ changed: What|Removed |Added CC||ryuukk@gmail.com --- Comment #1 from ryuukk_

[Issue 22548] New: Windows installer for dmd 2.098.0 isn't signed by the DLF

2021-11-26 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22548 Issue ID: 22548 Summary: Windows installer for dmd 2.098.0 isn't signed by the DLF Product: D Version: D2 Hardware: All OS: Windows Status: NEW

[Issue 20809] return statement might access memory from destructed temporary

2021-11-26 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20809 RazvanN changed: What|Removed |Added Keywords||backend CC|

[Issue 20753] "Error: unknown" with structs of arrays, speculative instantiation and recursive types

2021-11-26 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20753 --- Comment #5 from Vladimir Panteleev --- (In reply to RazvanN from comment #3) > Running the code on run.dlang.io [1], it seems that at some point this code > compiled, but then it issued an error which was transformed into an ICE. So > by "Works

[Issue 20753] "Error: unknown" with structs of arrays, speculative instantiation and recursive types

2021-11-26 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20753 --- Comment #4 from RazvanN --- (In reply to RazvanN from comment #3) > Running the code on run.dlang.io [1], it seems that at some point this code > compiled, but then it issued an error which was transformed into an ICE. So > by "Works in DMD

[Issue 20753] "Error: unknown" with structs of arrays, speculative instantiation and recursive types

2021-11-26 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20753 RazvanN changed: What|Removed |Added CC||razvan.nitu1...@gmail.com --- Comment #3 from

[Issue 20368] dmd 2.089.0 Error: expression `main` is `void` and has no value

2021-11-26 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20368 RazvanN changed: What|Removed |Added CC||razvan.nitu1...@gmail.com Component|dmd

[Issue 19000] Building botan library causes segfault in dsymbolsem.d

2021-11-26 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19000 RazvanN changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 22547] New: .dup on array of nested structs can cause null dereference if copy throws

2021-11-26 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22547 Issue ID: 22547 Summary: .dup on array of nested structs can cause null dereference if copy throws Product: D Version: D2 Hardware: All OS: All

[Issue 22528] [dip1000] scope inference turns return-ref into return-scope

2021-11-26 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22528 --- Comment #4 from Dennis --- (In reply to thomas.bockman from comment #3) > Why does an inferred restriction in once place effectively remove my > explicit restriction from another? Because the implementation is bad, it currently has flags