[Issue 19822] 2.086 regression wrt. union initializers

2019-04-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19822 FeepingCreature changed: What|Removed |Added CC||default_357-l...@yahoo.de --- Comment #1

[Issue 19823] New: std.range.dropOne doesn't drop the element when called after std.algorithm.iteration.filter

2019-04-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19823 Issue ID: 19823 Summary: std.range.dropOne doesn't drop the element when called after std.algorithm.iteration.filter Product: D Version: D2 Hardware: x86 OS: All

[Issue 19822] New: 2.086 regression wrt. union initializers

2019-04-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19822 Issue ID: 19822 Summary: 2.086 regression wrt. union initializers Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: regression

[Issue 19821] New: Cannot pass linker argument with spaces

2019-04-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19821 Issue ID: 19821 Summary: Cannot pass linker argument with spaces Product: D Version: D2 Hardware: All OS: Windows Status: NEW Severity: enhancement

[Issue 16677] -L flag ignores quotes in the arguments passed to the linker

2019-04-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16677 GoaLitiuM changed: What|Removed |Added CC||goalit...@dissues.mail.kaps |

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

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

[Issue 19661] DMD 2.084.0 SIGSEGV in std.traits.isFunction

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

[Issue 19819] __FILE__ might emit personally identifiable information in release executable

2019-04-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19819 --- Comment #5 from anonymous4 --- The idea behind __FILE__ is that editor/ide should be able to automatically locate it, so it might need to be a system-wide unambiguous path. For identification alone there's __MODULE__ --

[Issue 19793] no postblit is called if cast is used for structs

2019-04-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19793 --- Comment #5 from RazvanN --- (In reply to RazvanN from comment #3) > (In reply to Илья Ярошенко from comment #0) > > struct S(T) > > { > > size_t* counter; > > > > this(this) > > { > > if (counter) > >

[Issue 19539] Interface address is offset by 16bytes, causing memory leaks

2019-04-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19539 Seb changed: What|Removed |Added Keywords||bootcamp CC|