Thread overview
[Issue 13049] in template arguments the compiler fails to parse scope for function pointers arguments
Jul 06, 2014
Kenji Hara
July 06, 2014
https://issues.dlang.org/show_bug.cgi?id=13049

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull, rejects-valid
            Version|unspecified                 |D2
           Severity|enhancement                 |normal

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

--
July 06, 2014
https://issues.dlang.org/show_bug.cgi?id=13049

--- Comment #2 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/f743a781616d9a795cbc13cbd40d8f1051dcfe11
fix Issue 13049 - in template arguments the compiler fails to parse scope for
function pointers arguments

https://github.com/D-Programming-Language/dmd/commit/fd544ae62bc6156992e8c888951bf7f315f98572 Merge pull request #3720 from 9rnsr/fix13049

Issue 13049 - in template arguments the compiler fails to parse scope for function pointers arguments

--
July 06, 2014
https://issues.dlang.org/show_bug.cgi?id=13049

github-bugzilla@puremagic.com changed:

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

--
July 08, 2014
https://issues.dlang.org/show_bug.cgi?id=13049

--- Comment #3 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/1442b7fd3b1240f35c2bd21e5909161342c9cfd6 Merge pull request #3720 from 9rnsr/fix13049

Issue 13049 - in template arguments the compiler fails to parse scope for function pointers arguments

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

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

https://github.com/D-Programming-Language/druntime/commit/f888fbcff82f30c549a7cccd98191dedcc3101ec remove workarounds for resolved issue 13049 and 13050

https://github.com/D-Programming-Language/druntime/commit/cb512c2d6962346ef6325ca2bf4d62d4f9d75aca Merge pull request #917 from MartinNowak/removeWorkarounds

remove workarounds for resolved issue 13049 and 13050

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

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

https://github.com/D-Programming-Language/dmd/commit/1442b7fd3b1240f35c2bd21e5909161342c9cfd6 Merge pull request #3720 from 9rnsr/fix13049

--
March 29, 2015
https://issues.dlang.org/show_bug.cgi?id=13049

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

https://github.com/D-Programming-Language/dmd/commit/1f8ca2b7bb1c0f33bea164e206114426395cda6b Move issue 13049 test case to compilable/testparse.d

--
June 17, 2015
https://issues.dlang.org/show_bug.cgi?id=13049

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

https://github.com/D-Programming-Language/dmd/commit/1f8ca2b7bb1c0f33bea164e206114426395cda6b Move issue 13049 test case to compilable/testparse.d

--