www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - Fixes for http://d.puremagic.com/issues/show_bug.cgi?id=4883 coming

reply Andrei Alexandrescu <SeeWebsiteForEmail erdani.org> writes:
I moved a bunch of functions from std.string to std.array and 
std.algorithsm. I did my best to minimize impact but there will be some 
effects on user code, particularly if it qualifies names explicitly.

Please let me know if you think of better ways of dealing with this 
transition.

Bugzilla:

http://d.puremagic.com/issues/show_bug.cgi?id=4883

Pending changes:

http://d-programming-language.org/cutting-edge/phobos/std_algorithm.html
http://d-programming-language.org/cutting-edge/phobos/std_array.html
http://d-programming-language.org/cutting-edge/phobos/std_string.html

Diffs:

http://www.dsource.org/projects/phobos/changeset/2339
http://www.dsource.org/projects/phobos/changeset/2340
http://www.dsource.org/projects/phobos/changeset/2341
http://www.dsource.org/projects/phobos/changeset/2342
http://www.dsource.org/projects/phobos/changeset/2343
http://www.dsource.org/projects/phobos/changeset/2349
http://www.dsource.org/projects/phobos/changeset/2350


Andrei
Jan 19 2011
parent spir <denis.spir gmail.com> writes:
On 01/19/2011 10:20 AM, Andrei Alexandrescu wrote:
 I moved a bunch of functions from std.string to std.array and
 std.algorithsm. I did my best to minimize impact but there will be some
 effects on user code, particularly if it qualifies names explicitly.
Hello Andrei, Will the online doc quickly follow your changes accordingly? Possibly have explicite list of func moves in std.string's top doc block? (We'll certainly have numerous breaks, but if the online doc helps, the situation is far nicer, I guess.) Denis _________________ vita es estrany spir.wikidot.com
Jan 19 2011