[Issue 11538] [ICE] stack overflow with recursive NullableRef fails

2018-10-11 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11538 --- Comment #2 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/70344173d9379cd35873dff9133a81e55260923f fix Issue 11538: stack overflow with recursive NullableRef

[Issue 11538] [ICE] stack overflow with recursive NullableRef fails

2018-10-11 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11538 github-bugzi...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 11538] [ICE] stack overflow with recursive NullableRef fails

2018-10-11 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11538 Iain Buclaw changed: What|Removed |Added CC||ibuc...@gdcproject.org --- Comment #1 from

[Issue 19300] cpp_(u)long(long) types trigger enum comparison error

2018-10-11 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19300 --- Comment #1 from github-bugzi...@puremagic.com --- Commit pushed to master at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/8ca8f2e9e8cd4955ed457a68b1f870e50db1cf59 workaround Issue 19300 - due to relying on magic enums

[Issue 10692] Deprecation isn't checked using alias this

2018-10-11 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=10692 RazvanN changed: What|Removed |Added CC||razvan.nitu1...@gmail.com --- Comment #1 from

[Issue 13687] Virtual call in the interface's precondition is dispatched to the wrong vtbl entry

2018-10-11 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13687 --- Comment #2 from Steven Schveighoffer --- According to run.dlang.io, happened around 2.071 --

[Issue 6434] opDispatch must be considered before alias this.

2018-10-11 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6434 RazvanN changed: What|Removed |Added Status|REOPENED|RESOLVED CC|

[Issue 9618] `alias this` is used insted of implicit upcasting of other `alias this` target

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

[Issue 19300] New: cpp_(u)long(long) types trigger enum comparison error

2018-10-11 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19300 Issue ID: 19300 Summary: cpp_(u)long(long) types trigger enum comparison error Product: D Version: D2 Hardware: x86_64 OS: Linux Status: NEW Severity: major

[Issue 2779] alias this + tuple expansion on function call doesn't work

2018-10-11 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=2779 RazvanN changed: What|Removed |Added CC||razvan.nitu1...@gmail.com --- Comment #19 from

[Issue 5973] alias this is not considered with superclass lookup

2018-10-11 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=5973 --- Comment #4 from RazvanN --- PR : https://github.com/dlang/dmd/pull/8822 --

[Issue 17060] betterC std.allocator

2018-10-11 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17060 --- Comment #3 from Илья Ярошенко --- https://github.com/dlang-community/stdx-allocator/pull/12 --

[Issue 19284] alias this not used in nested functions of a method

2018-10-11 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19284 --- Comment #3 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/d8de5fd8562ce1cf0f56bf29493704587b327946 Fix Issue 19284 - alias this not used in nested functions of

[Issue 19284] alias this not used in nested functions of a method

2018-10-11 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19284 github-bugzi...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 19299] New: string mixins and template mixins should be allowed in function parameter list

2018-10-11 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19299 Issue ID: 19299 Summary: string mixins and template mixins should be allowed in function parameter list Product: D Version: D2 Hardware: x86 OS: Windows