← Back to index
|
Original Bugzilla link
Bug 10474 – When takeExactly returns a new range type, it fails to propagate all relevant attributes
Status
RESOLVED
Resolution
FIXED
Severity
normal
Priority
P2
Component
phobos
Product
D
Version
D2
Platform
All
OS
All
Creation time
2013-06-25T15:08:00Z
Last change time
2013-07-15T05:06:24Z
Keywords
pull
Assigned to
nobody
Creator
issues.dlang
Comments
Comment #0
by issues.dlang — 2013-06-25T15:08:05Z
In particular, it does nothing with hasMobileElements and hasAssignableElements.
Comment #1
by issues.dlang — 2013-06-29T01:52:50Z
https://github.com/D-Programming-Language/phobos/pull/1377
Comment #2
by github-bugzilla — 2013-07-15T05:05:29Z
Commits pushed to master at
https://github.com/D-Programming-Language/phobos
https://github.com/D-Programming-Language/phobos/commit/32c3998ebda05bfed210f31d8ee70c845f014852
Fix for issue# 10474.
https://github.com/D-Programming-Language/phobos/commit/9b78a6f5e70935f6f709cea67379f8e34f6c3957
Merge pull request #1377 from jmdavis/10474 Fix for issue# 10474 - takeExactly fails to propagate all relevant attributes