[Issue 20736] New: Wrong diagnostic for mismatch in delegate return type

2020-04-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20736 Issue ID: 20736 Summary: Wrong diagnostic for mismatch in delegate return type Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: normal

[Issue 20444] Make __DATE__ in dlang reproducible using SOURCE_DATE_EPOCH

2020-04-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20444 Dlang Bot changed: What|Removed |Added Keywords||pull --- Comment #1 from Dlang Bot --- @Geod24

[Issue 20445] [tools] remove build date for a reproducible build

2020-04-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20445 Mathias LANG changed: What|Removed |Added CC||pro.mathias.l...@gmail.com Depends on

[Issue 20444] Make __DATE__ in dlang reproducible using SOURCE_DATE_EPOCH

2020-04-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20444 Mathias LANG changed: What|Removed |Added Blocks||20445 Referenced Issues: https://issues.dla

[Issue 20734] Array literals as arguments to scope slice parameters should be stack-allocated

2020-04-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20734 Dlang Bot changed: What|Removed |Added Keywords||pull --- Comment #1 from Dlang Bot --- @kinke c

[Issue 20083] Dub subdependency conflicts should be expressed more clearly

2020-04-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20083 Mathias LANG changed: What|Removed |Added CC||pro.mathias.l...@gmail.com --- Comment #1 fro

[Issue 19641] Cannot build DMD with AUTO_BOOTSTRAP on macOS Mojave

2020-04-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19641 Mathias LANG changed: What|Removed |Added CC||pro.mathias.l...@gmail.com --- Comment #1 fro

[Issue 18872] -dip1000 does not allow static arrays for types with destructors

2020-04-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18872 Mathias LANG changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 20623] std.conv.to!string error when argument is an inout float

2020-04-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20623 moonlightsenti...@disroot.org changed: What|Removed |Added Status|NEW |RESOLVED Resolution|-

[Issue 20643] printf without arguments aborts compilation

2020-04-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20643 moonlightsenti...@disroot.org changed: What|Removed |Added Status|NEW |RESOLVED Resolution|-

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

2020-04-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=5710 --- Comment #47 from Dlang Bot --- dlang/phobos pull request #7441 "Change all bug ID to links" was merged into master: - 4c85510313cc84be8271e6668d622ae563bc55a7 by Geod24: Improve comment about issue 5710 https://github.com/dlang/phobos/pull/744

[Issue 20597] [REG2.080] Wrong closure GC allocation with dip1000

2020-04-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20597 Dlang Bot changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 20596] [REG2.086] Error on missed stack allocation for closure for template

2020-04-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20596 Dlang Bot changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 20719] Self referential struct definition causes stack overflow

2020-04-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20719 --- Comment #1 from Ben --- Reduced test case: import std.meta : AliasSeq; import std.typecons : ReplaceTypeUnless; import std.traits : isCopyable, isAssignable; struct This; //defined in std.variant this way struct SumType(TypeArgs) { alias Typ

[Issue 20737] New: TLS variables unusable with -betterC for Windows MSVC targets

2020-04-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20737 Issue ID: 20737 Summary: TLS variables unusable with -betterC for Windows MSVC targets Product: D Version: D2 Hardware: All OS: Windows Status: NEW

[Issue 20737] TLS variables unusable with -betterC for Windows MSVC targets

2020-04-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20737 Rainer Schuetze changed: What|Removed |Added CC||r.sagita...@gmx.de --- Comment #1 from Rai

[Issue 20719] Self referential struct definition causes stack overflow

2020-04-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20719 moonlightsenti...@disroot.org changed: What|Removed |Added CC||moonlightsentinel@disroot.o

[Issue 20719] Self referential struct definition causes stack overflow

2020-04-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20719 --- Comment #3 from Ben --- Not sure it's the same bug since mine triggers a stack overflow with no diagnostics. Here's the dustmite script I used to reduce: #!/bin/sh # arguments to dmd DMDARGS="test20719.d" OUTPUT=$(lldb --batch -o "run $DMDARG

[Issue 20719] Self referential struct definition causes stack overflow

2020-04-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20719 --- Comment #4 from moonlightsenti...@disroot.org --- Without error message: struct SumType { alias Types = AliasSeq!(typeof(this)); union Storage { Types[0] t; } Storage storage; st

[Issue 20738] New: Linker error when calling map, zip, and dirEntries

2020-04-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20738 Issue ID: 20738 Summary: Linker error when calling map, zip, and dirEntries Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: critical