nit/*: Fixed old imports of string and ropes
authorLucas Bajolet <r4pass@hotmail.com>
Tue, 2 Jun 2015 18:49:40 +0000 (14:49 -0400)
committerLucas Bajolet <r4pass@hotmail.com>
Wed, 3 Jun 2015 15:20:16 +0000 (11:20 -0400)
commit6f832924923810e287d4b290cd4c82a2d5edee6b
treed3f9fe59af9c0fa75adfdcbd3a964f5d6e5f7526
parent3a4b6a981e021f6b45c2af36370dcd9c0201bdbb
nit/*: Fixed old imports of string and ropes

Signed-off-by: Lucas Bajolet <r4pass@hotmail.com>
36 files changed:
benchmarks/strings/array_to_s_vars/array_to_s_buffer.nit
benchmarks/strings/array_to_s_vars/array_to_s_flatstr.nit
benchmarks/strings/array_to_s_vars/array_to_s_man_buf.nit
benchmarks/strings/array_to_s_vars/array_to_s_manual.nit
benchmarks/strings/array_to_s_vars/array_to_s_rope.nit
benchmarks/strings/array_to_s_vars/array_to_s_rope_buf.nit
benchmarks/strings/chain_concat.nit
benchmarks/strings/iteration_bench.nit
benchmarks/strings/substr_bench.nit
lib/buffered_ropes.nit
lib/mpi.nit
lib/ropes_debug.nit
tests/base_class_name.nit
tests/base_string.nit
tests/base_string_tos.nit
tests/base_test_obj_id.nit
tests/bench_string_append.nit
tests/example_procedural_string.nit
tests/example_string.nit
tests/sav/nitpretty_args2.res
tests/sav/nitpretty_args21.res
tests/sav/nitpretty_args33.res
tests/sav/nitpretty_args52.res
tests/sav/zzz_test_soso.res
tests/string_ffi_ref_test.nit
tests/string_trim.nit
tests/test_arr_tos_ropes.nit
tests/test_ffi_c_new_extern.nit
tests/test_pretty/test_extern1.nit
tests/test_pretty/test_mod2.nit
tests/test_ropes.nit
tests/test_ropes_buffer_add_overflow.nit
tests/test_string_long.nit
tests/test_to_upper_lower_buffer.nit
tests/zzz_tests/zzz_test_soso.nit
tests/zzz_tests/zzz_test_todo.nit