Tommaso Piazza
Tommaso Piazza
here is the branch: https://github.com/blender/Carthage/tree/fix/2485-respect-strip-style Don't rely on this in production because. It is not the final version and it would need some heavy reworking to make everything work as...
> Is this something that can help with reducing framework sizes ? Yes > We inspected iPA files and all this size is because of frameworks increased by 3 times...
I think we're all on the same page here acknowledging that the more code is in your frameworks the bigger the size? That said, if the strip style of your...
@acecilia I am afraid I don't recall, it's been 5 years now. The changes should be reevaluated in the light of .xcframeworks as well.
@jgm my memory is a little rusty but I think the path to check is this one: https://github.com/jgm/zip-archive/blob/master/src/Codec/Archive/Zip.hs#L145 This path (once resolved) must not leave the root of the archive....
@jgm I think that would work but unfortunately `Hello..ciao` is a valid directory name so the first check would give a false positive. how about splitting `eRelativePath entry` on `/`...
```Haskell -- Copied from MissingH subIndex :: Eq a => [a] -> [a] -> Maybe Int subIndex substr str = findIndex (isPrefixOf substr) (tails str) -- Actual resolve resolve path...
@jgm I think it should work until someone complaints that `A/../A` is a valid path in an archive :)
Same... ``` $ bash /tmp/haskell-vim-now.sh --> Existing Haskell-Vim-Now installation detected at /Users/blender/.config/haskell-vim-now. --- Syncing Haskell-Vim-Now with upstream... Would you like to force a sync? THIS WILL REMOVE ANY LOCAL CHANGES!...
@jship thanks for looking into this. I now get the following message: ``` "stack init --solver --resolver lts-7.24 --install-ghc" failed with error 1 *** setup_haskell.hs failed with error 1. ***...