Re: [PATCH 03/15] sequencer: refactor check_todo_list() to work on a todo_list

2018-10-11 Thread Phillip Wood
Hi Alban I like the direction that this series is going On 07/10/2018 20:54, Alban Gruin wrote: This refactors check_todo_list() to work on a todo_list to avoid redundant reads and writes to the disk. The function is renamed todo_list_check(). As rebase -p still need to check the todo list

[PATCH 03/15] sequencer: refactor check_todo_list() to work on a todo_list

2018-10-07 Thread Alban Gruin
This refactors check_todo_list() to work on a todo_list to avoid redundant reads and writes to the disk. The function is renamed todo_list_check(). As rebase -p still need to check the todo list from the disk, a new function is introduced, check_todo_list_from_file(). It reads the file from the