[Issue 11500] Bringing mixed-in operators and constructors to the overload set

2019-03-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11500 Basile-z changed: What|Removed |Added See Also||https://issues.dlang.org/sh |

[Issue 7147] [CTFE] typeid() should be supported in CTFE

2019-03-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7147 Alex changed: What|Removed |Added CC||sascha.or...@gmail.com --

[Issue 19729] Constructor overloads coming from mixin are not resolved

2019-03-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19729 Basile-z changed: What|Removed |Added See Also||https://issues.dlang.org/sh |

[Issue 19729] Constructor overloads coming from mixin are not resolved

2019-03-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19729 Basile-z changed: What|Removed |Added Keywords||rejects-valid --

[Issue 17259] ICE with multiple mixin templates containing conflicting ctor declarations

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

[Issue 19729] Constructor overloads coming from mixin are not resolved

2019-03-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19729 --- Comment #2 from Basile-z --- Sorry i should have precised that the bug will only start existing once https://issues.dlang.org/show_bug.cgi?id=17259 fixed. Which will come in a neat future. For now it's still an ICE. I'll see later if this is the

[Issue 19729] Constructor overloads coming from mixin are not resolved

2019-03-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19729 elpenguin...@gmail.com changed: What|Removed |Added CC||elpenguin...@gmail.com --- Comment #

[Issue 19729] New: Constructor overloads coming from mixin are not resolved

2019-03-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19729 Issue ID: 19729 Summary: Constructor overloads coming from mixin are not resolved Product: D Version: D2 Hardware: All OS: All Status: NEW S

[Issue 8521] ICE(e2ir.c) when a function uses a template which relies on that function and -release and -inline are used

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

[Issue 12862] [ICE] backend assertion (Internal error: backend/cg87.c 331) with inline, optimizing and floats

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

[Issue 19594] Compiler Crash

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

[Issue 19726] Visual D does not link C standard library with D-only project

2019-03-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19726 ki...@gmx.net changed: What|Removed |Added CC||ki...@gmx.net --- Comment #3 from ki...@gmx.n

[Issue 19618] Incorrect conversion of function returning `typeof(null)` to function returning an associative array

2019-03-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19618 --- Comment #2 from Dlang Bot --- dlang/dmd pull request #9435 "[dmd-cxx] fix Issue 19618 - Associative arrays are not covariant with typeof(null)" was merged into dmd-cxx: - c9d1c94080a5fc233ce4bdf9ebd3f07ba224e9dd by Iain Buclaw: fix Issue 19618

[Issue 19728] AliasSeq in UDA errors

2019-03-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19728 Basile-z changed: What|Removed |Added Keywords||rejects-valid CC|

[Issue 19609] [ICE] dmd/expression.d(2790): Segmentation fault

2019-03-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19609 --- Comment #5 from Dlang Bot --- dlang/dmd pull request #9436 "[dmd-cxx] fix Issue 19609 - [ICE] dmd/expression.d(2790): Segmentation fault (part 2)" was merged into dmd-cxx: - 2868ba75051dc2d5b640fed7e1fb8342eecbd23f by Iain Buclaw: fix Issue 19

[Issue 19728] New: AliasSeq in UDA errors

2019-03-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19728 Issue ID: 19728 Summary: AliasSeq in UDA errors Product: D Version: D2 Hardware: x86 OS: Mac OS X Status: NEW Severity: enhancement Priority: P1

[Issue 19726] Visual D does not link C standard library with D-only project

2019-03-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19726 --- Comment #2 from Mihails Strasuns --- LDC is used. Not sure what do you refer to by disabling C runtime reference - it is needed for D standard library to work. the fact that it is not linked is exactly the problem. Being able to explicitly spec

[Issue 19726] Visual D does not link C standard library with D-only project

2019-03-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19726 Rainer Schuetze changed: What|Removed |Added CC||r.sagita...@gmx.de --- Comment #1 from Rai

[Issue 16982] std.experimental.allocator.make!T must either call GC.addRange or be marked @system

2019-03-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16982 Johannes Pfau changed: What|Removed |Added CC||johannesp...@gmail.com --

[Issue 19608] [ICE] dmd/backend/cod1.d(3826): Assertion `0' failed.

2019-03-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19608 --- Comment #3 from Dlang Bot --- dlang/dmd pull request #9437 "[dmd-cxx] fix Issue 19608 - [ICE] dmd/backend/cod1.d(3826): Assertion `0' failed." was merged into dmd-cxx: - 7e517f18a3cfb49834d63d0c9e7b9d51a60a2e37 by Iain Buclaw: fix Issue 19608

[Issue 19727] std.algorithm.endsWith fails to compile while startsWith succeeds

2019-03-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19727 Basile-z changed: What|Removed |Added Summary|std.algorithm.endsWith |std.algorithm.endsWith |fails w

[Issue 19727] std.algorithm.endsWith fails where startsWith succeeds

2019-03-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19727 Basile-z changed: What|Removed |Added CC||b2.t...@gmx.com Hardware|x86

[Issue 19223] core.simd __vector.array compiler crash

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

[Issue 19224] core.simd __vector.array "__r2.length cannot be evaluated at compile time"

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

[Issue 19627] [CTFE][SIMD] Error: cannot cast `int` to `int[4]`

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

[Issue 19628] [CTFE][SIMD] ICE indexing vector array

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

[Issue 19607] [ICE] dmd/e2ir.d(117): Invalid type mTYconst|TYstruct

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

[Issue 19630] [CTFE][SIMD] Error: cannot determine length of vector slice at compile time

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

[Issue 19727] std.algorithm.endsWith fails where startsWith succeeds

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

[Issue 19727] std.algorithm.endsWith fails where startsWith succeeds

2019-03-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19727 --- Comment #1 from Timoses --- Workaround: t.asRelativePath("/folder").to!string As typeof(t.asRelativePath("/folder")) is ChooseResult!(ByCodeUnitImpl, Result), it seems to cause the problem!? --

[Issue 19727] New: std.algorithm.endsWith fails where startsWith succeeds

2019-03-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19727 Issue ID: 19727 Summary: std.algorithm.endsWith fails where startsWith succeeds Product: D Version: D2 Hardware: x86 OS: Mac OS X Status: NEW Severity: normal