roc-streaming / roc-toolkit

Real-time audio streaming over the network.
https://roc-streaming.org
Mozilla Public License 2.0
1.02k stars 203 forks source link

Issue 682: add ```List::insert_after``` #690

Closed veronikaro closed 4 months ago

veronikaro commented 4 months ago

gh-682

Closes #682. Adds List::insert_after to the doubly-linked list with accompanying tests. Two existing tests for List::insert_before were renamed for differentiating them better.

veronikaro commented 4 months ago

@gavv I would appreciate a review, thanks!

gavv commented 4 months ago

Thanks for PR!

I've pushed small follow-up refactoring: eaf35524e40fa6b07fac03bc7414352c833e3911

(see commit message for details)

veronikaro commented 4 months ago

Thanks for PR!

I've pushed small follow-up refactoring: eaf3552

(see commit message for details)

Thank you for a thorough and timely review!