Thread overview
[Issue 8260] * used three or more times on an array inside std.format.formattedRead and not guarded by template constraint
Nov 27, 2015
bb.temp@gmx.com
July 17, 2014
https://issues.dlang.org/show_bug.cgi?id=8260

hsteoh@quickfur.ath.cx changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hsteoh@quickfur.ath.cx

--
November 27, 2015
https://issues.dlang.org/show_bug.cgi?id=8260

--- Comment #3 from bb.temp@gmx.com ---
*** Issue 12450 has been marked as a duplicate of this issue. ***

--
October 15, 2016
https://issues.dlang.org/show_bug.cgi?id=8260

Andrei Alexandrescu <andrei@erdani.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |bootcamp
                 CC|                            |andrei@erdani.com

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

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

https://github.com/dlang/phobos/commit/c34561b284efcf4eb54701e78f3a04813f710437 Fix issue #8260 - allow only pointers as formattedRead parameters

https://github.com/dlang/phobos/commit/c07c3cea3343137b3f3a49c345707fbb8f0b2ba2 Merge pull request #5040 from byebye/issue_8260

Fix issue #8260 - add template constraints for formattedRead parameters

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

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

https://github.com/dlang/phobos/commit/c34561b284efcf4eb54701e78f3a04813f710437 Fix issue #8260 - allow only pointers as formattedRead parameters

https://github.com/dlang/phobos/commit/c07c3cea3343137b3f3a49c345707fbb8f0b2ba2 Merge pull request #5040 from byebye/issue_8260

--
March 22, 2017
https://issues.dlang.org/show_bug.cgi?id=8260

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

https://github.com/dlang/phobos/commit/c34561b284efcf4eb54701e78f3a04813f710437 Fix issue #8260 - allow only pointers as formattedRead parameters

https://github.com/dlang/phobos/commit/c07c3cea3343137b3f3a49c345707fbb8f0b2ba2 Merge pull request #5040 from byebye/issue_8260

--