Age | Commit message (Collapse) | Author | |
---|---|---|---|
4 days | Makefile: Add logs for tests and move to assert | Ekaitz Zarraga | |
This provides a better log system that more clearly states what went wrong in the test files. | |||
5 days | piece-table: piece_table_create_from -> *from_str | Ekaitz Zarraga | |
5 days | test: piece-table-internals: Add test and pass it | Ekaitz Zarraga | |
Fixes the optimization that avoids adding a new piece when the addition happens in the end of the buffer. Fixes leaks produced in piece_table_optimize |