[Issue 18000] [scope] auto-generated opAssign not scope aware

2018-03-12 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18000 Walter Bright changed: What|Removed |Added See Also||https://issues.dlang.org/sh

[Issue 18000] [scope] auto-generated opAssign not scope aware

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

[Issue 18000] [scope] auto-generated opAssign not scope aware

2018-03-12 Thread d-bugmail--- via Digitalmars-d-bugs
aware https://github.com/dlang/dmd/commit/133973354df526664b22cacdf488785fa911209f Merge pull request #8011 from WalterBright/fix18000 fix Issue 18000 - [scope] auto-generated opAssign not scope aware merged-on-behalf-of: Walter Bright --

[Issue 18000] [scope] auto-generated opAssign not scope aware

2018-03-12 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18000 --- Comment #2 from Walter Bright --- https://github.com/dlang/dmd/pull/8011 --

[Issue 18000] [scope] auto-generated opAssign not scope aware

2018-03-11 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18000 --- Comment #1 from Walter Bright --- Attributes are inferred for the generated opAssign, the result looks like: @nogc ref return @trusted File opAssign(File p) Not sure why scope is not inferred. In any case, the example has problems as well:

[Issue 18000] [scope] auto-generated opAssign not scope aware

2018-03-03 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18000 Walter Bright changed: What|Removed |Added Keywords||safe CC|

[Issue 18000] [scope] auto-generated opAssign not scope aware

2018-01-18 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18000 Carsten Blüggel changed: What|Removed |Added CC||chi...@posteo.net --