Skip to content

Conversation

@JDarnley
Copy link
Contributor

A small FYI.

I found these files by searching for all files which matched 'UPIPE_HELPER|upipe_throw_ready|upipe_throw_dead' meaning they were probably the main files for pipes. Then I filtered that list for files which did not match 'upipe_throw_dead' or 'upipe_throw_ready'.

Specifically I ran these commands:

vim $(rg --files-without-match upipe_throw_ready -- $(rg -l 'UPIPE_HELPER|upipe_throw_ready|upipe_throw_dead' lib/))
vim $(rg --files-without-match upipe_throw_dead -- $(rg -l 'UPIPE_HELPER|upipe_throw_ready|upipe_throw_dead' lib/))

@cmassiot cmassiot merged commit b42e4f4 into Upipe:master Dec 7, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants