digitalmars.D.bugs - [Issue 4345] New: std.range.take!string: "Nonsensical finite range with slicing but no length"
- d-bugmail puremagic.com (24/24) Jun 19 2010 http://d.puremagic.com/issues/show_bug.cgi?id=4345
- d-bugmail puremagic.com (12/12) Aug 16 2010 http://d.puremagic.com/issues/show_bug.cgi?id=4345
- d-bugmail puremagic.com (11/11) Aug 16 2010 http://d.puremagic.com/issues/show_bug.cgi?id=4345
http://d.puremagic.com/issues/show_bug.cgi?id=4345
Summary: std.range.take!string: "Nonsensical finite range with
slicing but no length"
Product: D
Version: D2
Platform: Other
OS/Version: Mac OS X
Status: NEW
Severity: normal
Priority: P2
Component: Phobos
AssignedTo: nobody puremagic.com
ReportedBy: michel.fortin michelf.com
08:39:44 EDT ---
This code triggers a static assert called "Nonsensical finite range with
slicing but no length" in std.range.take!string:
string str = "abcdef";
string result = str.take(3);
assert(array(result) == "abc");
It probably has something to do with strings which have no length defined to so
they work with code units instead of code points.
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Jun 19 2010
http://d.puremagic.com/issues/show_bug.cgi?id=4345
David Simcha <dsimcha yahoo.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |dsimcha yahoo.com
Resolution| |FIXED
Fixed SVN.
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Aug 16 2010
http://d.puremagic.com/issues/show_bug.cgi?id=4345
bearophile_hugs eml.cc changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |bearophile_hugs eml.cc
David, are you trying to fix all Phobos by yourself? Leave some work to the
others, please ;-)
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Aug 16 2010









d-bugmail puremagic.com 