[Issue 18775] DMD falsely reports deprecation for deprecated implicit casts that were not used in UFCS

2018-04-18 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18775 ag0aep6g changed: What|Removed |Added CC||ag0ae...@gmail.com

[Issue 12807] UFCS checks "alias this" attributes even when not called

2018-04-18 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12807 ag0aep6g changed: What|Removed |Added See Also||https://issues.dlang.org/sh

[Issue 13184] better error messages for incorrect constructors

2018-04-18 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13184 --- Comment #4 from Manu --- I think it should definitely emit an error. There may come some time in the future where it is decided that application of the attribute may like to mean something new and useful, but if we leave

[Issue 18774] meta used in .di files causes link errors

2018-04-18 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18774 ki...@gmx.net changed: What|Removed |Added CC||ki...@gmx.net --- Comment #9 from

[Issue 18778] New: std.format: Positional arguments do not work as expected with nesting

2018-04-18 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18778 Issue ID: 18778 Summary: std.format: Positional arguments do not work as expected with nesting Product: D Version: D2 Hardware: All OS: All Status:

[Issue 18777] std.traits.RetrunType ambiguity

2018-04-18 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18777 Adam D. Ruppe changed: What|Removed |Added CC|

[Issue 18777] New: std.traits.RetrunType ambiguity

2018-04-18 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18777 Issue ID: 18777 Summary: std.traits.RetrunType ambiguity Product: D Version: D2 Hardware: x86_64 OS: Mac OS X Status: NEW Severity: minor Priority:

[Issue 17127] bad example code for std.concurrency.Generator

2018-04-18 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17127 --- Comment #6 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/903c38d7bb4e6ecad86f75ba444737de91fd8078 Issue 17127 - bad example code for

[Issue 18759] feature request: blocks

2018-04-18 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18759 hst...@quickfur.ath.cx changed: What|Removed |Added Hardware|x86_64 |All OS|Linux

[Issue 18759] feature request: blocks

2018-04-18 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18759 hst...@quickfur.ath.cx changed: What|Removed |Added CC||hst...@quickfur.ath.cx --- Comment

[Issue 18772] [ICE] Internal error: dmd\backend\cgcod.c 607 no optimizations

2018-04-18 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18772 hst...@quickfur.ath.cx changed: What|Removed |Added Keywords||ice CC|

[Issue 18776] Internal error: dmd/backend/symbol.c 1043

2018-04-18 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18776 hst...@quickfur.ath.cx changed: What|Removed |Added Keywords||ice --

[Issue 18776] New: Internal error: dmd/backend/symbol.c 1043

2018-04-18 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18776 Issue ID: 18776 Summary: Internal error: dmd/backend/symbol.c 1043 Product: D Version: D2 Hardware: x86_64 OS: Linux Status: NEW Severity: critical

[Issue 1807] ENHANCEMENT: Let IFTI "see through" templates to simple aliases

2018-04-18 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=1807 anonymous4 changed: What|Removed |Added Keywords||spec

[Issue 18775] New: DMD falsely reports deprecation for deprecated implicit casts that were not used in UFCS

2018-04-18 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18775 Issue ID: 18775 Summary: DMD falsely reports deprecation for deprecated implicit casts that were not used in UFCS Product: D Version: D2 Hardware: x86_64 OS:

[Issue 13184] better error messages for incorrect constructors

2018-04-18 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13184 --- Comment #3 from RazvanN --- (In reply to Mike Franklin from comment #2) > (In reply to RazvanN from comment #1) > > It seems that __gshared is ignored when applied to a constructor, which > > seems to be in trend with

[Issue 13184] better error messages for incorrect constructors

2018-04-18 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13184 Mike Franklin changed: What|Removed |Added CC||slavo5...@yahoo.com

[Issue 13184] better error messages for incorrect constructors

2018-04-18 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13184 RazvanN changed: What|Removed |Added CC|

[Issue 15651] filter: only parameters or stack based variables can be inout

2018-04-18 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15651 Alex changed: What|Removed |Added CC||sascha.or...@gmail.com --

[Issue 13435] Strange error if struct is a class member and opAssign applied

2018-04-18 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13435 RazvanN changed: What|Removed |Added CC|

[Issue 14245] Immutable reference to immutable field in constructor allows breaking type system

2018-04-18 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14245 RazvanN changed: What|Removed |Added CC|

[Issue 18584] Undefined identifier when not specifying 'this'

2018-04-18 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18584 --- Comment #4 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/4c6794ff0e64e6c7fc6e78fd06bb69bdc82d6435 Use toAlias2 instead of toAlias - follow-up on Issue 18584

[Issue 18493] [betterC] Can't use aggregated type with postblit

2018-04-18 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18493 --- Comment #5 from Radu Racariu --- Ideally -betterC should imply `nothrow`, and any lowered code should work with this assumption. What is important to keep in mind is that if you require `this(this)` to be annotated with