Thread overview
[Issue 17247] std.bitmanip.read should not assume sliceable range is assign-copyable to ubyte[].
March 08, 2017
https://issues.dlang.org/show_bug.cgi?id=17247

--- Comment #1 from hsteoh@quickfur.ath.cx ---
In other words, std.bitmanip.read should not assume that slicing a ubyte range will return ubyte[] or similar, since it could be a user-defined type.

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

hsteoh@quickfur.ath.cx changed:

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

--- Comment #2 from hsteoh@quickfur.ath.cx ---
https://github.com/dlang/phobos/pull/5257

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

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

https://github.com/dlang/phobos/commit/6111a6cb377279912f47bf3e50846715006a9510 Fix issue 17247.

https://github.com/dlang/phobos/commit/a312a6a3fbd42442ece375ce95e36da25264b623 Merge pull request #5257 from quickfur/issue17247

Fix issue 17247: std.bitmanip.read should not assume hasSlicing means assign-copyable

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

github-bugzilla@puremagic.com changed:

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

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

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

https://github.com/dlang/phobos/commit/6111a6cb377279912f47bf3e50846715006a9510 Fix issue 17247.

https://github.com/dlang/phobos/commit/a312a6a3fbd42442ece375ce95e36da25264b623 Merge pull request #5257 from quickfur/issue17247

--
August 07, 2017
https://issues.dlang.org/show_bug.cgi?id=17247

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

https://github.com/dlang/phobos/commit/6111a6cb377279912f47bf3e50846715006a9510 Fix issue 17247.

https://github.com/dlang/phobos/commit/a312a6a3fbd42442ece375ce95e36da25264b623 Merge pull request #5257 from quickfur/issue17247

--
January 05, 2018
https://issues.dlang.org/show_bug.cgi?id=17247

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

https://github.com/dlang/phobos/commit/6111a6cb377279912f47bf3e50846715006a9510 Fix issue 17247.

https://github.com/dlang/phobos/commit/a312a6a3fbd42442ece375ce95e36da25264b623 Merge pull request #5257 from quickfur/issue17247

--