Thread overview
[Issue 11312] Avoid auto-dereference for UFCS functions
Aug 26, 2014
Kenji Hara
[Issue 11312] [REG2.063] Avoid auto-dereference for UFCS functions
Aug 26, 2014
Kenji Hara
August 26, 2014
https://issues.dlang.org/show_bug.cgi?id=11312

Kenji Hara <k.hara.pg@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #2 from Kenji Hara <k.hara.pg@gmail.com> ---
https://github.com/D-Programming-Language/dmd/pull/3900

--
August 26, 2014
https://issues.dlang.org/show_bug.cgi?id=11312

github-bugzilla@puremagic.com changed:

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

--
August 26, 2014
https://issues.dlang.org/show_bug.cgi?id=11312

--- Comment #3 from github-bugzilla@puremagic.com ---
Commits pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/4723d594af9dd8649f1f9068d53549c3df05beb8 fix Issue 11312 - Avoid auto-dereference for UFCS functions

https://github.com/D-Programming-Language/dmd/commit/a84da310eb3adab3d3536e5414cea19709a8ce83 Merge pull request #3900 from 9rnsr/fix11312

Issue 11312 - Avoid auto-dereference for UFCS functions

--
August 26, 2014
https://issues.dlang.org/show_bug.cgi?id=11312

Kenji Hara <k.hara.pg@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Avoid auto-dereference for  |[REG2.063] Avoid
                   |UFCS functions              |auto-dereference for UFCS
                   |                            |functions
           Severity|normal                      |regression

--- Comment #4 from Kenji Hara <k.hara.pg@gmail.com> ---
(In reply to Andrej Mitrovic from comment #1)
> Update: The code used to work in 2.062, but fails to work since 2.063.2. Is this a regression?

I confirmed that is a regression.

--
August 29, 2014
https://issues.dlang.org/show_bug.cgi?id=11312

--- Comment #5 from github-bugzilla@puremagic.com ---
Commit pushed to 2.066 at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/8b6765c22f852d59db9c01c41b65dabadb7430af Merge pull request #3900 from 9rnsr/fix11312

Issue 11312 - Avoid auto-dereference for UFCS functions

--