[Issue 8388] std.traits.MemberFunctionsTuple doesn't work with constructors or destructors

2020-01-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8388 Dlang Bot changed: What|Removed |Added Keywords||pull --- Comment #4 from Dlang Bot --- @berni44

[Issue 20529] Cyclic dependency caused by import of core.time

2020-01-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20529 RazvanN changed: What|Removed |Added CC||razvan.nitu1...@gmail.com --- Comment #1 from Razv

[Issue 20529] Cyclic dependency caused by import of core.time

2020-01-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20529 --- Comment #2 from RazvanN --- Is it possible that phobos still gets linked somehow? --

[Issue 20543] New: Need a way to get the default initializers in an aggregation

2020-01-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20543 Issue ID: 20543 Summary: Need a way to get the default initializers in an aggregation Product: D Version: D2 Hardware: All OS: All Status: NEW

[Issue 8388] std.traits.MemberFunctionsTuple doesn't work with constructors or destructors

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

[Issue 20529] Cyclic dependency caused by import of core.time

2020-01-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20529 --- Comment #3 from berni44 --- (In reply to RazvanN from comment #2) > Is it possible that phobos still gets linked somehow? Looks like. I haven't found anything in the sources, but I'm not very familiar with druntime. At least it looks really stra

[Issue 20529] Cyclic dependency caused by import of core.time

2020-01-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20529 --- Comment #4 from RazvanN --- Try to rename the files to make sure that there isn't any name clash. --

[Issue 20529] Cyclic dependency caused by import of core.time

2020-01-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20529 --- Comment #5 from berni44 --- (In reply to RazvanN from comment #4) > Try to rename the files to make sure that there isn't any name clash. There is. It looks like std.datetime is taken from Phobos instead of the local version. But I get a differe

[Issue 20529] Cyclic dependency caused by import of core.time

2020-01-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20529 --- Comment #6 from RazvanN --- (In reply to berni44 from comment #5) > (In reply to RazvanN from comment #4) > > Try to rename the files to make sure that there isn't any name clash. > > There is. It looks like std.datetime is taken from Phobos ins

[Issue 20529] Cyclic dependency caused by import of core.time

2020-01-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20529 berni44 changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 20544] New: socket.remoteAddress throws out of memory error with unix domain socket peer

2020-01-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20544 Issue ID: 20544 Summary: socket.remoteAddress throws out of memory error with unix domain socket peer Product: D Version: D2 Hardware: All OS: Linux S

[Issue 20544] socket.remoteAddress throws out of memory error with unix domain socket peer

2020-01-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20544 --- Comment #1 from Dlang Bot --- @adamdruppe updated dlang/phobos pull request #7383 "obviously broken if len == 0" mentioning this issue: - unittest for issue 20544 https://github.com/dlang/phobos/pull/7383 --

[Issue 20545] New: Segfault/Assertion failure when parsing invalid AA literal

2020-01-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20545 Issue ID: 20545 Summary: Segfault/Assertion failure when parsing invalid AA literal Product: D Version: D2 Hardware: All OS: All Status: NEW

[Issue 20545] Segfault/Assertion failure when parsing invalid AA literal

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

[Issue 14964] __traits(isAlias, foo)

2020-01-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14964 --- Comment #8 from Basile-z --- another very typical case where the fact that allMembers trait doesn't filter out aliases is when using an alias to deprecate the name of a symbol. --- //library... enum Iter; struct Foo { @Iter Object[] items;