[Issue 20246] isCallable fails for template opCall overload

2019-09-27 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20246 --- Comment #2 from Paul Backus --- Seems like this is an issue with the interface, then, not the implementation; the question "is S.init callable" is undecidable, so there's not much use trying to pretend we can answer it. One possible solution

[Issue 20027] std.zip susceptible to zip malware attacks

2019-09-27 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20027 Berni changed: What|Removed |Added Assignee|nob...@puremagic.com|dl...@croco-puzzle.com --

[Issue 1890] DDOC removes leading space in D_CODE macro

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

[Issue 3113] final overriding

2019-09-27 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3113 RazvanN changed: What|Removed |Added Keywords||bootcamp CC|

[Issue 20219] Idle D programs keep consuming CPU in Gcx.scanBackground

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

[Issue 3075] Implement parameter contravariance

2019-09-27 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3075 RazvanN changed: What|Removed |Added CC||razvan.nitu1...@gmail.com --- Comment #29 from

[Issue 20248] Module constructors in executable called twice, never in loaded shared library

2019-09-27 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20248 John Colvin changed: What|Removed |Added Keywords||industry, wrong-code --

[Issue 3008] Members of non-lvalues (rvalues) can be assigned to.

2019-09-27 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3008 RazvanN changed: What|Removed |Added CC||razvan.nitu1...@gmail.com --- Comment #23 from

[Issue 20248] New: Module constructors in executable called twice, in

2019-09-27 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20248 Issue ID: 20248 Summary: Module constructors in executable called twice, in Product: D Version: D2 Hardware: x86_64 OS: Linux Status: NEW Severity: major

[Issue 20248] Module constructors in executable called twice, never in loaded shared library

2019-09-27 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20248 John Colvin changed: What|Removed |Added Summary|Module constructors in |Module constructors in

[Issue 3004] [patch] Better handling of ignored pragmas

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

[Issue 20247] New: ICE: access violation

2019-09-27 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20247 Issue ID: 20247 Summary: ICE: access violation Product: D Version: D2 Hardware: x86 OS: Windows Status: NEW Severity: critical Priority: P1

[Issue 1760] Closures - Variable unnecessarily allocated on heap

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

[Issue 3034] Template instance name wrongly mangled as LName

2019-09-27 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3034 RazvanN changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 3047] Foreach on tuple produces incorrect result (D1 only)

2019-09-27 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3047 RazvanN changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 3073] (D1 only) expressions starting with string mixin don't parse

2019-09-27 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3073 RazvanN changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 20149] [DIP1000] Local data escapes `inout` method if not decorated with `return`

2019-09-27 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20149 --- Comment #18 from Dlang Bot --- @rainers updated dlang/druntime pull request #2802 "Issue 20219 - Idle D programs keep consuming CPU in Gcx.scanBackground" mentioning this issue: - Add `return` to `DSO.moduleGroup()` in support of compiler fix

[Issue 20246] isCallable fails for template opCall overload

2019-09-27 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20246 Simen Kjaeraas changed: What|Removed |Added CC||simen.kja...@gmail.com --- Comment #1 from

[Issue 20227] "Aborting from src/core/sync/event.d(141) Error: pthread_mutex_destroy failed." after fork()

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