[Issue 12529] Function/delegate type alias picks up @safe attribute from surrounding scope

2016-06-14 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12529 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 12529] Function/delegate type alias picks up @safe attribute from surrounding scope

2016-06-14 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12529 Walter Bright changed: What|Removed |Added See Also|

[Issue 12529] Function/delegate type alias picks up @safe attribute from surrounding scope

2016-06-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12529 Walter Bright changed: What|Removed |Added Keywords||safe --

[Issue 12529] Function/delegate type alias picks up @safe attribute from surrounding scope

2015-10-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12529 Vladimir Panteleev changed: What|Removed |Added See Also|

[Issue 12529] Function/delegate type alias picks up @safe attribute from surrounding scope

2014-06-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12529 --- Comment #4 from Lars T. Kyllingstad bugzi...@kyllingen.net --- I think it *is* a bug. To me, the statement clearly says make F an alias for void function(). Attributes should only apply to the declared symbol itself (and an alias obviously

[Issue 12529] Function/delegate type alias picks up @safe attribute from surrounding scope

2014-06-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12529 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added CC|

[Issue 12529] Function/delegate type alias picks up @safe attribute from surrounding scope

2014-05-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12529 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added CC|

[Issue 12529] Function/delegate type alias picks up @safe attribute from surrounding scope

2014-05-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12529 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||pull --- Comment #2 from