[Issue 19503] lld: Native PDB Error: The entry already exists. The specified module already exists

2018-12-19 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19503 ki...@gmx.net changed: What|Removed |Added CC||ki...@gmx.net --- Comment #1 from

[Issue 19498] undefined identifier rt_loadLibraryW

2018-12-19 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19498 --- Comment #2 from Walter Bright --- The files in question: rt\dmain2.d core\runtime.d There's no reason to ever use the "A" Windows functions anymore, as Windows 95 is long dead. 1. delete rt_loadLibraryW() 2. move the logic in

[Issue 19498] undefined identifier rt_loadLibraryW

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

[Issue 19503] New: lld: Native PDB Error: The entry already exists. The specified module already exists

2018-12-19 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19503 Issue ID: 19503 Summary: lld: Native PDB Error: The entry already exists. The specified module already exists Product: D Version: D2 Hardware: x86 OS: Windows

[Issue 18802] [REG2.080] Safe block causing lifetime problem

2018-12-19 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18802 Tomáš Chaloupka changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 19213] goto skips declaration of variable in std.algorithm.iteration.joiner

2018-12-19 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19213 --- Comment #6 from Eduard Staniloiu --- (In reply to kinke from comment #5) > While I'm not convinced the `goto`s in the `pop{Front,Back}EmptyElements` > mixins in Phobos are the most elegant way of expressing the logic, the issue > is that the

[Issue 18802] [REG2.080] Safe block causing lifetime problem

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

[Issue 19320] Unittest error: Variable used before set in std/array.d

2018-12-19 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19320 Eduard Staniloiu changed: What|Removed |Added CC||edi33...@gmail.com --- Comment #1 from

[Issue 18372] REG(2.072): error missing line number: Error: undefined identifier __va_list_tag

2018-12-19 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18372 --- Comment #3 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/6eb4a8693045e465f7b94d085bf90d4a0695314e fix Issue 18372 - REG(2.072): error missing line number:

[Issue 18372] REG(2.072): error missing line number: Error: undefined identifier __va_list_tag

2018-12-19 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18372 github-bugzi...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED