Thread overview
[Issue 17123] [REG 2.073] Issues with return @safe inference
Jan 27, 2017
Walter Bright
Jan 28, 2017
Walter Bright
Jan 28, 2017
Walter Bright
Jan 29, 2017
Walter Bright
January 27, 2017
https://issues.dlang.org/show_bug.cgi?id=17123

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugzilla@digitalmars.com

--- Comment #1 from Walter Bright <bugzilla@digitalmars.com> ---
Reduces to:

void main()
{
    char[256] buffer;

    char[] delegate() read = () {
        return buffer[];
    };
}

--
January 28, 2017
https://issues.dlang.org/show_bug.cgi?id=17123

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |safe

--
January 28, 2017
https://issues.dlang.org/show_bug.cgi?id=17123

--- Comment #2 from Walter Bright <bugzilla@digitalmars.com> ---
https://github.com/dlang/dmd/pull/6495

--
January 29, 2017
https://issues.dlang.org/show_bug.cgi?id=17123

--- Comment #3 from Walter Bright <bugzilla@digitalmars.com> ---
Pull for the stable branch:

https://github.com/dlang/dmd/pull/6497

--
January 29, 2017
https://issues.dlang.org/show_bug.cgi?id=17123

--- Comment #4 from github-bugzilla@puremagic.com ---
Commits pushed to stable at https://github.com/dlang/dmd

https://github.com/dlang/dmd/commit/74f7a29935fe55a718a7bb92248e3c455bb4e105 fix Issue 17123 - [REG 2.073] Issues with return @safe inference

https://github.com/dlang/dmd/commit/dc279ec2003e4f4847fc9ebe1713bb99a2da99d9 Merge pull request #6497 from WalterBright/fix1707-stable

fix Issue 17123 - [REG 2.073] Issues with return @safe inference

--
January 29, 2017
https://issues.dlang.org/show_bug.cgi?id=17123

github-bugzilla@puremagic.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--
February 01, 2017
https://issues.dlang.org/show_bug.cgi?id=17123

--- Comment #5 from github-bugzilla@puremagic.com ---
Commits pushed to master at https://github.com/dlang/dmd

https://github.com/dlang/dmd/commit/74f7a29935fe55a718a7bb92248e3c455bb4e105 fix Issue 17123 - [REG 2.073] Issues with return @safe inference

https://github.com/dlang/dmd/commit/dc279ec2003e4f4847fc9ebe1713bb99a2da99d9 Merge pull request #6497 from WalterBright/fix1707-stable

--
February 12, 2017
https://issues.dlang.org/show_bug.cgi?id=17123

--- Comment #6 from github-bugzilla@puremagic.com ---
Commit pushed to master at https://github.com/dlang/dmd

https://github.com/dlang/dmd/commit/7dd10aaf145981ce994e17abece5d90765222625 fix Issue 17123 - [REG 2.073] Issues with return @safe inference

--
February 24, 2017
https://issues.dlang.org/show_bug.cgi?id=17123

--- Comment #7 from github-bugzilla@puremagic.com ---
Commits pushed to newCTFE at https://github.com/dlang/dmd

https://github.com/dlang/dmd/commit/74f7a29935fe55a718a7bb92248e3c455bb4e105 fix Issue 17123 - [REG 2.073] Issues with return @safe inference

https://github.com/dlang/dmd/commit/dc279ec2003e4f4847fc9ebe1713bb99a2da99d9 Merge pull request #6497 from WalterBright/fix1707-stable

https://github.com/dlang/dmd/commit/7dd10aaf145981ce994e17abece5d90765222625 fix Issue 17123 - [REG 2.073] Issues with return @safe inference

--