lib/core: Remove RopeBuffer from lib
authorLucas Bajolet <r4pass@hotmail.com>
Tue, 5 Jul 2016 15:41:37 +0000 (11:41 -0400)
committerLucas Bajolet <r4pass@hotmail.com>
Mon, 11 Jul 2016 18:21:38 +0000 (14:21 -0400)
commit4eab4f6cdc19ea5f11846dcc403458f19fd698ad
tree981fee241f901f7f5b369be8eae964b768537a1e
parent9c57fa653e80b91264a8f48fc8f1db62db129bb8
lib/core: Remove RopeBuffer from lib

Signed-off-by: Lucas Bajolet <r4pass@hotmail.com>
37 files changed:
contrib/neo_doxygen/src/tests/neo_doxygen_dump.nit
contrib/neo_doxygen/src/tests/neo_doxygen_file_compound.nit
contrib/neo_doxygen/src/tests/neo_doxygen_graph_empty_project.nit
contrib/neo_doxygen/src/tests/neo_doxygen_namespace_members.nit
lib/core/text/ropes.nit
lib/core/text/test_abstract_text.nit
lib/neo4j/neo4j.nit
lib/ropes_debug.nit
lib/text_stat.nit
src/doc/doc_phases/doc_indexing.nit
tests/bench_string_append.nit
tests/example_procedural_string.nit
tests/example_string.nit
tests/sav/bench_string_append_alt1.res [deleted file]
tests/sav/example_procedural_string_alt1.res [deleted file]
tests/sav/example_string_alt1.res [deleted file]
tests/sav/string_trim_alt1.res [deleted file]
tests/sav/test_buffer_unicode_alt1.res [deleted file]
tests/sav/test_ropes_buffer_add_overflow.res [deleted file]
tests/sav/test_ropes_buffer_clear.res [deleted file]
tests/sav/test_ropes_buffer_reverse.res [deleted file]
tests/sav/test_ropes_buffer_to_s.res [deleted file]
tests/sav/test_string_bytes.res
tests/sav/test_text_alt3.res [deleted file]
tests/sav/test_text_stat.res
tests/sav/test_to_upper_lower_buffer_alt1.res [deleted file]
tests/string_trim.nit
tests/test_buffer_unicode.nit
tests/test_ropebuffer.nit [deleted file]
tests/test_ropes_buffer_add_overflow.nit [deleted file]
tests/test_ropes_buffer_clear.nit [deleted file]
tests/test_ropes_buffer_reverse.nit [deleted file]
tests/test_ropes_buffer_to_s.nit [deleted file]
tests/test_string_bytes.nit
tests/test_string_long.nit
tests/test_text.nit
tests/test_to_upper_lower_buffer.nit