Skip to content

TOOLS/dylib_unhell.py: simplify the otool output processing#17760

Open
kasper93 wants to merge 1 commit intompv-player:masterfrom
kasper93:otool-fix
Open

TOOLS/dylib_unhell.py: simplify the otool output processing#17760
kasper93 wants to merge 1 commit intompv-player:masterfrom
kasper93:otool-fix

Conversation

@kasper93
Copy link
Copy Markdown
Member

There is no need to pipe things through shell and grep/awk, python is perfectly fine word processor. This makes it simpler to reason what is extracted and from where and also makes the script faster as we spawn only single process directly, not shell with multiple children.

There is no need to pipe things through shell and grep/awk, python is
perfectly fine word processor. This makes it simpler to reason what is
extracted and from where and also makes the script faster as we spawn
only single process directly, not shell with multiple children.
@Akemi
Copy link
Copy Markdown
Member

Akemi commented Apr 19, 2026

thx for these changes @kasper93. will look at them and test next weekend.

@kasper93
Copy link
Copy Markdown
Member Author

thx for these changes @kasper93. will look at them and test next weekend.

Thanks. No hurry, I consider those changes cosmetic. Unlike the other PR that made it seem that we have some security issue... in build script of all things.

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