← Back to index
|
Original Bugzilla link
Bug 13535 – byCodeUnit doesn't satisfy hasSlicing
Status
RESOLVED
Resolution
FIXED
Severity
normal
Priority
P1
Component
phobos
Product
D
Version
D2
Platform
All
OS
All
Creation time
2014-09-26T23:38:00Z
Last change time
2014-09-27T04:38:56Z
Assigned to
nobody
Creator
sinkuupump
Comments
Comment #0
by sinkuupump — 2014-09-26T23:38:32Z
Currently ByCodeUnitImpl.opSlice returns an array slice to the original (w)string, but std.range.hasSlicing requires that it returns a range of the same type(ByCodeUnitImpl).
Comment #1
by github-bugzilla — 2014-09-27T04:38:55Z
Commits pushed to master at
https://github.com/D-Programming-Language/phobos
https://github.com/D-Programming-Language/phobos/commit/2395beab6fd2636eb524372e7a3ca854e5b1ff01
Fix issue 13535 byCodeUnit doesn't satisfy hasSlicing
https://github.com/D-Programming-Language/phobos/commit/91322bccbacb98db53790a7644d9c95b03fc6cf0
Merge pull request #2563 from sinkuu/bycodeunit_slice Fix issue 13535 byCodeUnit doesn't satisfy hasSlicing