[Issue 1917] __traits(allMembers) does not return elements with specified protection

2020-07-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=1917 --- Comment #3 from Dlang Bot --- dlang/dub pull request #1967 "Fix issue 1917 - Add dub dustmite --no-redirect" was merged into master: - 1ed47b420e1d02326c527c6cd6b1b9343155f1f7 by MoonlightSentinel: Fix issue 1917 - Add dub dustmite --no-redirec

[Issue 20863] Passing aggregate types into templates by alias drops qualifier

2020-07-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20863 --- Comment #11 from Dlang Bot --- dlang/phobos pull request #7542 "std.meta: Fix wrong assert for Issue #20863" was merged into master: - af629b153b1eb93f201c6ef48dc5006b0e32882e by Nick Treleaven: std.meta: Comment out (fix) wrong assert for Iss

[Issue 21026] add core.bitop.byteswap(ushort)

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

[Issue 21028] New: Cannot create new D project on user account

2020-07-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21028 Issue ID: 21028 Summary: Cannot create new D project on user account Product: D Version: D2 Hardware: x86_64 OS: Windows Status: NEW Severity: major P

[Issue 11480] `alias` template argument accepts `struct`, `class`, and `union` types and also loses all qualifiers

2020-07-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11480 Nick Treleaven changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 12576] problem with compile time struct field

2020-07-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12576 Simen Kjaeraas changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 15564] Bogus non local error messages

2020-07-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15564 Simen Kjaeraas changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 21028] Cannot create new D project on user account

2020-07-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21028 --- Comment #1 from IGotD- --- Problem seen with version VisualD 1.0.0. --

[Issue 20761] __traits(isSame) for alias tuples is broken and underspecified

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

[Issue 21029] New: Remove __ArrayEq which the compiler no longer uses as of DMD PR #11212

2020-07-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21029 Issue ID: 21029 Summary: Remove __ArrayEq which the compiler no longer uses as of DMD PR #11212 Product: D Version: D2 Hardware: All OS: All Status: N

[Issue 21029] Remove __ArrayEq which the compiler no longer uses as of DMD PR #11212

2020-07-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21029 Dlang Bot changed: What|Removed |Added Keywords||pull --- Comment #1 from Dlang Bot --- @n8sh cr

[Issue 21030] New: Reduce template function instantiations related to array equality

2020-07-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21030 Issue ID: 21030 Summary: Reduce template function instantiations related to array equality Product: D Version: D2 Hardware: All OS: All Status: NEW

[Issue 21030] Reduce template function instantiations related to array equality

2020-07-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21030 Dlang Bot changed: What|Removed |Added Keywords||pull --- Comment #1 from Dlang Bot --- @n8sh cr

[Issue 21024] Corrupt New project list

2020-07-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21024 --- Comment #1 from Thomas --- After more testing uninstall/reinstalls, the issue seems to occur already at version 0.52. Last working version is 0.51. Reproduced on another win10 vs2017 setup. --

[Issue 21029] Remove __ArrayEq which the compiler no longer uses as of DMD PR #11212

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

[Issue 21011] Variant and tuples by index

2020-07-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21011 --- Comment #3 from superDIMMaX --- Found solution how avoid issue with Variant and access Tuple inside by [] - put tuple inside struct and -alias _tuple this- then -Variant v[0]- works and no errors. --

[Issue 21024] Corrupt New project list

2020-07-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21024 Rainer Schuetze changed: What|Removed |Added CC||r.sagita...@gmx.de --- Comment #2 from Rai

[Issue 21028] Cannot create new D project on user account

2020-07-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21028 Rainer Schuetze changed: What|Removed |Added CC||r.sagita...@gmx.de --- Comment #2 from Rai

[Issue 20761] __traits(isSame) for alias tuples is broken and underspecified

2020-07-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20761 --- Comment #4 from Dlang Bot --- dlang/dmd pull request #11392 "Add tests for issue 20761 - __traits(isSame) for alias tuples..." was merged into master: - 5f68732fe07f981f0359f665930dfb852367ac29 by MoonlightSentinel: Add tests for issue 20761 -

[Issue 20963] wrong code for cast(double)anUlong

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