[Issue 21544] New: -checkaction=context formats enum members as their base type

2021-01-12 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21544 Issue ID: 21544 Summary: -checkaction=context formats enum members as their base type Product: D Version: D2 Hardware: All OS: All Status: NEW

[Issue 5710] cannot use delegates as parameters to non-global template

2021-01-12 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=5710 Bolpat changed: What|Removed |Added CC||qs.il.paperi...@gmail.com --

[Issue 21543] New: dmd infinite loop on alias this and std.typecons.Nullable

2021-01-12 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21543 Issue ID: 21543 Summary: dmd infinite loop on alias this and std.typecons.Nullable Product: D Version: D2 Hardware: All OS: Windows Status: NEW

[Issue 21519] [CI] Code coverage pipeline is only ran for Linux x86_64

2021-01-12 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21519 --- Comment #3 from Dlang Bot --- @MoonlightSentinel updated dlang/dmd pull request #12120 "Issue 21519 - Generate coverage reports on CirrusCI" mentioning this issue: - Issue 21519 - Generate coverage reports on CirrusCI This adds coverage

[Issue 20565] Local template declarations in different scopes produce uncaught name collisions

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

[Issue 20868] DIP1000: scope delegate triggers error in unsafe code and it shouldn't

2021-01-12 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20868 --- Comment #4 from RazvanN --- Initially, it was `nonScoped(dg)` line that was reported as an error. However, the function is not annotated with `@safe` so I concluded that the actual problem is that the commented line (when uncommented) errors.

[Issue 20868] DIP1000: scope delegate triggers error in unsafe code and it shouldn't

2021-01-12 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20868 Walter Bright changed: What|Removed |Added CC||bugzi...@digitalmars.com --- Comment #3

[Issue 21519] [CI] Code coverage pipeline is only ran for Linux x86_64

2021-01-12 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21519 --- Comment #2 from Dlang Bot --- dlang/dmd pull request #12116 "Issue 21519 - Generate coverage reports on Azure" was merged into master: - 44b623a75bb000404b40dec9ad12f948255d05f5 by MoonlightSentinel: Issue 21519 - Generate coverage reports