[Issue 340] [Tracker] Forward reference bugs and other order-of-declaration issues

2019-07-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=340 Issue 340 depends on issue 19105, which changed state. Issue 19105 Summary: Bogus recursive template expansion via getSymbolsByUDA https://issues.dlang.org/show_bug.cgi?id=19105 What|Removed |Added ---

[Issue 19105] Bogus recursive template expansion via getSymbolsByUDA

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

[Issue 19838] RefCounted fails to instantiate due to pureness of moveEmplace

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

[Issue 20039] New: ICE from double template instantiation with getMember of overload of class and template function

2019-07-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20039 Issue ID: 20039 Summary: ICE from double template instantiation with getMember of overload of class and template function Product: D Version: D2 Hardware: x86_64

[Issue 20039] ICE from double template instantiation with getMember of overload of class and template function

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

[Issue 20039] ICE from double template instantiation with getMember of overload of class and template function

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

[Issue 20039] ICE from double template instantiation with getMember of overload of class and template function

2019-07-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20039 --- Comment #3 from Simen Kjaeraas --- Sorry, I'm wrong - it does segfault on run.dlang.io, but not on 2.087.0 on Windows. --

[Issue 1114] Indexed tuple cannot be used in inheritance declaration

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

[Issue 20039] ICE from double template instantiation with getMember of overload of class and template function

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

[Issue 19919] Incorrect initialization of union when first member isn't marked = void

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

[Issue 19917] unions should require that all members are `= void` initialised

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

[Issue 20033] alias this does not support `deprecated` attribute

2019-07-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20033 --- Comment #4 from Dlang Bot --- vibe-d/vibe.d pull request #2334 "Collection of code cleanup" was merged into master: - d909845cf5e4131671090bad5f53eacfdfc17978 by Geod24: Do not use deprecated alias this in Vibe.d code The `alias byKeyValue

[Issue 20040] dip1000 implicit delegate attribute stripping fails

2019-07-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20040 thomas.bock...@gmail.com changed: What|Removed |Added Severity|enhancement |regression --

[Issue 20040] New: dip1000 implicit delegate attribute stripping fails

2019-07-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20040 Issue ID: 20040 Summary: dip1000 implicit delegate attribute stripping fails Product: D Version: D2 Hardware: x86_64 OS: Linux Status: NEW Severity: enhancement

[Issue 20041] New: CTFE incorrect result with __vector

2019-07-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20041 Issue ID: 20041 Summary: CTFE incorrect result with __vector Product: D Version: D2 Hardware: x86_64 OS: Linux Status: NEW Severity: major Priority: P

[Issue 20042] New: __vector CTFE crashes the compiler

2019-07-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20042 Issue ID: 20042 Summary: __vector CTFE crashes the compiler Product: D Version: D2 Hardware: x86_64 OS: Linux Status: NEW Severity: major Priority: P1

[Issue 20041] CTFE incorrect result with __vector

2019-07-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20041 thomas.bock...@gmail.com changed: What|Removed |Added Severity|major |critical --

[Issue 20042] __vector CTFE crashes the compiler

2019-07-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20042 ag0aep6g changed: What|Removed |Added Keywords||ice CC|

[Issue 20042] __vector CTFE crashes the compiler

2019-07-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20042 --- Comment #1 from Basile-z --- Is this issue only about the crash or do you mind about the thing being accepted too ? Preventing the crash is easy an then compiler would output Error: slice operation `cast(__vector(float[4]))[nanF, nanF, nanF, na

[Issue 20042] __vector CTFE crashes the compiler

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

[Issue 20042] __vector CTFE crashes the compiler

2019-07-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20042 --- Comment #3 from thomas.bock...@gmail.com --- The top priority is to make sure that the compiler doesn't pretend to support operations in CTFE which don't actually work right. So, your proposal is acceptable, and definitely better than delaying act

[Issue 11717] CTFE: [ICE] non-constant value with array and vector ops.

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

[Issue 19629] [CTFE][SIMD] Error: cannot determine length of `cast(__vector(int[4]))0` at compile time

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

[Issue 11717] CTFE: [ICE] non-constant value with array and vector ops.

2019-07-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11717 Iain Buclaw changed: What|Removed |Added Keywords|ice |rejects-valid Status|RESOLVED