Kyle Benesch

Results 315 comments of Kyle Benesch

You're right. It seems it'd delete the folders contents and start over if this check didn't stop it. I'm wondering if that's actually desirable or what the edge cases are....

I can you check this again with the latest version `0.9.1`? The versions of delocate before `0.9.0` did not handle recursive libraries correctly. I expect that the latest version of...

My PR #93 was flawed from the start since I tried to refactor the entire code base all at once. I assume I could refactor everything again over multiple distinct...

I think is issue was fixed by PR #94. Could you try again with the latest version of delocate?

So what is the status of this right now? It seems it hasn't been touched in years.

Sorry for taking so long to respond. I've rebased the PR, updated a test, and documented the feature better. I think your implementation fits well with the existing API.

I'd consider it a bug. The problem is how `delocate.delocating.check_archs` takes the `tree_libs` variable, but that variable only tracks dependencies which will be copied and does not consider that any...

Macholib seems to lack `@rpath` support for library lookups. https://github.com/ronaldoussoren/macholib/issues/2 There also needs to be a replacement for the codesign utility if the goal is to make delocate portable.