froyg / thittam

1 stars 4 forks source link

get_task_at_level(path, level) can be used to get the task at a specific level #27

Closed Compro-Prasad closed 6 years ago

Compro-Prasad commented 6 years ago

This was necessary to make the code of add_{child|sibling} and {un}indent more simple and modular.

It was causing a segfault which I fixed but regular testing before merge is necessary. I have tested it and it works well enough for me.