Merge: String: Bugfixes
authorJean Privat <jean@pryen.org>
Wed, 3 Sep 2014 01:31:55 +0000 (21:31 -0400)
committerJean Privat <jean@pryen.org>
Wed, 3 Sep 2014 01:31:55 +0000 (21:31 -0400)
commitfad2a60f5abbc486d119851d510c2f813fef1cad
tree08d442f39e382d08c20be059cd12cff30faf6741
parentbbf1fbac8beaa0582557098f8b8d2c0cd6d0a724
parent977bd47eabe438ca82e0f5f0c2c73adcaf25d85d
Merge: String: Bugfixes

When rewriting the to_s method in Array, an error was subtle enough to fight its way through the tests but was discovered when reworking the Ropes (yup, be prepared, it'll appear once more).

Oh and there was a bug in the substring_from method (well, more of a lack of efficiency then a real bug).

Pull-Request: #699
Reviewed-by: Jean Privat <jean@pryen.org>
Reviewed-by: Alexandre Terrasa <alexandre@moz-code.org>
Reviewed-by: Alexis Laferrière <alexis.laf@xymus.net>