[Pharo-dev] ZipArchive

2019-02-08 Thread Christophe Demarey
Hi, I did some update to ZipArchive so that it uses FileReference instead of path strings: https://github.com/demarey/pharo/commit/30120d3284cef5cd2f442f00d71da6f6aff5dd54 It also allows to use a memory file system for tests. Tests are green but I’m not sure they cover a lot of things. If you u

Re: [Pharo-dev] ZipArchive and symbolic links

2018-10-02 Thread Alistair Grant
Hi Cyril, I haven't looked at ZipArchive at all, but I would be very surprised if it did work with symbolic links. FilePlugin has no way to create a symbolic link, and the test for a symbolic link (#isSymlink) is broken (I've got a fix, but it's taking much longer to get it finished than I ever t

Re: [Pharo-dev] ZipArchive and symbolic links

2018-10-02 Thread Christophe Demarey
Hi Cyril, > Le 2 oct. 2018 à 13:41, Cyril Ferlicot a écrit : > > Hi! > > I just found that ZipArchive does not honor symbolic links (at least > in Pharo 7). > > I would like to know if this is a known bug? I found out because I was > using Pharo to unzip some Pharo vms and it broke all the dyn

[Pharo-dev] ZipArchive and symbolic links

2018-10-02 Thread Cyril Ferlicot
Hi! I just found that ZipArchive does not honor symbolic links (at least in Pharo 7). I would like to know if this is a known bug? I found out because I was using Pharo to unzip some Pharo vms and it broke all the dynamic libraries :( -- Cyril Ferlicot https://ferlicot.fr