[Issue 11049] RangeError does not recognize file name modified by #line directive

2019-11-22 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11049 --- Comment #3 from Steven Schveighoffer --- I'll note this is important to fix, as vibe.d is a showcase project of D, and diet templates use #line to help diagnose issues with diet templates. --

[Issue 11049] RangeError does not recognize file name modified by #line directive

2019-11-22 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11049 Steven Schveighoffer changed: What|Removed |Added Keywords|pull| CC|

[Issue 20401] ref variable copied before return

2019-11-22 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20401 Dlang Bot changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 19432] Cannot initialize ulong with decimal value above signed long range

2019-11-22 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19432 --- Comment #5 from Dlang Bot --- @benjones created dlang/dlang.org pull request #2718 "fix issue 19432 automatically interpret big int literals as " fixing this issue: - fix issue 19432 automatically interpret big int literals as unsigned longs if

[Issue 11903] Internal error: backend/cgcs.c 351

2019-11-22 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11903 Basile-z changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 19432] Cannot initialize ulong with decimal value above signed long range

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

[Issue 19500] assert(idec.type.ty != Tclass || (cast(TypeClass)idec.type).sym == idec) fails

2019-11-22 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19500 Basile-z changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 18776] Internal error: dmd/backend/symbol.c 1043

2019-11-22 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18776 Basile-z changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 20414] New: use of isCopyable on static members of uncopyable struct returns that its copyable

2019-11-22 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20414 Issue ID: 20414 Summary: use of isCopyable on static members of uncopyable struct returns that its copyable Product: D Version: D2 Hardware: All OS: All

[Issue 15756] reading wrong address for alias in nested struct instance

2019-11-22 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15756 Basile-z changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 18809] Improve error message on nonexistent property

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

[Issue 20410] ReplaceTypeUnless replaces enums with their basetype

2019-11-22 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20410 Paul Backus changed: What|Removed |Added CC||snarwin+bugzi...@gmail.com

[Issue 20405] pipelink.exe ignores LLVMInstallDir property when lld-link.exe is used.

2019-11-22 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20405 Richard Manthorpe changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 6226] Switch with impossible cases

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

[Issue 20405] pipelink.exe ignores LLVMInstallDir property when lld-link.exe is used.

2019-11-22 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20405 --- Comment #3 from Rainer Schuetze --- Works as expected here: - installed the clang components - renamed the VC\Tools\LLVM - switched test project to use clang toolchain (has both cpp and d sources) - added property to set LLVMInstallDir (before

[Issue 16401] incorrect fully qualified name in error message

2019-11-22 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16401 Basile-z changed: What|Removed |Added Status|NEW |RESOLVED CC|