[Issue 21011] New: Variant and tuples by index

2020-07-04 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21011 Issue ID: 21011 Summary: Variant and tuples by index Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: minor Priority: P1

[Issue 20989] Checking array.ptr causes safety error with -checkaction=context

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

[Issue 21011] Variant and tuples by index

2020-07-04 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21011 --- Comment #1 from superDIMMaX --- i found only one strange solution: writeln(test.get!(Tuple!(int, int))()[1]); and if this not issue, can be add ability opIndex and length on tuples? --

[Issue 10584] Unhelpful error default constructing nested class

2020-07-04 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=10584 Basile-z changed: What|Removed |Added Keywords||diagnostic --

[Issue 11456] works with -allinst but not without

2020-07-04 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11456 Basile-z changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 11645] struct with union considered unsafe only in second struct literal

2020-07-04 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11645 Basile-z changed: What|Removed |Added CC||b2.t...@gmx.com --- Comment #1 from Basile-z

[Issue 15199] Cannot Resolve Type When Calling stringof Property of a Template

2020-07-04 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15199 Basile-z changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 20703] Segfault on missing import in template instantiation

2020-07-04 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20703 Basile-z changed: What|Removed |Added Keywords||ice CC|

[Issue 10068] mixin related bug: __HID22 is 0x00000001. causes exeption in nothrow code

2020-07-04 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=10068 Basile-z changed: What|Removed |Added Keywords||wrong-code Status|NEW

[Issue 11095] mixed in mixin templates not instantiated in templates

2020-07-04 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11095 Basile-z changed: What|Removed |Added Keywords||rejects-valid Summary|mixed in mixin

[Issue 13438] Anonymous class instances created at compile-time get no vtable generated

2020-07-04 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13438 Basile-z changed: What|Removed |Added OS|Windows |All --

[Issue 11624] __trait(compiles) does not detect unimplemented interface

2020-07-04 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11624 moonlightsenti...@disroot.org changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 11624] __trait(compiles) does not detect unimplemented interface

2020-07-04 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11624 --- Comment #3 from Dlang Bot --- dlang/dmd pull request #11372 "fix issue 11624 - __trait(compiles) does not detect unimplemented int…" was merged into master: - 400909b6015f987e5b66ac3082095add29fcf893 by Nils Lankila: Add test for issue 11624

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

2020-07-04 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20761 Basile-z changed: What|Removed |Added CC||b2.t...@gmx.com

[Issue 11337] Ddoc ignores methods in static else block

2020-07-04 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11337 Basile-z changed: What|Removed |Added Keywords||ddoc --

[Issue 3472] alias of a template cannot be used to override a function required by an interface

2020-07-04 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3472 Basile-z changed: What|Removed |Added See Also||https://issues.dlang.org/sh |

[Issue 2683] Cannot implement interface methods by alias

2020-07-04 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=2683 Basile-z changed: What|Removed |Added CC||b2.t...@gmx.com See Also|

[Issue 11624] __trait(compiles) does not detect unimplemented interface

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

[Issue 12093] bad error message: Error: no [] operator overload for type Tuple!(string, string)

2020-07-04 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12093 Basile-z changed: What|Removed |Added Keywords||diagnostic Status|NEW

[Issue 11645] struct with union considered unsafe only in second struct literal

2020-07-04 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11645 --- Comment #2 from Rainer Schuetze --- (In reply to Basile-z from comment #1) > Now safe is infered for foo and the test always compiles. Hmm, that's pretty bad. This compiles and runs but produces a memory corruption: struct S { union

[Issue 19093] 'cannot alias itself' when using a template instantiation in a template parameter

2020-07-04 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19093 Basile-z changed: What|Removed |Added CC||b2.t...@gmx.com --- Comment #1 from Basile-z

[Issue 9684] rdmd -lib produces corrupted file

2020-07-04 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=9684 Basile-z changed: What|Removed |Added Component|dmd |tools --

[Issue 8173] rdmd -g --build-only main looses debug info

2020-07-04 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8173 Basile-z changed: What|Removed |Added Component|dmd |tools --

[Issue 11860] with(expr) statement doesn't allow static methods on expr to be called with UFCS

2020-07-04 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11860 Basile-z changed: What|Removed |Added Severity|normal |enhancement --- Comment #1 from Basile-z ---

[Issue 15199] Cannot Resolve Type When Calling stringof Property of a Template

2020-07-04 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15199 --- Comment #2 from Meta --- Optional parens are great, but sometimes I hate them. --

[Issue 6853] ParameterTypeTuple keeps storage class info but always compares equal

2020-07-04 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6853 Basile-z changed: What|Removed |Added Component|dmd |phobos --

[Issue 11000] Static field type inference failure

2020-07-04 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11000 Basile-z changed: What|Removed |Added Keywords||rejects-valid Status|NEW

[Issue 10774] std.range.indexed RangeError when indexing string with std.range.recurrence!"n"(0)

2020-07-04 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=10774 Basile-z changed: What|Removed |Added Component|dmd |phobos --

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

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

[Issue 11056] synchronized methods are marked shared in ddoc output

2020-07-04 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11056 Basile-z changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 11907] No undeclared identifier error in lambda alias argument

2020-07-04 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11907 Basile-z changed: What|Removed |Added Keywords||diagnostic --- Comment #1 from Basile-z --- the

[Issue 12521] std.getopt does not conform to documentation

2020-07-04 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12521 Basile-z changed: What|Removed |Added Component|dmd |phobos --

[Issue 12490] No "Error: , has no effect" Error for comma expression LHS

2020-07-04 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12490 Basile-z changed: What|Removed |Added Keywords||accepts-invalid, diagnostic CC|

[Issue 20990] Optimizer should move cold branches to the end of the function

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